0byt3m1n1
Path:
/
data
/
9
/
0
/
16
/
13
/
505502
/
meta
/
515801
/
mysql.backup
/
[
Home
]
File: arden.mysqlcluster8.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster8 Database: arden -- ------------------------------------------------------ -- Server version 5.6.30-76.3-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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_album` -- DROP TABLE IF EXISTS `wp_ngg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL DEFAULT '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_album` -- LOCK TABLES `wp_ngg_album` WRITE; /*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_gallery` -- DROP TABLE IF EXISTS `wp_ngg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_gallery` ( `gid` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL DEFAULT '0', `previewpic` bigint(20) NOT NULL DEFAULT '0', `author` bigint(20) NOT NULL DEFAULT '0', `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`gid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_gallery` -- LOCK TABLES `wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */; INSERT INTO `wp_ngg_gallery` VALUES (4,'other','showcase-page-gallery','wp-content/gallery/other','Showcase Page Gallery','',0,63,1,0); /*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_pictures` -- DROP TABLE IF EXISTS `wp_ngg_pictures`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ngg_pictures` ( `pid` bigint(20) NOT NULL AUTO_INCREMENT, `image_slug` varchar(255) NOT NULL, `post_id` bigint(20) NOT NULL DEFAULT '0', `galleryid` bigint(20) NOT NULL DEFAULT '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `exclude` tinyint(4) DEFAULT '0', `displayhome` tinyint(4) DEFAULT '0', `sortorder` bigint(20) NOT NULL DEFAULT '0', `meta_data` longtext, `extras_post_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`pid`), KEY `post_id` (`post_id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ngg_pictures` -- LOCK TABLES `wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */; INSERT INTO `wp_ngg_pictures` VALUES (1,'image-11',0,4,'bathroom-1.jpg','','','2005-12-27 16:03:08',0,0,1,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"AGING CORP.\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:25:\"December 27, 2005 4:03 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:1:\"\";s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(2,'image',0,4,'bathroom-10.jpg','','bathroom-10','2009-02-10 15:34:42',0,0,2,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D60\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 10, 2009 3:34 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:402;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(3,'image-15',0,4,'bathroom-11.jpg','','bathroom-11','2012-07-24 10:06:36',0,0,3,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(4,'image-16',0,4,'bathroom-12.jpg','','bathroom-12','2012-07-24 10:06:37',0,0,4,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:458;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(5,'image-17',0,4,'bathroom-13.jpg','','bathroom-13','2012-07-24 10:06:37',0,0,5,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:340;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(6,'bathroom-2',0,4,'bathroom-2.jpg','','bathroom-2','2006-11-07 12:24:52',0,0,6,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"AGING CORP.\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:25:\"November 7, 2006 12:24 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:1:\"\";s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(7,'image-2',0,4,'bathroom-3.jpg','','bathroom-3','2012-07-24 10:06:33',0,0,7,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:384;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(8,'image-19',0,4,'bathroom-4.jpg','','bathroom-4','2012-07-24 10:06:34',0,0,8,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:398;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(9,'image-20',0,4,'bathroom-5.jpg','','bathroom-5','2008-10-15 14:17:07',0,0,9,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"CORPORATIO\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:17 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"22 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:402;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(10,'image-21',0,4,'bathroom-6.jpg','','bathroom-6','2008-10-15 14:18:14',0,0,10,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D60\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:18 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:402;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(11,'image-22',0,4,'bathroom-7.jpg','','bathroom-7','2008-10-15 14:18:44',0,1,11,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"CORPORATIO\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:18 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"26 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(12,'image-23',0,4,'bathroom-8.jpg','','bathroom-8','2008-10-15 14:19:30',0,0,12,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"CORPORATIO\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:19 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"22 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:402;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(13,'image-24',0,4,'bathroom-9.jpg','','bathroom-9','2008-10-15 14:24:52',0,0,13,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D60\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:24 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"20 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(14,'image-25',0,4,'copy_0_dtn_limestone_napolina_res.jpg','','dtn_limestone_napolina_res','1970-01-01 00:00:00',0,0,14,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"P 21+\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"July 24, 2012 10:06 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"50 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:750;s:6:\"height\";i:1002;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(15,'image-8',0,4,'floors-1.jpg','','floors-1','2006-11-10 13:39:49',0,0,15,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"November 10, 2006 1:39 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"5.1 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(16,'image-9',0,4,'floors-2.jpg','','floors-2','2006-11-10 13:40:32',1,0,16,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"November 10, 2006 1:40 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"5.1 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(17,'image-10',0,4,'floors-3.jpg','','floors-3','2007-11-24 14:06:44',0,0,17,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"November 24, 2007 2:06 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:460;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(18,'floors-4',0,4,'floors-4.jpg','','floors-4','2008-01-21 17:25:10',0,0,18,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"AGING CORP.\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:24:\"January 21, 2008 5:25 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:1:\"\";s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(19,'image-12',0,4,'floors-5.jpg','','floors-5','2008-10-15 14:27:07',1,0,19,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"CORPORATIO\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:27 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"35 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:402;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(20,'image-13',0,4,'floors-6.jpg','','floors-6','2008-10-15 14:30:18',0,0,20,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"CORPORATIO\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"October 15, 2008 2:30 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:402;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(21,'image-3',0,4,'dtvegas-718.jpg','','dtvegas-718','1970-01-01 00:00:00',0,0,21,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 11\";s:6:\"credit\";b:0;s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"July 24, 2012 3:02 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"45 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:667;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(22,'image-4',0,4,'kitchens-1.jpg','','kitchens-1','2009-03-18 12:05:06',0,0,22,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";s:1:\"\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2009 12:05 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:518;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(23,'image-5',0,4,'kitchens-2.jpg','','kitchens-2','2009-04-14 23:09:48',0,0,23,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"orporation\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 14, 2009 11:09 pm\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(24,'image-6',0,4,'kitchens-3.jpg','','kitchens-3','2010-02-02 08:48:24',0,0,24,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";s:1:\"\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"February 2, 2010 8:48 am\";s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:526;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(25,'image-7',0,4,'kitchens-4.jpg','','kitchens-4','2012-07-24 15:02:06',0,0,25,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:22:\"Digital Dean © 2012\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:399;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(55,'dt_fshnacc_brix_res_02',0,4,'dt_fshnacc_brix_res_02.jpg','','Modern kitchen','2012-07-25 07:53:23',0,0,26,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:23:\"Modern kitchen interior\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:14:\"Modern kitchen\";s:8:\"keywords\";s:270:\"kitchen,interior,modern,design,counter,top,countertop,ceramic,cabinet,cabinets,contemporary,home,house,tile,tiles,decoration,renovation,steel,metal,faucet,sink,silver,stainless,martini,glass,glasses,tray,shake,shaken,shaker,granite,potlight,potlights,light,lights,luxury\";s:5:\"width\";i:1000;s:6:\"height\";i:753;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(56,'dt_fshnacc_dmsk_res_02',0,4,'dt_fshnacc_dmsk_res_02.jpg','','dt_fshnacc_dmsk_res_02','2012-07-25 07:53:23',0,0,27,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:667;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(57,'dt_sandalo_res_01_h',0,4,'dt_sandalo_res_01_h.jpg','','dt_sandalo_res_01_h','2012-07-25 07:53:24',0,0,28,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:669;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(58,'dt_tnah11_florida_0751',0,4,'dt_tnah11_florida_0751.jpg','','dt_tnah11_florida_0751','2012-07-25 07:53:24',0,0,29,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:667;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(59,'dt_tnah11_florida_0877',0,4,'dt_tnah11_florida_0877.jpg','','dt_tnah11_florida_0877','2012-07-25 07:53:25',0,0,30,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:667;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(60,'dtn_granite_delicatoswht_res_01',0,4,'dtn_granite_delicatoswht_res_01.jpg','','dtn_granite_delicatoswht_res_01','2012-07-25 07:53:26',0,0,31,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1002;s:6:\"height\";i:670;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(61,'dtn_limestone_napolina_res-2',0,4,'dtn_limestone_napolina_res.jpg','','dtn_limestone_napolina_res','2012-07-25 07:53:27',0,0,32,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 12, 2010 8:20 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:750;s:6:\"height\";i:1000;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(62,'dtn_slate_autumnmist_res_01',0,4,'dtn_slate_autumnmist_res_01.jpg','','dtn_slate_autumnmist_res_01','2012-07-25 07:53:27',0,0,33,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1030;s:6:\"height\";i:942;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(63,'oq_onequartz_harvestgrains_res01_h',0,4,'oq_onequartz_harvestgrains_res01_h.jpg','','oq_onequartz_harvestgrains_res01_h','2012-07-25 07:53:28',0,0,34,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1000;s:6:\"height\";i:667;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(64,'slide-1',0,4,'slide-1.jpg','','slide-1','2012-07-25 07:54:08',1,1,35,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(65,'slide-2',0,4,'slide-2.jpg','','slide-2','2012-07-25 07:54:08',1,1,36,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:600;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(68,'100_0082',0,4,'100_0082.jpg','','100_0082','2012-09-10 23:43:03',0,0,37,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(69,'orig_dtn_granite_delicatoswht_res_01',0,4,'ORIG_dtn_granite_delicatoswht_res_01.jpg','','ORIG_dtn_granite_delicatoswht_res_01','2013-04-04 23:25:12',0,0,38,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1002;s:6:\"height\";i:670;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0),(70,'orig_dtn_limestone_napolina_res',0,4,'ORIG_dtn_limestone_napolina_res.jpg','','ORIG_dtn_limestone_napolina_res','2013-04-04 23:16:02',0,0,39,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 12, 2010 8:20 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:750;s:6:\"height\";i:1000;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:160;s:6:\"height\";i:90;}}',0); /*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=181581 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.ardentile.com','yes'),(2,'blogname','Arden','yes'),(3,'blogdescription','Quality Tile and Professional Services','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','ardentile@shaw.ca','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(22,'posts_per_page','2','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'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:10:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:45:\"enhanced-text-widget/enhanced-text-widget.php\";i:2;s:35:\"facebook-page-publish/fpp_index.php\";i:3;s:31:\"featured-articles-lite/main.php\";i:4;s:29:\"image-widget/image-widget.php\";i:5;s:29:\"nextgen-gallery/nggallery.php\";i:6;s:43:\"testimonials-widget/testimonials-widget.php\";i:7;s:39:\"underconstruction/underConstruction.php\";i:8;s:31:\"wp-to-twitter/wp-to-twitter.php\";i:9;s:33:\"wponlinebackup/wponlinebackup.php\";}','yes'),(37,'home','http://www.ardentile.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:61:\"/www/wp-content/themes/arden/footer.php\";i:1;s:60:\"/www/wp-content/themes/arden/style.css\";i:2;s:64:\"/www/wp-content/themes/arden/functions.php\";i:3;s:66:\"/www/wp-content/themes/arden/inc/widgets.php\";i:4;s:67:\"/www/wp-content/themes/arden/content-page.php\";}','no'),(45,'template','arden','yes'),(46,'stylesheet','arden','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','33056','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','page','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','108','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','mystery','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','0','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','1','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','0','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:0:{}','yes'),(85,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;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'),(86,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:285:\"<h2><span class=\"do\"></span> hours</h2>\r\n<div class=\"cc\">\r\n<h3>Mon - Fri\r\n8.30 am - 4:30 pm</h3><br />\r\n<h3 style=\"margin-top: 16px;\"></h3>\r\n<br />\r\n<h3 style=\"margin-top: 16px;\">Saturdays 10:00 am - 13:00 pm Sundays closed - Holiday weekends closed Sat./Sun./Mon.</h3>\r\n<br />\r\n</div>\";s:6:\"filter\";b:1;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:316:\"<h2><span class=\"do\">C</span>ontact information</h2>\r\n<div class=\"cc\">\r\n<h3>Address</h3>\r\n2800C - 45th Avenue\r\nVernon, BC\r\nV1T 3N4<br />\r\n<h3 style=\"margin-top: 16px;\">Email</h3>\r\n<a href=\"mailto:ardentile@shaw.ca\">ardentile@shaw.ca</a><br />\r\n<h3 style=\"margin-top: 16px;\">Telephone</h3>\r\n250-545-2272<br />\r\n</div>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_rss','a:0:{}','yes'),(88,'uninstall_plugins','a:2:{s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:39:\"underconstruction/underConstruction.php\";s:30:\"underConstructionPlugin_delete\";}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','5','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','21115','yes'),(97,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{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:14:\"edit_FA_slider\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:17:\"wpt_twitter_oauth\";b:1;s:18:\"wpt_twitter_custom\";b:1;s:18:\"wpt_twitter_switch\";b:1;s:13:\"wpt_can_tweet\";b:1;s:24:\"NextGEN Attach Interface\";b:1;s:13:\"wpt_tweet_now\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:13:\"wpt_can_tweet\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:13:\"wpt_can_tweet\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:13:\"wpt_can_tweet\";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'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'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'),(100,'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'),(101,'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'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:11:\"header-logo\";a:1:{i:0;s:17:\"widget_sp_image-2\";}s:14:\"content-slogan\";a:1:{i:0;s:20:\"enhancedtextwidget-3\";}s:18:\"content-store-home\";a:1:{i:0;s:6:\"text-2\";}s:25:\"content-contact-page-text\";a:2:{i:0;s:6:\"text-3\";i:1;s:12:\"categories-3\";}s:20:\"content-testimonials\";a:1:{i:0;s:21:\"testimonials_widget-2\";}s:14:\"stay-connected\";a:1:{i:0;s:20:\"enhancedtextwidget-4\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:1:{i:0;s:20:\"enhancedtextwidget-2\";}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:5:{i:1475868288;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1475889983;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:1475889990;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1475890979;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:24:\"http://www.ardentile.com\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.ardentile.com/\";s:3:\"url\";s:148:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://g1.arrowhitech.com/aht1544_arden/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(148,'current_theme','Arden','yes'),(149,'theme_mods_arden','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}}','yes'),(150,'theme_switched','','yes'),(151,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(161,'ftp_credentials','a:3:{s:8:\"hostname\";s:19:\"dev.arrowhitech.com\";s:8:\"username\";s:10:\"aht_hungvv\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(162,'recently_activated','a:0:{}','yes'),(163,'fa_plugin_details','a:4:{s:7:\"version\";s:7:\"2.4.9.1\";s:10:\"wp_version\";s:5:\"3.5.1\";s:22:\"plugin_activation_date\";s:20:\"26 Mar 2013 08:11:29\";s:13:\"themes_folder\";s:37:\"plugins/featured-articles-lite/themes\";}','yes'),(167,'fa_lite_home','a:0:{}','yes'),(168,'fa_lite_categories','a:0:{}','yes'),(169,'fa_lite_pages','a:0:{}','yes'),(170,'widget_enhancedtextwidget','a:4:{i:2;a:7:{s:5:\"title\";s:0:\"\";s:8:\"titleUrl\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:4:\"bare\";i:0;s:9:\"newWindow\";i:0;s:4:\"text\";s:61:\"© Copyright by <b>Arden Tile</b>. All rights reserved<br />\";s:6:\"filter\";b:0;}i:3;a:7:{s:5:\"title\";s:0:\"\";s:8:\"titleUrl\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:4:\"bare\";i:0;s:9:\"newWindow\";i:0;s:4:\"text\";s:310:\"<p class=\"first\"><span class=\"ngoac\">“</span><span class=\"site\">european craftsmanship</span> you can trust ”</p>\r\n<p class=\"second\"><img src=\"<?php echo get_template_directory_uri();?>/images/ve-t.png\" /> <span>arden tile</span> <img src=\"<?php echo get_template_directory_uri();?>/images/ve-p.png\" /></p>\";s:6:\"filter\";b:0;}i:4;a:7:{s:5:\"title\";s:0:\"\";s:8:\"titleUrl\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:4:\"bare\";i:0;s:9:\"newWindow\";i:0;s:4:\"text\";s:522:\"<div id=\"stay\" class=\"left\">\r\n <p>stay connected: </p>\r\n </div><!-- #stay -->\r\n <div id=\"icon\" class=\"right\">\r\n <a href=\"https://www.facebook.com/ardentile\"><img src=\"<?php bloginfo(\'template_directory\');?>/images/fb.jpg\" /></a>\r\n <a href=\"https://twitter.com/ardentile\"><img src=\"<?php bloginfo(\'template_directory\');?>/images/tt.jpg\" /></a>\r\n <a href=\"<?php bloginfo(\'home\'); ?>/feed/\"><img src=\"<?php bloginfo(\'template_directory\');?>/images/rss.jpg\" /></a>\r\n </div><!-- #icon -->\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(171,'ngg_options','a:88:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:10:\"usePicLens\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:10:\"thumbwidth\";i:160;s:11:\"thumbheight\";i:90;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:85;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:7:\"shutter\";s:9:\"thumbCode\";s:33:\"class=\"shutterset_%GALLERY_NAME%\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:5:\"Arden\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:320;s:8:\"irHeight\";i:240;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"true\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:11:\"installDate\";i:1343124340;s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:17:\"router_param_slug\";s:9:\"nggallery\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:18:\"galleries_in_feeds\";b:0;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:7:\"slideFX\";s:4:\"fade\";s:28:\"always_enable_frontend_logic\";b:0;}','yes'),(172,'ngg_db_version','1.8.0','yes'),(175,'widget_widget_sp_image','a:2:{i:2;a:10:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:24:\"http://www.ardentile.com\";s:5:\"image\";s:2:\"53\";s:8:\"imageurl\";s:60:\"http://www.ardentile.com/wp-content/uploads/2012/07/logo.jpg\";s:10:\"linktarget\";s:5:\"_self\";s:5:\"width\";s:3:\"249\";s:6:\"height\";s:2:\"67\";s:5:\"align\";s:4:\"none\";s:3:\"alt\";s:4:\"logo\";}s:12:\"_multiwidget\";i:1;}','yes'),(176,'feat_art_options','a:3:{s:18:\"complete_uninstall\";i:0;s:11:\"auto_insert\";s:1:\"1\";s:15:\"load_in_wptouch\";i:0;}','no'),(205,'wpcf7','a:1:{s:7:\"version\";s:3:\"4.3\";}','yes'),(267,'widget_testimonials_widget','a:2:{i:2;a:10:{s:5:\"title\";s:0:\"\";s:10:\"min_height\";i:150;s:11:\"show_author\";b:1;s:11:\"show_source\";b:0;s:16:\"refresh_interval\";i:10;s:12:\"random_order\";b:1;s:8:\"tags_all\";i:0;s:4:\"tags\";s:0:\"\";s:10:\"char_limit\";i:500;s:5:\"limit\";i:10;}s:12:\"_multiwidget\";i:1;}','yes'),(306,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1343622449;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:20:\"enhancedtextwidget-2\";i:4;s:20:\"enhancedtextwidget-3\";i:5;s:17:\"widget_sp_image-2\";i:6;s:21:\"testimonials_widget-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(330,'underConstructionHTTPStatus','200','yes'),(331,'underConstructionDisplayOption','2','yes'),(332,'underConstructionHTML','<div style=\\"position:absolute; width:450px; top:100px; left:50%; margin-left:-225px;\\">\r\n <div style=\\"font-size:24px; text-align:center;\\"><h1 style=\\"margin:0px;\\">Arden Tile</h1></div>\r\n <div style=\\"height:75px;background-image: url(images/tile.jpg);\\"></div>\r\n <div style=\\"text-align:center; padding:10px; color:#CC0000;\\">New Website Coming Soon</div>\r\n \r\n <div style=\\"width:50%;float:left;\\">\r\n 2800C - 45th Avenue<br>\r\n Vernon, BC<br>\r\n V1T 3N4<br><br>\r\n \r\n Phone: 250-545-2272<br><br>\r\n </div>\r\n \r\n <div style=\\"width:50%;float:left;\\">\r\n <b>Hours of operation:</b><br>\r\n Mon - Fri: 8:00 am - 5:00 pm<br>\r\n Saturdays - 9:00 am - 12:00 pm<br>\r\n Sundays and Holidays - closed<br>\r\n </div>\r\n </div>\r\n\r\n','yes'),(333,'underConstructionActivationStatus','0','yes'),(334,'underConstructionRequiredRole','0','yes'),(339,'underConstructionIPWhitelist','a:0:{}','yes'),(579,'category_children','a:0:{}','yes'),(805,'fpp_options','a:16:{s:14:\"show_thumbnail\";s:7:\"default\";s:16:\"show_post_author\";b:0;s:20:\"show_post_categories\";b:0;s:14:\"show_post_text\";b:1;s:14:\"show_post_link\";b:1;s:21:\"default_thumbnail_url\";s:67:\"http://www.ardentile.com/wp-content/uploads/2012/07/logo-150x67.jpg\";s:6:\"app_id\";s:15:\"276100942491924\";s:9:\"object_id\";s:15:\"340888146000272\";s:10:\"app_secret\";s:32:\"a3b69124bd8b432f4581704b206dab46\";s:12:\"app_id_valid\";b:1;s:15:\"object_id_valid\";b:1;s:11:\"object_type\";s:4:\"page\";s:16:\"app_secret_valid\";b:1;s:10:\"ignore_ssl\";b:0;s:18:\"default_publishing\";s:3:\"all\";s:29:\"default_publishing_categories\";a:0:{}}','yes'),(806,'fpp_error','','yes'),(807,'fpp_installed_version','0.3.9','yes'),(838,'fpp_profile_access_token','','yes'),(839,'fpp_object_access_token','','yes'),(1067,'wpt_post_types','a:2:{s:4:\"post\";a:4:{s:21:\"post-published-update\";s:1:\"1\";s:19:\"post-published-text\";s:13:\"#title# #url#\";s:18:\"post-edited-update\";s:1:\"1\";s:16:\"post-edited-text\";s:13:\"#title# #url#\";}s:4:\"page\";a:4:{s:21:\"post-published-update\";s:1:\"1\";s:19:\"post-published-text\";s:13:\"#title# #url#\";s:18:\"post-edited-update\";s:1:\"1\";s:16:\"post-edited-text\";s:13:\"#title# #url#\";}}','yes'),(1068,'comment-published-update','1','yes'),(1069,'comment-published-text','New comment: #title# #url#','yes'),(1070,'wpt_inline_edits','0','yes'),(1071,'wtt_user_permissions','administrator','yes'),(1072,'wp_to_twitter_version','3.1.7','yes'),(1073,'jd_twit_blogroll','1','yes'),(1074,'newlink-published-text','New link: #title# #url#','yes'),(1075,'limit_categories','0','yes'),(1076,'jd_shortener','3','yes'),(1077,'jd_strip_nonan','0','yes'),(1078,'jd_max_tags','3','yes'),(1079,'jd_max_characters','15','yes'),(1080,'jd_replace_character','_','yes'),(1081,'wtt_show_custom_tweet','administrator','yes'),(1082,'jd_twit_remote','0','yes'),(1083,'jd_post_excerpt','30','yes'),(1084,'twitter-analytics-campaign','twitter','yes'),(1085,'use-twitter-analytics','0','yes'),(1086,'jd_dynamic_analytics','0','yes'),(1087,'use_dynamic_analytics','category','yes'),(1088,'jd_twit_custom_url','external_link','yes'),(1089,'wp_twitter_failure','1','yes'),(1090,'wp_url_failure','0','yes'),(1091,'jd_tweet_default','0','yes'),(1092,'je_tweet_default_edit','0','yes'),(1093,'twitterInitialised','1','yes'),(1094,'jd_keyword_format','0','yes'),(1095,'app_consumer_key','PWCYB9KGyHg9FSDpST4Q','yes'),(1096,'app_consumer_secret','hdkipToVHlez2o3HmlMeUpmVQUdJFyVo9ijPJmeHWUI','yes'),(1097,'oauth_token','786376626-0vPMHrdBuxHzzS4thkBYi0RWjA8nFzYOIIFdeEMX','yes'),(1098,'oauth_token_secret','gZa2Lsu8AmJr45J9McZCnqOFVQCIQXEdketlHsVZY','yes'),(1099,'wtt_twitter_username','ardentile','yes'),(1100,'wtt_oauth_hash','d9af5bc9cfdfea8dc5fb5053309d37fe','yes'),(1101,'jd_last_tweet','3 FOR 1 ITALIAN PORCELAIN TILE. http://www.ardentile.com/german-vinyl-planking/','yes'),(1620,'testimonialswidget','a:2:{s:10:\"db_version\";s:3:\"0.1\";s:8:\"migrated\";b:1;}','no'),(1624,'wponlinebackup_db_version','12','yes'),(1625,'wponlinebackup_check_tables','0','yes'),(1626,'wponlinebackup_settings','a:16:{s:8:\"username\";s:12:\"ardentilecom\";s:8:\"password\";s:10:\"arch1m3d3s\";s:15:\"encryption_type\";s:6:\"AES128\";s:14:\"encryption_key\";s:16:\"ilovetheselectio\";s:16:\"selection_method\";s:7:\"exclude\";s:14:\"selection_list\";a:0:{}s:21:\"ignore_trash_comments\";b:1;s:20:\"ignore_spam_comments\";b:1;s:16:\"filesystem_upone\";b:0;s:17:\"filesystem_themes\";b:1;s:18:\"filesystem_plugins\";b:1;s:18:\"filesystem_uploads\";b:1;s:19:\"filesystem_excludes\";s:0:\"\";s:11:\"max_log_age\";i:6;s:14:\"local_min_gens\";i:2;s:17:\"local_max_storage\";i:200;}','no'),(1627,'wponlinebackup_schedule','a:9:{s:8:\"schedule\";s:6:\"weekly\";s:3:\"day\";i:0;s:4:\"hour\";s:1:\"0\";s:6:\"minute\";s:1:\"0\";s:12:\"next_trigger\";i:1433030400;s:6:\"target\";s:6:\"online\";s:8:\"email_to\";s:0:\"\";s:15:\"backup_database\";b:1;s:17:\"backup_filesystem\";b:1;}','no'),(1629,'wponlinebackup_temps','a:0:{}','no'),(1630,'wponlinebackup_bsn','77','no'),(1632,'wponlinebackup_quota','a:2:{s:3:\"max\";s:9:\"104857600\";s:4:\"used\";s:9:\"104856732\";}','no'),(1633,'wponlinebackup_last_gzip_tmp_dir','/tmp','no'),(1649,'db_upgraded','','yes'),(1973,'wpt_can_tweet','contributor','yes'),(2871,'link_manager_enabled','1','yes'),(2875,'wponlinebackup_in_sync','1','no'),(2877,'_image_widget_version','4.1.2','yes'),(10094,'jd_status_message','<strong>Code </strong>: Twitter did not return a recognized response code.','yes'),(11903,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"ardentile@shaw.ca\";s:7:\"version\";s:5:\"4.3.6\";s:9:\"timestamp\";i:1473264210;}','yes'),(13115,'photocrati_auto_update_admin_update_list','','yes'),(13116,'photocrati_auto_update_admin_check_date','','yes'),(13117,'pope_module_list','a:34:{i:0;s:17:\"photocrati-fs|0.4\";i:1;s:19:\"photocrati-i18n|0.1\";i:2;s:25:\"photocrati-validation|0.1\";i:3;s:21:\"photocrati-router|0.7\";i:4;s:32:\"photocrati-wordpress_routing|0.6\";i:5;s:23:\"photocrati-security|0.2\";i:6;s:31:\"photocrati-nextgen_settings|0.9\";i:7;s:18:\"photocrati-mvc|0.5\";i:8;s:19:\"photocrati-ajax|0.8\";i:9;s:25:\"photocrati-datamapper|0.8\";i:10;s:30:\"photocrati-nextgen-legacy|0.14\";i:11;s:28:\"photocrati-nextgen-data|0.10\";i:12;s:33:\"photocrati-dynamic_thumbnails|0.6\";i:13;s:28:\"photocrati-nextgen_admin|0.9\";i:14;s:39:\"photocrati-nextgen_gallery_display|0.13\";i:15;s:34:\"photocrati-frame_communication|0.4\";i:16;s:30:\"photocrati-attach_to_post|0.11\";i:17;s:38:\"photocrati-nextgen_addgallery_page|0.6\";i:18;s:36:\"photocrati-nextgen_other_options|0.8\";i:19;s:33:\"photocrati-nextgen_pagination|0.3\";i:20;s:33:\"photocrati-dynamic_stylesheet|0.3\";i:21;s:34:\"photocrati-nextgen_pro_upgrade|0.4\";i:22;s:20:\"photocrati-cache|0.2\";i:23;s:24:\"photocrati-lightbox|0.14\";i:24;s:38:\"photocrati-nextgen_basic_templates|0.5\";i:25;s:37:\"photocrati-nextgen_basic_gallery|0.13\";i:26;s:42:\"photocrati-nextgen_basic_imagebrowser|0.10\";i:27;s:39:\"photocrati-nextgen_basic_singlepic|0.11\";i:28;s:38:\"photocrati-nextgen_basic_tagcloud|0.11\";i:29;s:35:\"photocrati-nextgen_basic_album|0.10\";i:30;s:21:\"photocrati-widget|0.5\";i:31;s:33:\"photocrati-third_party_compat|0.4\";i:32;s:29:\"photocrati-nextgen_xmlrpc|0.4\";i:33;s:20:\"photocrati-wpcli|0.1\";}','yes'),(13119,'wponlinebackup_config_verify','a:5:{s:11:\"backups_url\";s:49:\"http://0055c7c.netsolhost.com/wp-content/backups/\";s:14:\"backups_secure\";i:1;s:7:\"tmp_url\";s:124:\"http://0055c7c.netsolhost.com/\\\\WDP\\DFS\\42\\0\\5\\2\\4227517250\\user\\sites\\515801.site\\www\\wp-content\\plugins\\wponlinebackup/tmp\";s:10:\"tmp_secure\";i:1;s:11:\"last_update\";i:1475810593;}','yes'),(13127,'WPLANG','','yes'),(51624,'MVC_tracker','a:1:{i:1435850582;a:2:{i:0;s:14:\"get_static_url\";i:1;s:19:\"find_static_abspath\";}}','no'),(51643,'ngg_transient_groups','a:3:{s:9:\"__counter\";i:3;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}}','yes'),(51705,'wpt_server_string','<ul>\r\n <li>Your server time:<br /><code>Thurs, 02-Jul-15 15:35:05 UTC</code></li><li>Twitter\'s server time: <br /><code>Thurs, 02-Jul-15 15:35:05 UTC</code></li>\r\n <li>Your server timezone: UTC</li>\r\n <li>Your time stamp matches the Twitter server time</li>\r\n \r\n </ul>','yes'),(84677,'_site_transient_timeout_browser_43873b06b9118a1b1d1a79cff77cfaed','1444106164','yes'),(84678,'_site_transient_browser_43873b06b9118a1b1d1a79cff77cfaed','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"35.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'),(84710,'finished_splitting_shared_terms','1','yes'),(84714,'can_compress_scripts','1','yes'),(84729,'underconstruction_global_notification','1','yes'),(137982,'_site_transient_timeout_browser_adbacc862e30e616483d757c19b1f72e','1455983802','yes'),(137983,'_site_transient_browser_adbacc862e30e616483d757c19b1f72e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.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'),(137991,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1455389867','yes'),(137992,'_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:\"5703\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3563\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3517\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3018\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2749\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2246\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2172\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2019\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1970\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1955\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1952\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1904\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1805\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1608\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1521\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1504\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1477\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1318\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1267\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1256\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1158\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1075\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1053\";}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:\"948\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"904\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"888\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"881\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"872\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"864\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"814\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"767\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"766\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"752\";}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:\"730\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";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:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"710\";}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:\"709\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"678\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"662\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"656\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"645\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"631\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"617\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"610\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"599\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"593\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"583\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"577\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"576\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"549\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"541\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"541\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"526\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"507\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"483\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"483\";}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:\"477\";}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:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";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:\"432\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"426\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"425\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"413\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"409\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"406\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"401\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"398\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"393\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"391\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";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:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"384\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"381\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"376\";}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:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"374\";}}','yes'),(176158,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.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.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";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\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.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.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";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:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.4\";s:7:\"version\";s:5:\"4.5.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.5\";s:7:\"version\";s:5:\"4.4.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1475853022;s:15:\"version_checked\";s:5:\"4.3.6\";s:12:\"translations\";a:0:{}}','yes'),(181302,'_site_transient_timeout_browser_d7ebeddeee1c10c06a3c4cf170141814','1476417322','yes'),(181303,'_site_transient_browser_d7ebeddeee1c10c06a3c4cf170141814','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"49.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'),(181320,'_site_transient_timeout_available_translations','1475823343','yes'),(181321,'_site_transient_available_translations','a:72:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-22 12:44:11\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-09-03 15:21:06\";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.6/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.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-06-26 09:35:19\";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.6/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.4\";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.4/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.4\";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.4/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-22 04:45:13\";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.6/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-02-16 15:35:45\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.6/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-01 14:23:54\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-28 11:21:04\";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.6/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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-23 12:22:42\";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.6/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-06-26 09:52:09\";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.6/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:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-21 20:35:04\";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.6/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-21 21:29:42\";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.6/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-26 19:24:13\";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.6/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.4\";s:7:\"updated\";s:19:\"2016-03-17 15:44:37\";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.4/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-21 22:57:06\";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.6/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-21 22:26:28\";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.6/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-08-19 13:07:20\";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.6/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-06-21 18:29:54\";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.6/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.3.4\";s:7:\"updated\";s:19:\"2016-05-29 12:53:49\";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.3.4/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-01 12:53:43\";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.6/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-01 14:24:43\";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.6/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.4\";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.4/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-07-05 13:44:46\";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.6/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2016-03-22 18:30:35\";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.4/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-13 12:48:25\";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.6/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-04 14:45:21\";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.6/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-28 08:37:57\";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.6/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-07-09 21:25:30\";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.6/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.13\";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.13/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.6\";s:7:\"updated\";s:19:\"2016-06-21 19:15:29\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-22 10:58:27\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-29 12:14:34\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-08-16 21:17:36\";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.6/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.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-07-11 17:46:26\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-21 19:09:10\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-10-01 10:43:34\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-26 09:23:26\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-07-16 11:43:15\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-22 09:12:45\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-28 05:21:13\";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.6/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-07-11 07:18:15\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-26 13:47:17\";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.6/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.4\";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.4/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-09-23 13:46:27\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.6/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.6\";s:7:\"updated\";s:19:\"2016-07-06 09:14:23\";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.6/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.13/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-09-14 09:00:34\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-22 02:34:38\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-22 04:45:57\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-07-20 18:23:09\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-07-28 07:26:13\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-07-29 21:17:46\";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.6/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.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-07-28 05:06:59\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-23 10:11:05\";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.6/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.4\";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.4/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.6\";s:7:\"updated\";s:19:\"2016-08-30 11:44:05\";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.6/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.6\";s:7:\"updated\";s:19:\"2016-06-26 08:26:41\";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.6/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.13\";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.13/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.6\";s:7:\"updated\";s:19:\"2016-07-20 19:28:44\";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.6/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2016-03-18 06:20:35\";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.4/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.4\";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.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(181325,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(181326,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(181327,'widget_fa-slideshow-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(181328,'widget_links','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(181329,'widget_ngg-mrssw','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(181363,'rewrite_rules','a:199:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:37:\"fa_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"fa_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"fa_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fa_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fa_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"fa_slider/([^/]+)/trackback/?$\";s:36:\"index.php?fa_slider=$matches[1]&tb=1\";s:38:\"fa_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?fa_slider=$matches[1]&paged=$matches[2]\";s:45:\"fa_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?fa_slider=$matches[1]&cpage=$matches[2]\";s:30:\"fa_slider/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?fa_slider=$matches[1]&page=$matches[2]\";s:26:\"fa_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"fa_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"fa_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fa_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fa_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"fa_slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"fa_slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"fa_slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fa_slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fa_slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"fa_slide/([^/]+)/trackback/?$\";s:35:\"index.php?fa_slide=$matches[1]&tb=1\";s:37:\"fa_slide/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?fa_slide=$matches[1]&paged=$matches[2]\";s:44:\"fa_slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?fa_slide=$matches[1]&cpage=$matches[2]\";s:29:\"fa_slide/([^/]+)(/[0-9]+)?/?$\";s:47:\"index.php?fa_slide=$matches[1]&page=$matches[2]\";s:25:\"fa_slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"fa_slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"fa_slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"fa_slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"fa_slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:30:\"ngg_album/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_gallery/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:33:\"ngg_pictures/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:37:\"lightbox_library/([^/]+)(/[0-9]+)?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:38:\"displayed_gallery/([^/]+)(/[0-9]+)?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:33:\"display_type/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:39:\"gal_display_source/([^/]+)(/[0-9]+)?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&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'),(181486,'_site_transient_timeout_theme_roots','1475854828','yes'),(181487,'_site_transient_theme_roots','a:6:{s:5:\"arden\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(181488,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1475853033;s:7:\"checked\";a:6:{s:5:\"arden\";s:4:\"6.12\";s:12:\"twentyeleven\";s:3:\"2.2\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";s:12:\"twentytwelve\";s:3:\"1.8\";}s:8:\"response\";a:5:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.2.5.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.6.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.8.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.0.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(181489,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1475853032;s:8:\"response\";a:5:{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:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";}s:29:\"image-widget/image-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4078\";s:4:\"slug\";s:12:\"image-widget\";s:6:\"plugin\";s:29:\"image-widget/image-widget.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/image-widget/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/image-widget.4.2.2.zip\";}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"592\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"2.1.50\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.2.1.50.zip\";}s:39:\"underconstruction/underConstruction.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8707\";s:4:\"slug\";s:17:\"underconstruction\";s:6:\"plugin\";s:39:\"underconstruction/underConstruction.php\";s:11:\"new_version\";s:4:\"1.17\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/underconstruction/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/underconstruction.1.17.zip\";}s:31:\"wp-to-twitter/wp-to-twitter.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5140\";s:4:\"slug\";s:13:\"wp-to-twitter\";s:6:\"plugin\";s:31:\"wp-to-twitter/wp-to-twitter.php\";s:11:\"new_version\";s:6:\"3.2.14\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-to-twitter/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-to-twitter.3.2.14.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip\";}s:45:\"enhanced-text-widget/enhanced-text-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"22825\";s:4:\"slug\";s:20:\"enhanced-text-widget\";s:6:\"plugin\";s:45:\"enhanced-text-widget/enhanced-text-widget.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/enhanced-text-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/enhanced-text-widget.1.4.5.zip\";}s:35:\"facebook-page-publish/fpp_index.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"21594\";s:4:\"slug\";s:21:\"facebook-page-publish\";s:6:\"plugin\";s:35:\"facebook-page-publish/fpp_index.php\";s:11:\"new_version\";s:5:\"0.3.9\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/facebook-page-publish/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/facebook-page-publish.zip\";s:14:\"upgrade_notice\";s:39:\"Updates, bugfixes, upgrade recommended.\";}s:31:\"featured-articles-lite/main.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"18313\";s:4:\"slug\";s:22:\"featured-articles-lite\";s:6:\"plugin\";s:31:\"featured-articles-lite/main.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/featured-articles-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/featured-articles-lite.zip\";}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:43:\"testimonials-widget/testimonials-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"24817\";s:4:\"slug\";s:19:\"testimonials-widget\";s:6:\"plugin\";s:43:\"testimonials-widget/testimonials-widget.php\";s:11:\"new_version\";s:5:\"3.3.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/testimonials-widget/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/testimonials-widget.3.3.3.zip\";}}}','yes'),(181547,'_transient_is_multi_author','0','yes'),(181548,'_transient_doing_cron','1475894946.5061280727386474609375','yes'),(181577,'_transient_timeout_2__974818834','1475896782','no'),(181578,'_transient_2__974818834','{\"photocrati-ajax#ajax.min.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ajax\\/static\\/ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/css\\/gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery-ui\\/jquery-ui-1.10.4.custom.min.css\",\"photocrati-frame_communication#frame_event_publisher.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/frame_communication\\/static\\/frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css||http:\\/\\/www.ardentile.com\\/wp-content\\/plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/mu-plugins|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden|http:\\/\\/www.ardentile.com\\/wp-content\\/themes\\/arden\":\"http:\\/\\/www.ardentile.com\\/WDP\\/DFS\\/42\\/0\\/5\\/2\\/4227517250\\/user\\/sites\\/515801.site\\/www\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/trigger_buttons.min.css\"}','no'),(181579,'_transient_timeout_2__536483053','1475896747','no'),(181580,'_transient_2__536483053','{\"photocrati-ajax#ajax.min.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\ajax\\\\static\\\\ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\gritter\\\\gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\gritter\\\\css\\\\gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\select2\\\\select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\select2\\\\select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_admin\\\\static\\\\jquery-ui\\\\jquery-ui-1.10.4.custom.min.css\",\"photocrati-frame_communication#frame_event_publisher.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\frame_communication\\\\static\\\\frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_gallery_display\\\\static\\\\nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_gallery_display\\\\static\\\\nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_gallery_display\\\\static\\\\nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_gallery_display\\\\static\\\\common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css|0\":\"\\\\WDP\\\\DFS\\\\42\\\\0\\\\5\\\\2\\\\4227517250\\\\user\\\\sites\\\\515801.site\\\\www\\\\wp-content\\\\plugins\\\\nextgen-gallery\\\\products\\\\photocrati_nextgen\\\\modules\\\\nextgen_gallery_display\\\\static\\\\trigger_buttons.min.css\"}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1070 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,5,'_edit_last','1'),(5,5,'_wp_page_template','tmp_home.php'),(6,5,'_edit_lock','1394221036:1'),(7,7,'_edit_last','4'),(8,7,'_edit_lock','1475814093:1'),(9,7,'_wp_page_template','default'),(10,9,'_edit_last','1'),(11,9,'_edit_lock','1394221003:1'),(12,9,'_wp_page_template','default'),(13,11,'_edit_last','1'),(14,11,'_wp_page_template','default'),(15,11,'_edit_lock','1351358121:1'),(16,13,'_edit_last','1'),(17,13,'_wp_page_template','default'),(18,13,'_edit_lock','1350079290:1'),(19,15,'_edit_last','1'),(20,15,'_wp_page_template','showcase.php'),(21,15,'_edit_lock','1365114925:1'),(22,17,'_edit_last','1'),(23,17,'_edit_lock','1412828387:1'),(24,17,'_wp_page_template','default'),(25,19,'_menu_item_type','post_type'),(26,19,'_menu_item_menu_item_parent','0'),(27,19,'_menu_item_object_id','17'),(28,19,'_menu_item_object','page'),(29,19,'_menu_item_target',''),(30,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(31,19,'_menu_item_xfn',''),(32,19,'_menu_item_url',''),(34,20,'_menu_item_type','post_type'),(35,20,'_menu_item_menu_item_parent','0'),(36,20,'_menu_item_object_id','15'),(37,20,'_menu_item_object','page'),(38,20,'_menu_item_target',''),(39,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(40,20,'_menu_item_xfn',''),(41,20,'_menu_item_url',''),(43,21,'_menu_item_type','post_type'),(44,21,'_menu_item_menu_item_parent','0'),(45,21,'_menu_item_object_id','13'),(46,21,'_menu_item_object','page'),(47,21,'_menu_item_target',''),(48,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(49,21,'_menu_item_xfn',''),(50,21,'_menu_item_url',''),(52,22,'_menu_item_type','post_type'),(53,22,'_menu_item_menu_item_parent','0'),(54,22,'_menu_item_object_id','11'),(55,22,'_menu_item_object','page'),(56,22,'_menu_item_target',''),(57,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,22,'_menu_item_xfn',''),(59,22,'_menu_item_url',''),(61,23,'_menu_item_type','post_type'),(62,23,'_menu_item_menu_item_parent','0'),(63,23,'_menu_item_object_id','9'),(64,23,'_menu_item_object','page'),(65,23,'_menu_item_target',''),(66,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,23,'_menu_item_xfn',''),(68,23,'_menu_item_url',''),(70,24,'_menu_item_type','post_type'),(71,24,'_menu_item_menu_item_parent','0'),(72,24,'_menu_item_object_id','7'),(73,24,'_menu_item_object','page'),(74,24,'_menu_item_target',''),(75,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(76,24,'_menu_item_xfn',''),(77,24,'_menu_item_url',''),(79,25,'_menu_item_type','post_type'),(80,25,'_menu_item_menu_item_parent','0'),(81,25,'_menu_item_object_id','5'),(82,25,'_menu_item_object','page'),(83,25,'_menu_item_target',''),(84,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(85,25,'_menu_item_xfn',''),(86,25,'_menu_item_url',''),(106,36,'_wp_attached_file','2012/07/aaaa.jpg'),(107,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"172\";s:6:\"height\";s:3:\"108\";s:14:\"hwstring_small\";s:23:\"height=\'80\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/aaaa.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"aaaa-150x108.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"108\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(111,39,'_wp_attached_file','2012/07/bbbb.jpg'),(112,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"172\";s:6:\"height\";s:3:\"108\";s:14:\"hwstring_small\";s:23:\"height=\'80\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/bbbb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"bbbb-150x108.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"108\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(124,47,'_fa_lite_content','a:7:{s:12:\"num_articles\";s:1:\"5\";s:6:\"author\";s:1:\"0\";s:13:\"display_order\";s:1:\"1\";s:13:\"display_pages\";b:0;s:16:\"display_featured\";b:0;s:21:\"display_from_category\";a:1:{i:0;s:1:\"4\";}s:17:\"displayed_content\";s:1:\"1\";}'),(125,47,'_fa_lite_aspect','a:32:{s:15:\"section_display\";s:1:\"1\";s:13:\"section_title\";s:6:\"events\";s:12:\"slider_width\";s:3:\"462\";s:13:\"slider_height\";s:3:\"127\";s:15:\"fa_image_source\";s:2:\"wp\";s:17:\"thumbnail_display\";b:1;s:19:\"thumbnail_preloader\";b:0;s:15:\"thumbnail_width\";b:1;s:16:\"thumbnail_height\";b:1;s:18:\"custom_image_width\";s:1:\"0\";s:19:\"custom_image_height\";s:1:\"0\";s:7:\"th_size\";s:9:\"thumbnail\";s:15:\"thumbnail_click\";b:0;s:11:\"title_click\";b:0;s:12:\"title_custom\";b:0;s:11:\"use_excerpt\";b:0;s:15:\"use_custom_text\";b:0;s:16:\"strip_shortcodes\";b:1;s:13:\"desc_truncate\";s:3:\"120\";s:19:\"desc_truncate_noimg\";s:3:\"200\";s:12:\"end_truncate\";s:3:\"...\";s:9:\"read_more\";s:9:\"Read more\";s:12:\"allowed_tags\";s:3:\"<a>\";s:14:\"allow_all_tags\";b:0;s:10:\"bottom_nav\";b:1;s:12:\"sideways_nav\";b:0;s:10:\"show_title\";b:1;s:9:\"show_text\";b:1;s:14:\"show_read_more\";b:1;s:9:\"show_date\";b:0;s:16:\"show_post_author\";b:0;s:16:\"link_post_author\";b:0;}'),(126,47,'_fa_lite_display','a:2:{s:12:\"loop_display\";s:1:\"0\";s:11:\"show_author\";b:0;}'),(127,47,'_fa_lite_js','a:8:{s:13:\"slideDuration\";s:1:\"5\";s:14:\"effectDuration\";s:3:\"0.6\";s:8:\"fadeDist\";s:1:\"0\";s:12:\"fadePosition\";s:4:\"left\";s:16:\"stopSlideOnClick\";b:0;s:9:\"autoSlide\";b:1;s:13:\"mouseWheelNav\";b:1;s:21:\"classic_thumb_animate\";b:0;}'),(128,47,'_fa_lite_theme','a:2:{s:12:\"active_theme\";s:7:\"classic\";s:18:\"active_theme_color\";s:8:\"dark.css\";}'),(129,47,'_fa_lite_theme_details','a:4:{s:12:\"theme_config\";a:7:{s:6:\"Author\";s:11:\"CodeFlavors\";s:9:\"AuthorURI\";s:26:\"http://www.codeflavors.com\";s:9:\"Copyright\";s:6:\"author\";s:6:\"Fields\";a:2:{s:21:\"classic_thumb_animate\";i:1;s:16:\"show_post_author\";i:0;}s:5:\"Image\";s:5:\"image\";s:7:\"Message\";s:50:\"Slide background color is disabled for this theme.\";s:13:\"Compatibility\";s:21:\"Featured Articles 2.4\";}s:7:\"preview\";s:93:\"http://www.ardentile.com/wp-content/plugins/featured-articles-lite/themes/classic/preview.jpg\";s:5:\"funcs\";s:97:\"/home/wwwarden/public_html/wp-content/plugins/featured-articles-lite/themes/classic/functions.php\";s:6:\"colors\";a:2:{i:0;s:9:\"light.css\";i:1;s:8:\"dark.css\";}}'),(130,47,'_fa_lite_home_display',''),(131,47,'_fa_lite_categ_display',''),(132,47,'_fa_lite_page_display',''),(133,48,'_fa_lite_content','a:7:{s:12:\"num_articles\";s:1:\"5\";s:6:\"author\";s:1:\"0\";s:13:\"display_order\";s:1:\"1\";s:13:\"display_pages\";b:0;s:16:\"display_featured\";b:0;s:21:\"display_from_category\";a:1:{i:0;s:1:\"5\";}s:17:\"displayed_content\";s:1:\"1\";}'),(134,48,'_fa_lite_aspect','a:32:{s:15:\"section_display\";s:1:\"1\";s:13:\"section_title\";s:8:\"Featured\";s:12:\"slider_width\";s:3:\"462\";s:13:\"slider_height\";s:3:\"127\";s:15:\"fa_image_source\";s:2:\"wp\";s:17:\"thumbnail_display\";b:1;s:19:\"thumbnail_preloader\";b:0;s:15:\"thumbnail_width\";b:1;s:16:\"thumbnail_height\";b:1;s:18:\"custom_image_width\";s:1:\"0\";s:19:\"custom_image_height\";s:1:\"0\";s:7:\"th_size\";s:9:\"thumbnail\";s:15:\"thumbnail_click\";b:0;s:11:\"title_click\";b:0;s:12:\"title_custom\";b:0;s:11:\"use_excerpt\";b:0;s:15:\"use_custom_text\";b:0;s:16:\"strip_shortcodes\";b:1;s:13:\"desc_truncate\";s:3:\"120\";s:19:\"desc_truncate_noimg\";s:3:\"200\";s:12:\"end_truncate\";s:3:\"...\";s:9:\"read_more\";s:9:\"Read more\";s:12:\"allowed_tags\";s:3:\"<a>\";s:14:\"allow_all_tags\";b:0;s:10:\"bottom_nav\";b:1;s:12:\"sideways_nav\";b:0;s:10:\"show_title\";b:1;s:9:\"show_text\";b:1;s:14:\"show_read_more\";b:1;s:9:\"show_date\";b:0;s:16:\"show_post_author\";b:0;s:16:\"link_post_author\";b:0;}'),(135,48,'_fa_lite_display','a:2:{s:12:\"loop_display\";s:1:\"0\";s:11:\"show_author\";b:0;}'),(136,48,'_fa_lite_js','a:8:{s:13:\"slideDuration\";s:1:\"5\";s:14:\"effectDuration\";s:3:\"0.6\";s:8:\"fadeDist\";s:1:\"0\";s:12:\"fadePosition\";s:4:\"left\";s:16:\"stopSlideOnClick\";b:0;s:9:\"autoSlide\";b:1;s:13:\"mouseWheelNav\";b:1;s:21:\"classic_thumb_animate\";b:0;}'),(137,48,'_fa_lite_theme','a:2:{s:12:\"active_theme\";s:7:\"classic\";s:18:\"active_theme_color\";s:8:\"dark.css\";}'),(138,48,'_fa_lite_theme_details','a:4:{s:12:\"theme_config\";a:7:{s:6:\"Author\";s:11:\"CodeFlavors\";s:9:\"AuthorURI\";s:26:\"http://www.codeflavors.com\";s:9:\"Copyright\";s:6:\"author\";s:6:\"Fields\";a:2:{s:21:\"classic_thumb_animate\";i:1;s:16:\"show_post_author\";i:0;}s:5:\"Image\";s:5:\"image\";s:7:\"Message\";s:50:\"Slide background color is disabled for this theme.\";s:13:\"Compatibility\";s:21:\"Featured Articles 2.4\";}s:7:\"preview\";s:93:\"http://www.ardentile.com/wp-content/plugins/featured-articles-lite/themes/classic/preview.jpg\";s:5:\"funcs\";s:97:\"/home/wwwarden/public_html/wp-content/plugins/featured-articles-lite/themes/classic/functions.php\";s:6:\"colors\";a:2:{i:0;s:9:\"light.css\";i:1;s:8:\"dark.css\";}}'),(139,48,'_fa_lite_home_display',''),(140,48,'_fa_lite_categ_display',''),(141,48,'_fa_lite_page_display',''),(150,53,'_wp_attached_file','2012/07/logo.jpg'),(151,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"249\";s:6:\"height\";s:2:\"67\";s:14:\"hwstring_small\";s:23:\"height=\'34\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"logo-150x67.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(152,54,'_wp_attached_file','2012/07/bg_slogan.jpg'),(153,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:2:\"94\";s:14:\"hwstring_small\";s:23:\"height=\'12\' width=\'128\'\";s:4:\"file\";s:21:\"2012/07/bg_slogan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"bg_slogan-150x94.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"94\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"bg_slogan-300x29.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"29\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:20:\"bg_slogan-500x48.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(157,58,'_wp_attached_file','2012/07/bg_title_page.jpg'),(158,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:25:\"2012/07/bg_title_page.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"bg_title_page-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"bg_title_page-300x46.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"46\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:24:\"bg_title_page-500x78.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"78\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(173,68,'_wp_attached_file','2012/07/logo1.png'),(174,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"96\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'96\'\";s:4:\"file\";s:17:\"2012/07/logo1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(175,86,'_wp_attached_file','2012/07/picwarm1.jpg'),(176,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"299\";s:6:\"height\";s:3:\"185\";s:14:\"hwstring_small\";s:23:\"height=\'79\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/picwarm1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"picwarm1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(178,89,'_wp_attached_file','2012/07/picwarm2.jpg'),(179,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"299\";s:6:\"height\";s:3:\"185\";s:14:\"hwstring_small\";s:23:\"height=\'79\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/picwarm2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"picwarm2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(181,93,'_wp_attached_file','2012/07/title_BG.jpg'),(182,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"152\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/title_BG.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"title_BG-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"title_BG-300x47.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"47\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:19:\"title_BG-500x79.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"79\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1283472000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(183,9,'_thumbnail_id','93'),(184,95,'_wp_attached_file','2012/07/title_BG_services.jpg'),(185,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:29:\"2012/07/title_BG_services.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"title_BG_services-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"title_BG_services-300x46.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"46\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:28:\"title_BG_services-500x78.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"78\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1177752547\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(190,106,'_wp_attached_file','2012/07/Contact_bg.jpg'),(191,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:22:\"2012/07/Contact_bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Contact_bg-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"Contact_bg-300x46.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"46\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:21:\"Contact_bg-500x78.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"78\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(193,108,'_wp_attached_file','2012/07/Floor_bg2.jpg'),(194,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:21:\"2012/07/Floor_bg2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"Floor_bg2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"Floor_bg2-300x46.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"46\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:20:\"Floor_bg2-500x78.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"78\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1209390687\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(195,13,'_thumbnail_id','108'),(196,11,'_thumbnail_id','95'),(197,111,'_wp_attached_file','2012/07/about_bg.jpg'),(198,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'20\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/about_bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"about_bg-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"about_bg-300x46.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"46\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:19:\"about_bg-500x78.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"78\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1290258118\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(199,7,'_thumbnail_id','111'),(201,17,'_thumbnail_id','106'),(202,141,'_wp_attached_file','2012/07/ArdenTileWarmFloors.png'),(203,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"556\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'51\'\";s:4:\"file\";s:31:\"2012/07/ArdenTileWarmFloors.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"ArdenTileWarmFloors-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"ArdenTileWarmFloors-161x300.png\";s:5:\"width\";s:3:\"161\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"ArdenTileWarmFloors-300x288.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:31:\"ArdenTileWarmFloors-300x288.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:31:\"ArdenTileWarmFloors-161x300.png\";s:5:\"width\";s:3:\"161\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(204,167,'_wp_attached_file','2012/07/sp.jpg'),(205,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"65\";s:6:\"height\";s:2:\"65\";s:14:\"hwstring_small\";s:22:\"height=\'65\' width=\'65\'\";s:4:\"file\";s:14:\"2012/07/sp.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(206,7,'_fpp_is_published','1'),(207,7,'_fpp_post_id','345770285504447'),(208,11,'_fpp_is_published','1'),(209,11,'_fpp_post_id','216392455157065'),(210,9,'_fpp_is_published','1'),(211,9,'_fpp_post_id','363781657038031'),(212,7,'_jd_tweet_this','yes'),(213,7,'_jd_twitter',''),(214,7,'_wp_jd_clig',''),(215,7,'_wp_jd_bitly',''),(219,7,'_wp_jd_target','http://www.ardentile.com/about-arden-tile/'),(220,7,'_jd_wp_twitter','a:2:{i:0;s:72:\"Page edited: about arden tile http://www.ardentile.com/about-arden-tile/\";i:1;s:59:\"about arden tile http://www.ardentile.com/about-arden-tile/\";}'),(221,7,'_jd_post_meta_fixed','true'),(222,7,'_jd_post_meta_fixed','true'),(223,9,'_jd_tweet_this','yes'),(224,9,'_jd_twitter','#title# #url#'),(225,9,'_wp_jd_clig',''),(226,9,'_wp_jd_bitly',''),(227,9,'_wp_jd_wp',''),(228,9,'_wp_jd_yourls',''),(229,9,'_wp_jd_url','http://www.ardentile.com/products/'),(230,9,'_wp_jd_target','http://www.ardentile.com/products/'),(231,9,'_jd_wp_twitter','a:2:{i:0;s:56:\"Page edited: products http://www.ardentile.com/products/\";i:1;s:43:\"products http://www.ardentile.com/products/\";}'),(238,25,'_jd_tweet_this',''),(239,25,'_jd_twitter',''),(240,25,'_wp_jd_clig',''),(241,25,'_wp_jd_bitly',''),(242,25,'_wp_jd_wp',''),(243,25,'_wp_jd_yourls',''),(244,25,'_wp_jd_url',''),(245,25,'_wp_jd_target',''),(246,25,'_jd_wp_twitter',''),(247,25,'_jd_post_meta_fixed','true'),(248,24,'_jd_tweet_this',''),(249,24,'_jd_twitter',''),(250,24,'_wp_jd_clig',''),(251,24,'_wp_jd_bitly',''),(252,24,'_wp_jd_wp',''),(253,24,'_wp_jd_yourls',''),(254,24,'_wp_jd_url',''),(255,24,'_wp_jd_target',''),(256,24,'_jd_wp_twitter',''),(257,24,'_jd_post_meta_fixed','true'),(258,23,'_jd_tweet_this',''),(259,23,'_jd_twitter',''),(260,23,'_wp_jd_clig',''),(261,23,'_wp_jd_bitly',''),(262,23,'_wp_jd_wp',''),(263,23,'_wp_jd_yourls',''),(264,23,'_wp_jd_url',''),(265,23,'_wp_jd_target',''),(266,23,'_jd_wp_twitter',''),(267,23,'_jd_post_meta_fixed','true'),(268,22,'_jd_tweet_this',''),(269,22,'_jd_twitter',''),(270,22,'_wp_jd_clig',''),(271,22,'_wp_jd_bitly',''),(272,22,'_wp_jd_wp',''),(273,22,'_wp_jd_yourls',''),(274,22,'_wp_jd_url',''),(275,22,'_wp_jd_target',''),(276,22,'_jd_wp_twitter',''),(277,22,'_jd_post_meta_fixed','true'),(278,21,'_jd_tweet_this',''),(279,21,'_jd_twitter',''),(280,21,'_wp_jd_clig',''),(281,21,'_wp_jd_bitly',''),(282,21,'_wp_jd_wp',''),(283,21,'_wp_jd_yourls',''),(284,21,'_wp_jd_url',''),(285,21,'_wp_jd_target',''),(286,21,'_jd_wp_twitter',''),(287,21,'_jd_post_meta_fixed','true'),(288,20,'_jd_tweet_this',''),(289,20,'_jd_twitter',''),(290,20,'_wp_jd_clig',''),(291,20,'_wp_jd_bitly',''),(292,20,'_wp_jd_wp',''),(293,20,'_wp_jd_yourls',''),(294,20,'_wp_jd_url',''),(295,20,'_wp_jd_target',''),(296,20,'_jd_wp_twitter',''),(297,20,'_jd_post_meta_fixed','true'),(298,19,'_jd_tweet_this',''),(299,19,'_jd_twitter',''),(300,19,'_wp_jd_clig',''),(301,19,'_wp_jd_bitly',''),(302,19,'_wp_jd_wp',''),(303,19,'_wp_jd_yourls',''),(304,19,'_wp_jd_url',''),(305,19,'_wp_jd_target',''),(306,19,'_jd_wp_twitter',''),(307,19,'_jd_post_meta_fixed','true'),(322,225,'_jd_tweet_this','yes'),(323,225,'_jd_twitter','#title# #url#\r\n\r\n'),(324,225,'_wp_jd_clig',''),(325,225,'_wp_jd_bitly',''),(329,225,'_wp_jd_target','http://www.ardentile.com/bathroom-wall-tile/'),(330,225,'_jd_wp_twitter','a:7:{i:0;s:109:\"New post from Arden tile site: Ardenne Series $2.99 / SQFT http://www.ardentile.com/ardenne-series-2-99-sqft/\";i:1;s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";i:2;s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";i:3;s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";i:4;s:64:\"Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";i:5;s:84:\"25% off reg. priced Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";i:6;s:84:\"10% off reg. priced Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";}'),(332,225,'_edit_last','1'),(333,225,'_edit_lock','1379103743:1'),(334,226,'_wp_attached_file','2012/09/Ardenne.jpg'),(335,226,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2560\";s:6:\"height\";s:4:\"1920\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:19:\"2012/09/Ardenne.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"Ardenne-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"Ardenne-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"Ardenne-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"Ardenne-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:20:\"Ardenne-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:19:\"Ardenne-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(336,226,'_wp_attachment_image_alt','Ardenne Series'),(340,225,'_fpp_is_published','1'),(341,225,'_fpp_post_id','466739173415168'),(393,232,'_jd_tweet_this','yes'),(394,232,'_jd_twitter','#title# #url#'),(395,232,'_wp_jd_clig',''),(396,232,'_wp_jd_bitly',''),(400,232,'_wp_jd_target','http://www.ardentile.com/german-vinyl-planking/'),(401,232,'_jd_wp_twitter','a:3:{i:0;s:101:\"New post from Arden tile site: 10% off Heating Cables http://www.ardentile.com/10-off-heating-cables/\";i:1;s:78:\"Vinyl Planking Made in Belgium http://www.ardentile.com/german-vinyl-planking/\";i:2;s:78:\"Vinyl Planking Made in Belgium http://www.ardentile.com/german-vinyl-planking/\";}'),(403,232,'_edit_last','1'),(404,232,'_edit_lock','1411077275:1'),(405,233,'_wp_attached_file','2012/09/Heating-cable-pic.jpg'),(406,233,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2448\";s:6:\"height\";s:4:\"3264\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:29:\"2012/09/Heating-cable-pic.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Heating-cable-pic-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Heating-cable-pic-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:29:\"Heating-cable-pic-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(411,232,'_fpp_is_published','1'),(412,232,'_fpp_post_id','423291711070278'),(465,48,'_jd_tweet_this',''),(466,48,'_jd_twitter',''),(467,48,'_wp_jd_clig',''),(468,48,'_wp_jd_bitly',''),(469,48,'_wp_jd_wp',''),(470,48,'_wp_jd_yourls',''),(471,48,'_wp_jd_url',''),(472,48,'_wp_jd_target',''),(473,48,'_jd_wp_twitter',''),(474,48,'_jd_post_meta_fixed','true'),(475,47,'_jd_tweet_this',''),(476,47,'_jd_twitter',''),(477,47,'_wp_jd_clig',''),(478,47,'_wp_jd_bitly',''),(479,47,'_wp_jd_wp',''),(480,47,'_wp_jd_yourls',''),(481,47,'_wp_jd_url',''),(482,47,'_wp_jd_target',''),(483,47,'_jd_wp_twitter',''),(484,47,'_jd_post_meta_fixed','true'),(495,246,'_jd_tweet_this','yes'),(496,246,'_jd_twitter',''),(497,246,'_wp_jd_clig',''),(498,246,'_wp_jd_bitly',''),(502,246,'_wp_jd_target','http://www.ardentile.com/new-post-title/'),(503,246,'_jd_wp_twitter','a:1:{i:0;s:55:\"New Post Title http://www.ardentile.com/new-post-title/\";}'),(505,246,'_edit_last','1'),(506,246,'_edit_lock','1370035257:1'),(507,15,'_jd_tweet_this',''),(508,15,'_jd_twitter',''),(509,15,'_wp_jd_clig',''),(510,15,'_wp_jd_bitly',''),(511,15,'_wp_jd_wp',''),(512,15,'_wp_jd_yourls',''),(513,15,'_wp_jd_url',''),(514,15,'_wp_jd_target',''),(515,15,'_jd_wp_twitter',''),(516,15,'_jd_post_meta_fixed','true'),(517,5,'_jd_tweet_this',''),(518,5,'_jd_twitter',''),(519,5,'_wp_jd_clig',''),(520,5,'_wp_jd_bitly',''),(521,5,'_wp_jd_wp',''),(522,5,'_wp_jd_yourls',''),(523,5,'_wp_jd_url',''),(524,5,'_wp_jd_target',''),(525,5,'_jd_wp_twitter',''),(526,5,'_jd_post_meta_fixed','true'),(527,17,'_jd_tweet_this','yes'),(528,17,'_jd_twitter',''),(529,17,'_wp_jd_clig',''),(530,17,'_wp_jd_bitly',''),(531,17,'_wp_jd_wp',''),(532,17,'_wp_jd_yourls',''),(533,17,'_wp_jd_url','http://www.ardentile.com/contact-us/'),(534,17,'_wp_jd_target','http://www.ardentile.com/contact-us/'),(535,17,'_jd_wp_twitter','a:2:{i:0;s:47:\"contact us http://www.ardentile.com/contact-us/\";i:1;s:47:\"contact us http://www.ardentile.com/contact-us/\";}'),(547,249,'_wp_attached_file','2012/09/Indian-Autumn.jpg'),(548,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:25:\"2012/09/Indian-Autumn.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"Indian-Autumn-150x108.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"108\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Indian-Autumn-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";}s:5:\"large\";a:3:{s:4:\"file\";s:26:\"Indian-Autumn-1024x576.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"576\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:26:\"Indian-Autumn-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:26:\"Indian-Autumn-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:25:\"Indian-Autumn-500x281.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"281\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(553,252,'_wp_attached_file','2012/09/Heating-cable-pic1.jpg'),(554,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2448\";s:6:\"height\";s:4:\"3264\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2012/09/Heating-cable-pic1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic1-150x108.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"108\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:31:\"Heating-cable-pic1-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"Heating-cable-pic1-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:31:\"Heating-cable-pic1-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:30:\"Heating-cable-pic1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(579,61,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(580,61,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:12:\"[your-email]\";s:4:\"body\";s:102:\"Name: [your-name] <br />\nEmail: [your-email]<br />\n<b>Title: [your-subject]</b>\n\n<p>[your-message]</p>\";s:9:\"recipient\";s:17:\"ardentile@shaw.ca\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(581,61,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:116:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(582,61,'_messages','a:14:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";}'),(583,61,'_additional_settings',''),(584,62,'_form','<p>Your Name (required)<br />\n [text* your-name id:your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email id:your-email] </p>\n\n<p>Subject<br />\n [text your-subject id:your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message id:your-message] </p>\n\n<p>[submit id:btn-submit \"Send\"]</p>'),(585,62,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\";s:9:\"recipient\";s:31:\"dinhhoanglong.lthn@yahoo.com.vn\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(586,62,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:116:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(587,62,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(588,62,'_additional_settings',''),(589,256,'_testimonials-widget:testimonial_id','1'),(590,256,'testimonials-widget-company','2011'),(591,256,'testimonials-widget-url','abc'),(592,257,'_testimonials-widget:testimonial_id','2'),(593,257,'testimonials-widget-company','Vernon 2008'),(594,257,'testimonials-widget-url','abc'),(595,258,'_testimonials-widget:testimonial_id','3'),(596,258,'testimonials-widget-company','Sicamous 2011'),(597,258,'testimonials-widget-url','abc'),(598,259,'_testimonials-widget:testimonial_id','4'),(599,259,'testimonials-widget-company','Enderby 2010'),(600,259,'testimonials-widget-url','abc'),(601,260,'_testimonials-widget:testimonial_id','5'),(602,260,'testimonials-widget-company','Salmon Arm 2012'),(603,260,'testimonials-widget-url','abc'),(604,261,'_testimonials-widget:testimonial_id','6'),(605,261,'testimonials-widget-company','2010'),(606,261,'testimonials-widget-url','abc'),(607,262,'_testimonials-widget:testimonial_id','7'),(608,262,'testimonials-widget-company','2009'),(609,262,'testimonials-widget-url','abc'),(610,263,'_testimonials-widget:testimonial_id','8'),(611,263,'testimonials-widget-company','2011'),(612,263,'testimonials-widget-url','abc'),(613,264,'_testimonials-widget:testimonial_id','9'),(614,264,'testimonials-widget-company','2010'),(615,264,'testimonials-widget-url','abc'),(616,265,'_testimonials-widget:testimonial_id','10'),(617,265,'testimonials-widget-company','2011'),(618,265,'testimonials-widget-url','abc'),(619,266,'_testimonials-widget:testimonial_id','11'),(620,266,'testimonials-widget-company','2011'),(621,266,'testimonials-widget-url','abc'),(624,13,'_jd_tweet_this','yes'),(625,13,'_fpp_is_published','1'),(626,13,'_fpp_post_id','330946170337718'),(629,283,'_wp_attached_file','2012/09/100_0466.jpg'),(630,283,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3216\";s:6:\"height\";s:4:\"4288\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2012/09/100_0466.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"100_0466-150x108.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"108\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"100_0466-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"100_0466-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:21:\"100_0466-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:21:\"100_0466-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:20:\"100_0466-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(633,232,'_wp_old_slug','10-off-heating-cables'),(638,225,'_wp_old_slug','ardenne-series-2-99-sqft'),(645,232,'_wpt_failed','a:5:{s:6:\"author\";s:0:\"\";s:8:\"sentence\";s:78:\"Vinyl Planking Made in Belgium http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";s:3:\"403\";s:9:\"timestamp\";s:10:\"1351357742\";}'),(646,17,'_fpp_is_published','1'),(647,17,'_fpp_post_id','538823679477447'),(652,225,'_wpt_failed','a:5:{s:6:\"author\";s:0:\"\";s:8:\"sentence\";s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";s:3:\"403\";s:9:\"timestamp\";s:10:\"1357603114\";}'),(653,233,'_edit_lock','1367944657:1'),(654,61,'_jd_tweet_this','yes'),(659,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1363904166;}'),(662,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1363904350;}'),(685,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1364314064;}'),(687,283,'_edit_lock','1364314284:1'),(690,316,'_wp_attached_file','2012/09/100_0476-e13639067724961.jpg'),(691,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:113;s:4:\"file\";s:36:\"2012/09/100_0476-e13639067724961.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"100_0476-e13639067724961-150x108.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(695,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:63:\"Bathroom Wall Tile http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1364355592;}'),(696,246,'_fa_image','316'),(701,246,'_fpp_is_published','1'),(702,246,'_fpp_post_id','399747536790718'),(703,246,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:55:\"New Post Title http://www.ardentile.com/new-post-title/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1364370209;}'),(706,246,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:55:\"New Post Title http://www.ardentile.com/new-post-title/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1364370211;}'),(707,53,'_edit_lock','1367356333:1'),(713,327,'_wp_attached_file','2013/05/P1000269.jpg'),(714,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2013/05/P1000269.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"P1000269-150x108.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"P1000269-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"P1000269-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"P1000269-1000x288.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:21:\"P1000269-1000x288.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:20:\"P1000269-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(715,327,'_edit_lock','1367944859:1'),(716,327,'_wp_attachment_image_alt','Mention this ad and receive 20% off !!'),(717,327,'_edit_last','1'),(718,328,'_edit_last','1'),(719,328,'_edit_lock','1379103472:1'),(720,328,'_jd_tweet_this','yes'),(721,252,'_edit_lock','1367945143:1'),(725,328,'_wp_jd_target','http://www.ardentile.com/heated-floor-cables/'),(726,328,'_jd_wp_twitter','a:4:{i:0;s:65:\"Heated floor cables http://www.ardentile.com/heated-floor-cables/\";i:1;s:65:\"Heated floor cables http://www.ardentile.com/heated-floor-cables/\";i:2;s:91:\"25 % off Regular Price of Heated floor cables http://www.ardentile.com/heated-floor-cables/\";i:3;s:91:\"10 % off Regular Price of Heated floor cables http://www.ardentile.com/heated-floor-cables/\";}'),(729,328,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:65:\"Heated floor cables http://www.ardentile.com/heated-floor-cables/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1367945387;}'),(732,225,'_fa_image','233'),(735,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:64:\"Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1369352487;}'),(738,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:64:\"Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1369870413;}'),(741,328,'_wp_old_slug','heated-floor-cables'),(750,225,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:84:\"25% off reg. priced Heated Floor Cables http://www.ardentile.com/bathroom-wall-tile/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1370035406;}'),(757,232,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:80:\"FULL BODY ITALIAN PORCELAIN TILE http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:74:\"<strong>Code </strong>: Twitter did not return a recognized response code.\";s:4:\"code\";i:0;s:9:\"timestamp\";i:1411076223;}'),(760,232,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:79:\"3 FOR 1 ITALIAN PORCELAIN TILE http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:74:\"<strong>Code </strong>: Twitter did not return a recognized response code.\";s:4:\"code\";i:0;s:9:\"timestamp\";i:1411076287;}'),(763,232,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:79:\"3 FOR 1 ITALIAN PORCELAIN TILE http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:71:\"This tweet is identical to another Tweet recently sent to this account.\";s:4:\"code\";i:403;s:9:\"timestamp\";i:1411077077;}'),(764,232,'_wp_old_slug','german-vinyl-planking'),(767,232,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:168:\"3 FOR 1 ITALIAN PORCELAIN TILE. 12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price #ur http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:74:\"<strong>Code </strong>: Twitter did not return a recognized response code.\";s:4:\"code\";i:0;s:9:\"timestamp\";i:1411077232;}'),(770,232,'_wpt_failed','a:5:{s:6:\"author\";b:0;s:8:\"sentence\";s:80:\"3 FOR 1 ITALIAN PORCELAIN TILE. http://www.ardentile.com/german-vinyl-planking/\";s:5:\"error\";s:74:\"<strong>Code </strong>: Twitter did not return a recognized response code.\";s:4:\"code\";i:0;s:9:\"timestamp\";i:1411077338;}'),(771,371,'title','Galleries'),(772,371,'name','galleries'),(773,371,'has_variations',''),(774,371,'variation','0'),(775,371,'filter','raw'),(776,371,'returns','WyJpbWFnZSJd'),(777,371,'aliases','WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),(778,371,'id_field','ID'),(779,372,'title','Albums'),(780,372,'name','albums'),(781,372,'has_variations',''),(782,372,'variation','0'),(783,372,'filter','raw'),(784,372,'returns','WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),(785,372,'aliases','WyJhbGJ1bSJd'),(786,372,'id_field','ID'),(787,373,'title','Tags'),(788,373,'name','tags'),(789,373,'has_variations',''),(790,373,'variation','0'),(791,373,'filter','raw'),(792,373,'returns','WyJpbWFnZSJd'),(793,373,'aliases','WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),(794,373,'id_field','ID'),(795,374,'title','Random Images'),(796,374,'has_variations','1'),(797,374,'name','random_images'),(798,374,'variation','0'),(799,374,'filter','raw'),(800,374,'returns','WyJpbWFnZSJd'),(801,374,'aliases','WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),(802,374,'id_field','ID'),(803,375,'title','Recent images'),(804,375,'name','recent_images'),(805,375,'has_variations',''),(806,375,'variation','0'),(807,375,'filter','raw'),(808,375,'returns','WyJpbWFnZSJd'),(809,375,'aliases','WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),(810,375,'id_field','ID'),(811,376,'name','none'),(812,376,'title','No lightbox'),(813,376,'code',''),(814,376,'styles',''),(815,376,'scripts',''),(816,376,'filter','raw'),(817,376,'values','W10='),(818,376,'i18n','W10='),(819,376,'id_field','ID'),(820,376,'display_settings','W10='),(821,377,'name','lightbox'),(822,377,'title','Lightbox'),(823,377,'code','class=\'ngg_lightbox\''),(824,377,'styles','photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.css'),(825,377,'scripts','photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.min.js\nphotocrati-lightbox#jquery.lightbox/nextgen_lightbox_init.js'),(826,377,'filter','raw'),(827,377,'values','eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifQ=='),(828,377,'i18n','W10='),(829,377,'id_field','ID'),(830,377,'display_settings','W10='),(831,378,'name','fancybox'),(832,378,'title','Fancybox'),(833,378,'code','class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"'),(834,378,'styles','photocrati-lightbox#fancybox/jquery.fancybox-1.3.4.css'),(835,378,'scripts','photocrati-lightbox#fancybox/jquery.easing-1.3.pack.js\nphotocrati-lightbox#fancybox/jquery.fancybox-1.3.4.pack.js\nphotocrati-lightbox#fancybox/nextgen_fancybox_init.js'),(836,378,'filter','raw'),(837,378,'values','W10='),(838,378,'i18n','W10='),(839,378,'id_field','ID'),(840,378,'display_settings','W10='),(841,379,'name','highslide'),(842,379,'title','Highslide'),(843,379,'code','class=\"highslide\" onclick=\"return hs.expand(this, {slideshowGroup: \'%GALLERY_NAME%\'});\"'),(844,379,'styles','photocrati-lightbox#highslide/highslide.css'),(845,379,'scripts','photocrati-lightbox#highslide/highslide-full.packed.js\nphotocrati-lightbox#highslide/nextgen_highslide_init.js'),(846,379,'filter','raw'),(847,379,'values','eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifQ=='),(848,379,'i18n','eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9'),(849,379,'id_field','ID'),(850,379,'display_settings','W10='),(851,380,'name','shutter'),(852,380,'title','Shutter'),(853,380,'code','class=\"shutterset_%GALLERY_NAME%\"'),(854,380,'styles','photocrati-lightbox#shutter/shutter.css'),(855,380,'scripts','photocrati-lightbox#shutter/shutter.js\nphotocrati-lightbox#shutter/nextgen_shutter.js'),(856,380,'filter','raw'),(857,380,'values','W10='),(858,380,'i18n','eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),(859,380,'id_field','ID'),(860,380,'display_settings','W10='),(861,381,'name','shutter2'),(862,381,'title','Shutter 2'),(863,381,'code','class=\"shutterset_%GALLERY_NAME%\"'),(864,381,'styles','photocrati-lightbox#shutter_reloaded/shutter.css'),(865,381,'scripts','photocrati-lightbox#shutter_reloaded/shutter.js\nphotocrati-lightbox#shutter_reloaded/nextgen_shutter_reloaded.js'),(866,381,'filter','raw'),(867,381,'values','W10='),(868,381,'i18n','WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJd'),(869,381,'id_field','ID'),(870,381,'display_settings','W10='),(871,382,'name','thickbox'),(872,382,'title','Thickbox'),(873,382,'code','class=\'thickbox\' rel=\'%GALLERY_NAME%\''),(874,382,'styles','wordpress#thickbox'),(875,382,'scripts','photocrati-lightbox#thickbox/nextgen_thickbox_init.js\nwordpress#thickbox'),(876,382,'filter','raw'),(877,382,'values','W10='),(878,382,'i18n','eyJuZXh0IjoiTmV4dCAmZ3Q7IiwicHJldiI6IiZsdDsgUHJldiIsImltYWdlIjoiSW1hZ2UiLCJvZiI6Im9mIiwiY2xvc2UiOiJDbG9zZSIsIm5vaWZyYW1lcyI6IlRoaXMgZmVhdHVyZSByZXF1aXJlcyBpbmxpbmUgZnJhbWVzLiBZb3UgaGF2ZSBpZnJhbWVzIGRpc2FibGVkIG9yIHlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZW0uIn0='),(879,382,'id_field','ID'),(880,382,'display_settings','W10='),(951,385,'filter','raw'),(952,385,'meta_id','905'),(953,385,'post_id','385'),(954,385,'meta_key','name'),(955,385,'meta_value','photocrati-nextgen_basic_thumbnails'),(956,385,'title','NextGEN Basic Thumbnails'),(957,385,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(958,385,'default_source','galleries'),(959,385,'view_order','10000'),(960,385,'name','photocrati-nextgen_basic_thumbnails'),(961,385,'installed_at_version','2.0.79'),(962,385,'hidden_from_ui',''),(963,385,'__defaults_set','1'),(964,385,'entity_types','WyJpbWFnZSJd'),(965,385,'id_field','ID'),(966,385,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjE2MCwidGh1bWJuYWlsX2hlaWdodCI6OTAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(967,386,'filter','raw'),(968,386,'meta_id','915'),(969,386,'post_id','386'),(970,386,'meta_key','name'),(971,386,'meta_value','photocrati-nextgen_basic_slideshow'),(972,386,'title','NextGEN Basic Slideshow'),(973,386,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(974,386,'default_source','galleries'),(975,386,'view_order','10010'),(976,386,'name','photocrati-nextgen_basic_slideshow'),(977,386,'installed_at_version','2.0.79'),(978,386,'hidden_from_ui',''),(979,386,'__defaults_set','1'),(980,386,'entity_types','WyJpbWFnZSJd'),(981,386,'id_field','ID'),(982,386,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6MTYwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(983,387,'filter','raw'),(984,387,'meta_id','925'),(985,387,'post_id','387'),(986,387,'meta_key','name'),(987,387,'meta_value','photocrati-nextgen_basic_imagebrowser'),(988,387,'title','NextGEN Basic ImageBrowser'),(989,387,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(990,387,'default_source','galleries'),(991,387,'view_order','10020'),(992,387,'name','photocrati-nextgen_basic_imagebrowser'),(993,387,'installed_at_version','2.0.79'),(994,387,'hidden_from_ui',''),(995,387,'__defaults_set','1'),(996,387,'entity_types','WyJpbWFnZSJd'),(997,387,'id_field','ID'),(998,387,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(999,388,'filter','raw'),(1000,388,'meta_id','935'),(1001,388,'post_id','388'),(1002,388,'meta_key','name'),(1003,388,'meta_value','photocrati-nextgen_basic_singlepic'),(1004,388,'title','NextGEN Basic SinglePic'),(1005,388,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(1006,388,'default_source','galleries'),(1007,388,'view_order','10060'),(1008,388,'name','photocrati-nextgen_basic_singlepic'),(1009,388,'installed_at_version','2.0.79'),(1010,388,'hidden_from_ui','1'),(1011,388,'__defaults_set','1'),(1012,388,'entity_types','WyJpbWFnZSJd'),(1013,388,'id_field','ID'),(1014,388,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(1015,389,'filter','raw'),(1016,389,'meta_id','945'),(1017,389,'post_id','389'),(1018,389,'meta_key','name'),(1019,389,'meta_value','photocrati-nextgen_basic_tagcloud'),(1020,389,'title','NextGEN Basic TagCloud'),(1021,389,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(1022,389,'default_source','tags'),(1023,389,'view_order','10100'),(1024,389,'name','photocrati-nextgen_basic_tagcloud'),(1025,389,'installed_at_version','2.0.79'),(1026,389,'hidden_from_ui',''),(1027,389,'__defaults_set','1'),(1028,389,'entity_types','WyJpbWFnZSJd'),(1029,389,'id_field','ID'),(1030,389,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(1031,383,'filter','raw'),(1032,383,'meta_id','885'),(1033,383,'post_id','383'),(1034,383,'meta_key','name'),(1035,383,'meta_value','photocrati-nextgen_basic_compact_album'),(1036,383,'title','NextGEN Basic Compact Album'),(1037,383,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(1038,383,'default_source','albums'),(1039,383,'view_order','10200'),(1040,383,'name','photocrati-nextgen_basic_compact_album'),(1041,383,'installed_at_version','2.0.79'),(1042,383,'hidden_from_ui',''),(1043,383,'__defaults_set','1'),(1044,383,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1045,383,'id_field','ID'),(1046,383,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(1047,384,'filter','raw'),(1048,384,'meta_id','895'),(1049,384,'post_id','384'),(1050,384,'meta_key','name'),(1051,384,'meta_value','photocrati-nextgen_basic_extended_album'),(1052,384,'title','NextGEN Basic Extended Album'),(1053,384,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(1054,384,'default_source','albums'),(1055,384,'view_order','10210'),(1056,384,'name','photocrati-nextgen_basic_extended_album'),(1057,384,'installed_at_version','2.0.79'),(1058,384,'hidden_from_ui',''),(1059,384,'__defaults_set','1'),(1060,384,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1061,384,'id_field','ID'),(1062,384,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6MTYwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(1063,328,'_wpt_short_url','http://www.ardentile.com/heated-floor-cables/'),(1064,246,'_wpt_short_url','http://www.ardentile.com/new-post-title/'),(1065,232,'_wpt_short_url','http://www.ardentile.com/german-vinyl-planking/'),(1066,225,'_wpt_short_url','http://www.ardentile.com/bathroom-wall-tile/'),(1069,7,'_wpt_short_url','http://www.ardentile.com/about-arden-tile/'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=399 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (5,1,'2012-07-24 01:43:05','2012-07-24 01:43:05','','home','','publish','open','open','','home','','','2012-07-24 02:42:13','2012-07-24 02:42:13','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=5',0,'page','',0),(6,1,'2012-07-24 01:42:59','2012-07-24 01:42:59','','Auto Draft','','inherit','open','open','','5-revision','','','2012-07-24 01:42:59','2012-07-24 01:42:59','',5,'http://g1.arrowhitech.com/aht1544_arden/?p=6',0,'revision','',0),(7,1,'2012-07-24 01:43:31','2012-07-24 01:43:31','We offer a choice selection of tile, stone, mosaics and hardwood right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensures results to please even the most discriminate buyer.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics Inc., and partnered with Warm Surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.\r\n\r\n<a title=\"Virtual Tour\" href=\"http://maps.google.com/maps/place?cid=14069828978257919110\" target=\"_blank\">Please visit our Virtual Tour by Clicking Here ...</a>','about arden tile','','publish','open','open','','about-arden-tile','','','2014-02-24 10:07:05','2014-02-24 10:07:05','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=7',0,'page','',0),(8,1,'2012-07-24 01:43:26','2012-07-24 01:43:26','','about arden tile','','inherit','open','open','','7-revision','','','2012-07-24 01:43:26','2012-07-24 01:43:26','',7,'http://g1.arrowhitech.com/aht1544_arden/?p=8',0,'revision','',0),(9,1,'2012-07-24 01:43:43','2012-07-24 01:43:43','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.b\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/wmm.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/mc1.jpg\" alt=\"\" /></div>','products','','publish','open','open','','products','','','2012-10-17 10:15:01','2012-10-17 10:15:01','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=9',0,'page','',0),(10,1,'2012-07-24 01:43:40','2012-07-24 01:43:40','','product','','inherit','open','open','','9-revision','','','2012-07-24 01:43:40','2012-07-24 01:43:40','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=10',0,'revision','',0),(11,1,'2012-07-24 01:43:51','2012-07-24 01:43:51','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span>\r\nAll of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span>\r\nProfessional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span>\r\nNo project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span>\r\nA wide selection of tiles available for commercial applications.\r\n\r\n ','services','','publish','open','open','','services','','','2012-08-21 07:51:26','2012-08-21 07:51:26','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=11',0,'page','',0),(12,1,'2012-07-24 01:43:46','2012-07-24 01:43:46','','Auto Draft','','inherit','open','open','','11-revision','','','2012-07-24 01:43:46','2012-07-24 01:43:46','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=12',0,'revision','',0),(13,1,'2012-07-24 01:44:09','2012-07-24 01:44:09','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li> HEATING CABLES:</li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources; 30 percent cheaper than baseboards.</li>\r\n <li>Safe: low temperature heat system/no element. Cannot be tampered with.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it.</li>\r\n</ul>\r\n</ul>\r\n</ul>','warm floors','','publish','open','open','','warm-floors','','','2012-10-12 22:00:54','2012-10-12 22:00:54','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=13',0,'page','',0),(14,1,'2012-07-24 01:44:03','2012-07-24 01:44:03','','Auto Draft','','inherit','open','open','','13-revision','','','2012-07-24 01:44:03','2012-07-24 01:44:03','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=14',0,'revision','',0),(15,1,'2012-07-24 01:44:21','2012-07-24 01:44:21','[showcase id=4]','showcase','','publish','open','open','','showcase','','','2012-08-01 04:08:22','2012-08-01 04:08:22','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=15',0,'page','',0),(16,1,'2012-07-24 01:44:16','2012-07-24 01:44:16','','Auto Draft','','inherit','open','open','','15-revision','','','2012-07-24 01:44:16','2012-07-24 01:44:16','',15,'http://g1.arrowhitech.com/aht1544_arden/?p=16',0,'revision','',0),(17,1,'2012-07-24 01:44:37','2012-07-24 01:44:37','[contact-form-7 id=\"61\" title=\"Arden Tile Contact Form\"]\r\n<iframe src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2800C+-+45th+Avenue+Vernon,+BC+V1T+3N4&aq=&sll=37.0625,-95.677068&sspn=39.099308,86.572266&ie=UTF8&hq=&hnear=2800+45+Ave,+Vernon,+British+Columbia+V1T+3N4,+Canada&ll=50.277792,-119.268769&spn=0.00772,0.021136&t=m&z=14&output=embed\" height=\"337\" width=\"600\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','contact us','','publish','open','open','','contact-us','','','2013-03-20 23:43:28','2013-03-20 23:43:28','',0,'http://g1.arrowhitech.com/aht1544_arden/?page_id=17',0,'page','',0),(18,1,'2012-07-24 01:44:32','2012-07-24 01:44:32','','contacts us','','inherit','open','open','','17-revision','','','2012-07-24 01:44:32','2012-07-24 01:44:32','',17,'http://g1.arrowhitech.com/aht1544_arden/?p=18',0,'revision','',0),(19,1,'2012-07-24 01:48:09','2012-07-24 01:48:09','Store Hours, Contact. Directions Virtual tour','','','publish','open','open','','19','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=19',7,'nav_menu_item','',0),(20,1,'2012-07-24 01:48:09','2012-07-24 01:48:09','View our product showcase and images of our work','','','publish','open','open','','20','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=20',6,'nav_menu_item','',0),(21,1,'2012-07-24 01:48:08','2012-07-24 01:48:08','Product Information for heating your floors','','','publish','open','open','','21','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=21',5,'nav_menu_item','',0),(22,1,'2012-07-24 01:48:08','2012-07-24 01:48:08','In Home Design Architecture Solutions Consulting','','','publish','open','open','','22','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=22',4,'nav_menu_item','',0),(23,1,'2012-07-24 01:48:08','2012-07-24 01:48:08','Ceramics, Porcelain, Glass, Mosaic, Natural Stone & Hardwood','','','publish','open','open','','23','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=23',3,'nav_menu_item','',0),(24,1,'2012-07-24 01:48:08','2012-07-24 01:48:08','Our history and values','','','publish','open','open','','24','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=24',2,'nav_menu_item','',0),(25,1,'2012-07-24 01:48:08','2012-07-24 01:48:08','Arden Tile','','','publish','open','open','','25','','','2014-03-07 19:45:15','2014-03-07 19:45:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?p=25',1,'nav_menu_item','',0),(26,1,'2012-07-24 01:43:05','2012-07-24 01:43:05','','home','','inherit','open','open','','5-revision-2','','','2012-07-24 01:43:05','2012-07-24 01:43:05','',5,'http://g1.arrowhitech.com/aht1544_arden/?p=26',0,'revision','',0),(36,1,'2012-07-24 02:50:06','2012-07-24 02:50:06','','aaaa','','inherit','open','open','','aaaa','','','2012-07-24 02:50:06','2012-07-24 02:50:06','',0,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/aaaa.jpg',0,'attachment','image/jpeg',0),(39,1,'2012-07-24 02:50:19','2012-07-24 02:50:19','','bbbb','','inherit','open','open','','bbbb','','','2012-07-24 02:50:19','2012-07-24 02:50:19','',0,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/bbbb.jpg',0,'attachment','image/jpeg',0),(47,1,'2012-07-24 02:51:29','2012-07-24 02:51:29','','events','','publish','closed','closed','','featured-articles','','','2013-03-26 08:04:15','2013-03-26 08:04:15','',0,'http://g1.arrowhitech.com/aht1544_arden/?fa_slider=featured-articles',0,'fa_slider','',0),(48,1,'2012-07-24 02:53:12','2012-07-24 02:53:12','','Featured','','publish','closed','closed','','featured','','','2013-03-26 08:04:23','2013-03-26 08:04:23','',0,'http://g1.arrowhitech.com/aht1544_arden/?fa_slider=featured',0,'fa_slider','',0),(53,1,'2012-07-24 15:29:20','2012-07-24 15:29:20','','logo','','inherit','open','open','','logo','','','2012-07-24 15:29:20','2012-07-24 15:29:20','',0,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/logo.jpg',0,'attachment','image/jpeg',0),(54,1,'2012-07-24 18:11:48','2012-07-24 18:11:48','','bg_slogan','','inherit','open','open','','bg_slogan','','','2012-07-24 18:11:48','2012-07-24 18:11:48','',0,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/bg_slogan.jpg',0,'attachment','image/jpeg',0),(56,1,'2012-07-24 01:43:31','2012-07-24 01:43:31','','about arden tile','','inherit','open','open','','7-revision-2','','','2012-07-24 01:43:31','2012-07-24 01:43:31','',7,'http://g1.arrowhitech.com/aht1544_arden/?p=56',0,'revision','',0),(57,1,'2012-07-25 01:50:48','2012-07-25 01:50:48','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.','about arden tile','','inherit','open','open','','7-revision-3','','','2012-07-25 01:50:48','2012-07-25 01:50:48','',7,'http://g1.arrowhitech.com/aht1544_arden/?p=57',0,'revision','',0),(58,1,'2012-07-25 01:54:00','2012-07-25 01:54:00','','bg_title_page','','inherit','open','open','','bg_title_page','','','2012-07-25 01:54:00','2012-07-25 01:54:00','',7,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/bg_title_page.jpg',0,'attachment','image/jpeg',0),(59,1,'2012-07-25 01:51:12','2012-07-25 01:51:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.','about arden tile','','inherit','open','open','','7-revision-4','','','2012-07-25 01:51:12','2012-07-25 01:51:12','',7,'http://g1.arrowhitech.com/aht1544_arden/?p=59',0,'revision','',0),(60,1,'2012-07-24 01:44:21','2012-07-24 01:44:21','','showcase','','inherit','open','open','','15-revision-2','','','2012-07-24 01:44:21','2012-07-24 01:44:21','',15,'http://g1.arrowhitech.com/aht1544_arden/?p=60',0,'revision','',0),(61,1,'2012-07-25 08:25:24','2012-07-25 08:25:24','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-email]\nName: [your-name] <br />\r\nEmail: [your-email]<br />\r\n<b>Title: [your-subject]</b>\r\n\r\n<p>[your-message]</p>\nardentile@shaw.ca\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.\nFailed to send your message. Please try later or contact the administrator by another method.','Arden Tile Contact Form','','publish','open','open','','contact-form-1','','','2013-03-20 23:45:34','2013-03-20 23:45:34','',0,'http://g1.arrowhitech.com/aht1544_arden/?wpcf7_contact_form=contact-form-1',0,'wpcf7_contact_form','',0),(62,1,'2012-07-25 08:26:13','2012-07-25 08:26:13','<p>Your Name (required)<br />\r\n [text* your-name id:your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email id:your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject id:your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message id:your-message] </p>\r\n\r\n<p>[submit id:btn-submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\ndinhhoanglong.lthn@yahoo.com.vn\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Arden http://g1.arrowhitech.com/aht1544_arden\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nFailed to send your message. Please try later or contact the administrator by another method.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','ct7','','publish','open','open','','ct7','','','2012-07-25 09:56:04','2012-07-25 09:56:04','',0,'http://g1.arrowhitech.com/aht1544_arden/?wpcf7_contact_form=ct7',0,'wpcf7_contact_form','',0),(63,1,'2012-07-24 01:44:37','2012-07-24 01:44:37','','contact us','','inherit','open','open','','17-revision-2','','','2012-07-24 01:44:37','2012-07-24 01:44:37','',17,'http://g1.arrowhitech.com/aht1544_arden/?p=63',0,'revision','',0),(64,1,'2012-07-24 01:43:43','2012-07-24 01:43:43','','products','','inherit','open','open','','9-revision-2','','','2012-07-24 01:43:43','2012-07-24 01:43:43','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=64',0,'revision','',0),(65,1,'2012-07-25 08:28:17','2012-07-25 08:28:17','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.','products','','inherit','open','open','','9-revision-3','','','2012-07-25 08:28:17','2012-07-25 08:28:17','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=65',0,'revision','',0),(66,1,'2012-07-24 01:43:51','2012-07-24 01:43:51','','services','','inherit','open','open','','11-revision-2','','','2012-07-24 01:43:51','2012-07-24 01:43:51','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=66',0,'revision','',0),(67,1,'2012-07-24 01:44:09','2012-07-24 01:44:09','','warm floors','','inherit','open','open','','13-revision-2','','','2012-07-24 01:44:09','2012-07-24 01:44:09','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=67',0,'revision','',0),(68,1,'2012-07-26 10:10:30','2012-07-26 10:10:30','','logo1','','inherit','open','open','','logo1','','','2012-07-26 10:10:30','2012-07-26 10:10:30','',0,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/logo1.png',0,'attachment','image/png',0),(69,1,'2012-10-17 09:30:44','2012-10-17 09:30:44','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\n\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\n\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\n\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\n\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\n\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\n\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\n\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\n\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\n\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\n\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-autosave','','','2012-10-17 09:30:44','2012-10-17 09:30:44','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=69',0,'revision','',0),(70,1,'2012-07-25 08:30:15','2012-07-25 08:30:15','\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.\r\n','products','','inherit','open','open','','9-revision-4','','','2012-07-25 08:30:15','2012-07-25 08:30:15','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=70',0,'revision','',0),(71,1,'2012-07-26 10:23:04','2012-07-26 10:23:04','<ul>\r\n <li> Ceramic</li>\r\n <li> Porcelain</li>\r\n <li> Glass Mosaic</li>\r\n <li> Natural Stone</li>\r\n <li> Setting Materials and Tools</li>\r\n <li> Waterproofing Membrane and Board for all shower projects</li>\r\n <li> Accessories: corner shelves, tile edging</li>\r\n <li> Heating cables</li>\r\n <li> Hardwood: engineered and solid</li>\r\n <li> Laminate</li>\r\n <li> Vinyl Planking</li>\r\n <li> Maintenance and care products</li>\r\n</ul>\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that stronger and more durable than standard ceramic and very resistant to moisture and stains.','products','','inherit','open','open','','9-revision-5','','','2012-07-26 10:23:04','2012-07-26 10:23:04','',9,'http://g1.arrowhitech.com/aht1544_arden/?p=71',0,'revision','',0),(72,1,'2012-07-25 08:32:59','2012-07-25 08:32:59','\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.\r\n','services','','inherit','open','open','','11-revision-3','','','2012-07-25 08:32:59','2012-07-25 08:32:59','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=72',0,'revision','',0),(73,1,'2012-07-26 10:29:05','2012-07-26 10:29:05','IN-HOUSE DESIGN SERVICES: All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\nINSTALLATIONS : Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\nPROJECT MANAGEMENT: No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\nSOLUTIONS FOR ARCHITECTS: A wide selection of tiles available for commercial applications.\r\n\r\n(indent under ‘Solutions for Architectz’)\r\n\r\n GLAZED SMOOTH TILES\r\n\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n GLASS MOSAIC:\r\n\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n NATURAL STONE: \r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n SETT. MAT/TOOLS: \r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\n Membranes, board, hope and advise to help you complete your project.\r\n Accessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n HEATING CABLES: \r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\n Comfortable: cooler head/warm feet\r\n Energy saving: approx. 10-15 percent lower than conventional sources\r\n Safe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\n Healthy: less dust is circulated in the air.\r\n Esthetic: No holes in the floor.\r\n Freedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\n Hardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n Maintenance and Care: \r\n extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-4','','','2012-07-26 10:29:05','2012-07-26 10:29:05','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=73',0,'revision','',0),(74,1,'2012-07-26 10:29:51','2012-07-26 10:29:51','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\nINSTALLATIONS : Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\nPROJECT MANAGEMENT: No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\nSOLUTIONS FOR ARCHITECTS: A wide selection of tiles available for commercial applications.\r\n\r\n(indent under ‘Solutions for Architectz’)\r\n\r\nGLAZED SMOOTH TILES\r\n\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\nGLASS MOSAIC:\r\n\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\nNATURAL STONE:\r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-5','','','2012-07-26 10:29:51','2012-07-26 10:29:51','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=74',0,'revision','',0),(75,1,'2012-07-26 10:30:30','2012-07-26 10:30:30','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n\r\nGLAZED SMOOTH TILES\r\n\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\nGLASS MOSAIC:\r\n\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\nNATURAL STONE:\r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-6','','','2012-07-26 10:30:30','2012-07-26 10:30:30','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=75',0,'revision','',0),(76,1,'2012-08-10 23:52:22','2012-08-10 23:52:22','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\n\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\n\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\n\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\n\n ','services','','inherit','open','open','','11-autosave','','','2012-08-10 23:52:22','2012-08-10 23:52:22','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=76',0,'revision','',0),(77,1,'2012-07-26 10:31:33','2012-07-26 10:31:33','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li>GLAZED SMOOTH TILES</li>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n <li>GLASS MOSAIC:</li>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\nNATURAL STONE:\r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-7','','','2012-07-26 10:31:33','2012-07-26 10:31:33','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=77',0,'revision','',0),(78,1,'2012-07-26 10:33:40','2012-07-26 10:33:40','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li>GLAZED SMOOTH TILES</li>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n</ul>\r\n\r\n<ul>\r\n <li>GLASS MOSAIC:</li>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n</ul>\r\n\r\n\r\nNATURAL STONE:\r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-8','','','2012-07-26 10:33:40','2012-07-26 10:33:40','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=78',0,'revision','',0),(79,1,'2012-07-26 10:34:03','2012-07-26 10:34:03','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\nNATURAL STONE:\r\n\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-9','','','2012-07-26 10:34:03','2012-07-26 10:34:03','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=79',0,'revision','',0),(80,1,'2012-07-26 10:35:51','2012-07-26 10:35:51','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n</ul>\r\n\r\n\r\nSETT. MAT/TOOLS:\r\n\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n\r\nMembranes, board, hope and advise to help you complete your project.\r\nAccessories and tile edging:\r\n\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\nHEATING CABLES:\r\n\r\nBenefits of in floor heating systems:\r\n\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nComfortable: cooler head/warm feet\r\nEnergy saving: approx. 10-15 percent lower than conventional sources\r\nSafe: low temperature heat system/no element. Protected from shock hazards by a GFI\r\nHealthy: less dust is circulated in the air.\r\nEsthetic: No holes in the floor.\r\nFreedom: to place furniture wherever you like it. Cannot be tampered with\r\n\r\nHardwood, laminate, vinyl planking\r\n\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\nMaintenance and Care:\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-10','','','2012-07-26 10:35:51','2012-07-26 10:35:51','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=80',0,'revision','',0),(81,1,'2012-07-26 10:39:50','2012-07-26 10:39:50','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n</ul>\r\n\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<li>Membranes, board, hope and advise to help you complete your project.</li>\r\n<li>Accessories and tile edging:</li>\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n</ul>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\nBenefits of in floor heating systems:\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<li>Comfortable: cooler head/warm feet</li>\r\n<li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n<li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n<li>Healthy: less dust is circulated in the air.</li>\r\n<li>Esthetic: No holes in the floor.</li>\r\n<li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking</li>\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Maintenance and Care:</li>\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n</ul>','services','','inherit','open','open','','11-revision-11','','','2012-07-26 10:39:50','2012-07-26 10:39:50','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=81',0,'revision','',0),(82,1,'2012-07-26 10:40:30','2012-07-26 10:40:30','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n</ul>\r\n\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<li>Membranes, board, hope and advise to help you complete your project.</li>\r\n<li>Accessories and tile edging:</li>\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n</ul>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\nBenefits of in floor heating systems:\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<li>Comfortable: cooler head/warm feet</li>\r\n<li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n<li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n<li>Healthy: less dust is circulated in the air.</li>\r\n<li>Esthetic: No holes in the floor.</li>\r\n<li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking</li>\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Maintenance and Care:</li>\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n</ul>','services','','inherit','open','open','','11-revision-12','','','2012-07-26 10:40:30','2012-07-26 10:40:30','',11,'http://g1.arrowhitech.com/aht1544_arden/?p=82',0,'revision','',0),(83,1,'2012-07-25 01:54:15','2012-07-25 01:54:15','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.','about arden tile','','inherit','open','open','','7-revision-5','','','2012-07-25 01:54:15','2012-07-25 01:54:15','',7,'http://g1.arrowhitech.com/aht1544_arden/?p=83',0,'revision','',0),(84,1,'2012-10-12 22:02:00','2012-10-12 22:02:00','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\n\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\n\n<strong>Premium Radiant Floor Heating Systems</strong>\n\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\n\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\n\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\n\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\n\n \n\n \n\n \n\n \n\n \n<ul>\n <li> HEATING CABLES:</li>\n</ul>\n<ul>\n<ul>\n<ul>\n <li>Comfortable: cooler head/warm feet</li>\n <li>Energy saving: approx. 10-15 percent lower than conventional sources; 30 percent cheaper than baseboards.</li>\n <li>Safe: low temperature heat system/no element. Cannot be tampered with.</li>\n <li>Protected from shock hazards by a GFI</li>\n <li>Healthy: less dust is circulated in the air.</li>\n <li>Esthetic: No holes in the floor.</li>\n <li>Freedom: to place furniture wherever you like it.</li>\n</ul>\n</ul>\n</ul>','warm floors','','inherit','open','open','','13-autosave','','','2012-10-12 22:02:00','2012-10-12 22:02:00','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=84',0,'revision','',0),(85,1,'2012-07-25 08:33:21','2012-07-25 08:33:21','\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut iaculis arcu. Proin tincidunt, ipsum nec vehicula euismod, neque nibh pretium lorem, at ornare risus sem et risus. Curabitur pulvinar dui viverra libero lobortis in dictum velit luctus. Donec imperdiet tincidunt interdum. Duis ultricies condimentum interdum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus laoreet sagittis ligula, sed sollicitudin odio bibendum sed. Duis nec libero magna. Nullam et orci a quam accumsan laoreet. Donec nisl sem, rhoncus in lacinia sed, eleifend in nisl. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut interdum, lacus in fermentum ultricies, urna dolor pretium odio, fringilla tincidunt sapien urna vel diam. Donec lobortis eros a justo fringilla luctus. Morbi diam leo, ultrices in tempor ac, facilisis consequat odio. Aenean condimentum vestibulum justo in imperdiet.\r\n\r\nSuspendisse vel enim ut nisl malesuada tristique ut vel nunc. Integer sed justo ac tortor porta bibendum non vehicula sapien. Cras vel augue nisl. Nulla id aliquam purus. Quisque egestas, sem semper semper pulvinar, leo dolor adipiscing elit, at faucibus tortor urna nec ipsum. Sed fermentum adipiscing lacus, varius bibendum lorem ultrices id. Sed tincidunt faucibus lectus vel placerat. Pellentesque interdum nulla eget elit mattis elementum. Nulla faucibus elementum ante, interdum pellentesque velit interdum vitae.\r\n\r\nEtiam elementum ligula a nibh semper elementum at vel ipsum. Suspendisse vehicula tellus non metus fringilla non interdum risus iaculis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras sit amet metus risus. Aenean mattis orci quis erat vehicula ultricies. Nam mollis velit et augue tincidunt vel blandit risus semper. Nulla nisl odio, varius ut mollis non, fermentum viverra urna. Etiam non lorem sed erat egestas iaculis. Etiam justo est, cursus vitae adipiscing sit amet, iaculis non metus. Duis tellus nisl, tempus sed lacinia ac, luctus eget purus. Donec vel est nec lorem ornare posuere sit amet eget turpis. Duis lacinia purus facilisis quam tristique ut dignissim nulla viverra. Suspendisse potenti.\r\n\r\nNullam vulputate risus vel est porttitor eu malesuada neque pulvinar. Nulla sit amet ante velit, vehicula aliquam enim. Etiam eget elit est, in imperdiet massa. Nam vel sapien ac elit ultrices commodo. Duis tellus ligula, aliquam sed euismod id, rhoncus ac lectus. Cras non dui est. Fusce iaculis viverra mauris eget rhoncus. Sed leo leo, ullamcorper ac dictum eget, semper sed elit. Ut nec semper odio. Fusce in turpis lacinia dui venenatis semper. In volutpat mauris non nibh sodales ultrices. Proin semper mattis venenatis.\r\n\r\nSed arcu velit, lacinia quis scelerisque sit amet, fringilla eu nibh. In in metus vel lacus fringilla mattis vitae at augue. Nullam malesuada, urna at scelerisque consequat, enim libero commodo enim, in malesuada purus erat ut ipsum. Nunc non justo odio, sed tempus turpis. Cras et turpis turpis. Etiam justo mauris, pellentesque at volutpat id, dapibus a nibh. Duis quam sem, accumsan vel rhoncus varius, dignissim non risus. Quisque iaculis blandit egestas. Curabitur rutrum mollis massa, eget feugiat sapien pulvinar laoreet. Aenean erat sem, mollis sed sollicitudin at, placerat bibendum leo. Etiam cursus tortor sit amet massa rhoncus vulputate sit amet at ante. Morbi dignissim lacus sit amet turpis convallis et vehicula nisi feugiat. Vestibulum adipiscing ornare felis, nec vestibulum nisi faucibus vitae.\r\n','warm floors','','inherit','open','open','','13-revision-3','','','2012-07-25 08:33:21','2012-07-25 08:33:21','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=85',0,'revision','',0),(86,1,'2012-07-26 10:45:25','2012-07-26 10:45:25','','picwarm1','','inherit','open','open','','picwarm1','','','2012-07-26 10:45:25','2012-07-26 10:45:25','',13,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm1.jpg',0,'attachment','image/jpeg',0),(87,1,'2012-07-26 10:43:41','2012-07-26 10:43:41','Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices \r\n\r\nEnjoy the comfort and state of well being of warm floors.\r\n','warm floors','','inherit','open','open','','13-revision-4','','','2012-07-26 10:43:41','2012-07-26 10:43:41','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=87',0,'revision','',0),(89,1,'2012-07-27 03:14:56','2012-07-27 03:14:56','','picwarm2','','inherit','open','open','','picwarm2','','','2012-07-27 03:14:56','2012-07-27 03:14:56','',13,'http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg',0,'attachment','image/jpeg',0),(90,1,'2012-07-26 10:48:38','2012-07-26 10:48:38','Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices\r\n\r\nEnjoy the comfort and state of well being of warm floors.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm1.jpg\"><img class=\"wp-image-86 aligncenter\" title=\"picwarm1\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm1.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-5','','','2012-07-26 10:48:38','2012-07-26 10:48:38','',13,'http://g1.arrowhitech.com/aht1544_arden/?p=90',0,'revision','',0),(93,1,'2012-07-30 16:20:27','2012-07-30 16:20:27','','title_BG','','inherit','open','open','','title_bg','','','2012-07-30 16:20:27','2012-07-30 16:20:27','',9,'http://www.ardentile.com/wp-content/uploads/2012/07/title_BG.jpg',0,'attachment','image/jpeg',0),(94,1,'2012-07-26 10:23:43','2012-07-26 10:23:43','<ul>\r\n <li> Ceramic</li>\r\n <li> Porcelain</li>\r\n <li> Glass Mosaic</li>\r\n <li> Natural Stone</li>\r\n <li> Setting Materials and Tools</li>\r\n <li> Waterproofing Membrane and Board for all shower projects</li>\r\n <li> Accessories: corner shelves, tile edging</li>\r\n <li> Heating cables</li>\r\n <li> Hardwood: engineered and solid</li>\r\n <li> Laminate</li>\r\n <li> Vinyl Planking</li>\r\n <li> Maintenance and care products</li>\r\n</ul>\r\n<p>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.</p>\r\n<p>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that stronger and more durable than standard ceramic and very resistant to moisture and stains.</p>','products','','inherit','open','open','','9-revision-6','','','2012-07-26 10:23:43','2012-07-26 10:23:43','',9,'http://www.ardentile.com/9-revision-6/',0,'revision','',0),(95,1,'2012-07-30 16:24:15','2012-07-30 16:24:15','','title_BG_services','','inherit','open','open','','title_bg_services','','','2012-07-30 16:24:15','2012-07-30 16:24:15','',11,'http://www.ardentile.com/wp-content/uploads/2012/07/title_BG_services.jpg',0,'attachment','image/jpeg',0),(96,1,'2012-07-26 10:40:51','2012-07-26 10:40:51','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n</ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n</ul>\r\n\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<li>Membranes, board, hope and advise to help you complete your project.</li>\r\n<li>Accessories and tile edging:</li>\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n</ul>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\nBenefits of in floor heating systems:\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<li>Comfortable: cooler head/warm feet</li>\r\n<li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n<li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n<li>Healthy: less dust is circulated in the air.</li>\r\n<li>Esthetic: No holes in the floor.</li>\r\n<li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</li>\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n</ul>\r\n<ul>\r\n<li><span style=\"text-decoration: underline;\">Maintenance and Care:</li>\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n</ul>','services','','inherit','open','open','','11-revision-13','','','2012-07-26 10:40:51','2012-07-26 10:40:51','',11,'http://www.ardentile.com/11-revision-13/',0,'revision','',0),(98,1,'2012-07-27 03:15:59','2012-07-27 03:15:59','Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices\r\n\r\nEnjoy the comfort and state of well being of warm floors.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\"><img class=\"size-full wp-image-89 aligncenter\" title=\"picwarm2\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-6','','','2012-07-27 03:15:59','2012-07-27 03:15:59','',13,'http://www.ardentile.com/13-revision-6/',0,'revision','',0),(101,1,'2012-07-30 16:24:28','2012-07-30 16:24:28','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\n-Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\nbeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\nextensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.','services','','inherit','open','open','','11-revision-14','','','2012-07-30 16:24:28','2012-07-30 16:24:28','',11,'http://www.ardentile.com/11-revision-14/',0,'revision','',0),(102,1,'2012-07-30 22:38:27','2012-07-30 22:38:27','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-15','','','2012-07-30 22:38:27','2012-07-30 22:38:27','',11,'http://www.ardentile.com/11-revision-15/',0,'revision','',0),(103,1,'2012-07-30 22:39:09','2012-07-30 22:39:09','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-16','','','2012-07-30 22:39:09','2012-07-30 22:39:09','',11,'http://www.ardentile.com/11-revision-16/',0,'revision','',0),(104,1,'2012-07-30 22:39:31','2012-07-30 22:39:31','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element. Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-17','','','2012-07-30 22:39:31','2012-07-30 22:39:31','',11,'http://www.ardentile.com/11-revision-17/',0,'revision','',0),(105,1,'2012-07-30 22:42:34','2012-07-30 22:42:34','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-18','','','2012-07-30 22:42:34','2012-07-30 22:42:34','',11,'http://www.ardentile.com/11-revision-18/',0,'revision','',0),(106,1,'2012-07-31 01:34:07','2012-07-31 01:34:07','','Contact_bg','','inherit','open','open','','contact_bg','','','2012-07-31 01:34:07','2012-07-31 01:34:07','',17,'http://www.ardentile.com/wp-content/uploads/2012/07/Contact_bg.jpg',0,'attachment','image/jpeg',0),(107,1,'2012-07-25 08:26:27','2012-07-25 08:26:27','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-3','','','2012-07-25 08:26:27','2012-07-25 08:26:27','',17,'http://www.ardentile.com/17-revision-3/',0,'revision','',0),(108,1,'2012-07-31 01:39:05','2012-07-31 01:39:05','','Floor_bg2','','inherit','open','open','','floor_bg2','','','2012-07-31 01:39:05','2012-07-31 01:39:05','',13,'http://www.ardentile.com/wp-content/uploads/2012/07/Floor_bg2.jpg',0,'attachment','image/jpeg',0),(109,1,'2012-07-30 16:25:51','2012-07-30 16:25:51','Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices\r\n\r\nEnjoy the comfort and state of well being of warm floors.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\"><img class=\"size-full wp-image-89 aligncenter\" title=\"picwarm2\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-7','','','2012-07-30 16:25:51','2012-07-30 16:25:51','',13,'http://www.ardentile.com/13-revision-7/',0,'revision','',0),(110,1,'2012-07-30 22:43:43','2012-07-30 22:43:43','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-19','','','2012-07-30 22:43:43','2012-07-30 22:43:43','',11,'http://www.ardentile.com/11-revision-19/',0,'revision','',0),(111,1,'2012-07-31 01:43:53','2012-07-31 01:43:53','','about_bg','','inherit','open','open','','about_bg','','','2012-07-31 01:43:53','2012-07-31 01:43:53','',7,'http://www.ardentile.com/wp-content/uploads/2012/07/about_bg.jpg',0,'attachment','image/jpeg',0),(112,1,'2012-07-26 10:41:19','2012-07-26 10:41:19','A choice selection of tile, stone and mosaics right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensure peace of mind.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics INC, and partnered with warm surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality. ','about arden tile','','inherit','open','open','','7-revision-6','','','2012-07-26 10:41:19','2012-07-26 10:41:19','',7,'http://www.ardentile.com/7-revision-6/',0,'revision','',0),(113,1,'2012-07-31 01:34:19','2012-07-31 01:34:19','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-4','','','2012-07-31 01:34:19','2012-07-31 01:34:19','',17,'http://www.ardentile.com/17-revision-4/',0,'revision','',0),(114,1,'2012-07-31 02:12:49','2012-07-31 02:12:49','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-5','','','2012-07-31 02:12:49','2012-07-31 02:12:49','',17,'http://www.ardentile.com/17-revision-5/',0,'revision','',0),(115,1,'2012-07-31 02:25:55','2012-07-31 02:25:55','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-6','','','2012-07-31 02:25:55','2012-07-31 02:25:55','',17,'http://www.ardentile.com/17-revision-6/',0,'revision','',0),(116,1,'2012-07-31 02:28:48','2012-07-31 02:28:48','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-7','','','2012-07-31 02:28:48','2012-07-31 02:28:48','',17,'http://www.ardentile.com/17-revision-7/',0,'revision','',0),(118,1,'2012-08-01 04:20:16','2012-08-01 04:20:16','[showcase id=4]','showcase','','inherit','open','open','','15-autosave','','','2012-08-01 04:20:16','2012-08-01 04:20:16','',15,'http://www.ardentile.com/15-autosave/',0,'revision','',0),(119,1,'2012-07-25 03:14:53','2012-07-25 03:14:53','','showcase','','inherit','open','open','','15-revision-3','','','2012-07-25 03:14:53','2012-07-25 03:14:53','',15,'http://www.ardentile.com/15-revision-3/',0,'revision','',0),(120,1,'2012-08-01 02:44:52','2012-08-01 02:44:52','[showcase id=1]','showcase','','inherit','open','open','','15-revision-4','','','2012-08-01 02:44:52','2012-08-01 02:44:52','',15,'http://www.ardentile.com/15-revision-4/',0,'revision','',0),(121,1,'2012-08-01 02:58:06','2012-08-01 02:58:06','[showcase_id=1]','showcase','','inherit','open','open','','15-revision-5','','','2012-08-01 02:58:06','2012-08-01 02:58:06','',15,'http://www.ardentile.com/15-revision-5/',0,'revision','',0),(122,1,'2012-08-01 03:10:16','2012-08-01 03:10:16','showcase_id=1','showcase','','inherit','open','open','','15-revision-6','','','2012-08-01 03:10:16','2012-08-01 03:10:16','',15,'http://www.ardentile.com/15-revision-6/',0,'revision','',0),(123,1,'2012-08-01 03:25:16','2012-08-01 03:25:16','[showcase_id=1]','showcase','','inherit','open','open','','15-revision-7','','','2012-08-01 03:25:16','2012-08-01 03:25:16','',15,'http://www.ardentile.com/15-revision-7/',0,'revision','',0),(124,1,'2012-08-01 03:25:28','2012-08-01 03:25:28','[showcase_id=1]','showcase','','inherit','open','open','','15-revision-8','','','2012-08-01 03:25:28','2012-08-01 03:25:28','',15,'http://www.ardentile.com/15-revision-8/',0,'revision','',0),(125,1,'2012-08-01 03:27:39','2012-08-01 03:27:39','showcase_id=1','showcase','','inherit','open','open','','15-revision-9','','','2012-08-01 03:27:39','2012-08-01 03:27:39','',15,'http://www.ardentile.com/15-revision-9/',0,'revision','',0),(126,1,'2012-08-01 03:29:29','2012-08-01 03:29:29','1','showcase','','inherit','open','open','','15-revision-10','','','2012-08-01 03:29:29','2012-08-01 03:29:29','',15,'http://www.ardentile.com/15-revision-10/',0,'revision','',0),(127,1,'2012-08-01 03:38:36','2012-08-01 03:38:36','12','showcase','','inherit','open','open','','15-revision-11','','','2012-08-01 03:38:36','2012-08-01 03:38:36','',15,'http://www.ardentile.com/15-revision-11/',0,'revision','',0),(128,1,'2012-08-01 03:44:12','2012-08-01 03:44:12','[showcase id=1]','showcase','','inherit','open','open','','15-revision-12','','','2012-08-01 03:44:12','2012-08-01 03:44:12','',15,'http://www.ardentile.com/15-revision-12/',0,'revision','',0),(129,1,'2012-08-01 03:51:12','2012-08-01 03:51:12','[showcase id=12]','showcase','','inherit','open','open','','15-revision-13','','','2012-08-01 03:51:12','2012-08-01 03:51:12','',15,'http://www.ardentile.com/15-revision-13/',0,'revision','',0),(130,1,'2012-08-01 03:58:33','2012-08-01 03:58:33','[showcase id=1]','showcase','','inherit','open','open','','15-revision-14','','','2012-08-01 03:58:33','2012-08-01 03:58:33','',15,'http://www.ardentile.com/15-revision-14/',0,'revision','',0),(131,1,'2012-08-01 04:01:50','2012-08-01 04:01:50','[showcase id=4]','showcase','','inherit','open','open','','15-revision-15','','','2012-08-01 04:01:50','2012-08-01 04:01:50','',15,'http://www.ardentile.com/15-revision-15/',0,'revision','',0),(132,1,'2012-08-01 04:04:30','2012-08-01 04:04:30','[showcase id=5]','showcase','','inherit','open','open','','15-revision-16','','','2012-08-01 04:04:30','2012-08-01 04:04:30','',15,'http://www.ardentile.com/15-revision-16/',0,'revision','',0),(133,1,'2012-08-01 04:04:57','2012-08-01 04:04:57','[showcase id=4]','showcase','','inherit','open','open','','15-revision-17','','','2012-08-01 04:04:57','2012-08-01 04:04:57','',15,'http://www.ardentile.com/15-revision-17/',0,'revision','',0),(134,1,'2012-08-01 04:07:41','2012-08-01 04:07:41','[showcase id=4]','showcase','','inherit','open','open','','15-revision-18','','','2012-08-01 04:07:41','2012-08-01 04:07:41','',15,'http://www.ardentile.com/15-revision-18/',0,'revision','',0),(135,1,'2012-08-01 04:08:06','2012-08-01 04:08:06','[showcase id=4] âf','showcase','','inherit','open','open','','15-revision-19','','','2012-08-01 04:08:06','2012-08-01 04:08:06','',15,'http://www.ardentile.com/15-revision-19/',0,'revision','',0),(137,1,'2012-07-31 01:44:09','2012-07-31 01:44:09','A choice selection of tile, stone and mosaics right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensure peace of mind.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics INC, and partnered with warm surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.','about arden tile','','inherit','open','open','','7-revision-7','','','2012-07-31 01:44:09','2012-07-31 01:44:09','',7,'http://www.ardentile.com/7-revision-7/',0,'revision','',0),(138,1,'2012-07-30 16:20:54','2012-07-30 16:20:54','<ul>\r\n <li> Ceramic</li>\r\n <li> Porcelain</li>\r\n <li> Glass Mosaic</li>\r\n <li> Natural Stone</li>\r\n <li> Setting Materials and Tools</li>\r\n <li> Waterproofing Membrane and Board for all shower projects</li>\r\n <li> Accessories: corner shelves, tile edging</li>\r\n <li> Heating cables</li>\r\n <li> Hardwood: engineered and solid</li>\r\n <li> Laminate</li>\r\n <li> Vinyl Planking</li>\r\n <li> Maintenance and care products</li>\r\n</ul>\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that stronger and more durable than standard ceramic and very resistant to moisture and stains.','products','','inherit','open','open','','9-revision-7','','','2012-07-30 16:20:54','2012-07-30 16:20:54','',9,'http://www.ardentile.com/9-revision-7/',0,'revision','',0),(139,1,'2012-08-10 22:20:51','2012-08-10 22:20:51','<ul>\r\n <li> Ceramic</li>\r\n <li> Porcelain</li>\r\n <li> Glass Mosaic</li>\r\n <li> Natural Stone</li>\r\n <li> Setting Materials and Tools</li>\r\n <li> Waterproofing Membrane and Board for all shower projects</li>\r\n <li> Accessories: corner shelves, tile edging</li>\r\n <li> Heating cables</li>\r\n <li> Hardwood: engineered and solid</li>\r\n <li> Laminate</li>\r\n <li> Vinyl Planking</li>\r\n <li> Maintenance and care products</li>\r\n</ul>\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.','products','','inherit','open','open','','9-revision-8','','','2012-08-10 22:20:51','2012-08-10 22:20:51','',9,'http://www.ardentile.com/9-revision-8/',0,'revision','',0),(141,1,'2012-08-10 23:12:34','2012-08-10 23:12:34','','ArdenTileWarmFloors','','inherit','open','open','','ardentilewarmfloors','','','2012-08-10 23:12:34','2012-08-10 23:12:34','',13,'http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png',0,'attachment','image/png',0),(142,1,'2012-07-31 01:39:44','2012-07-31 01:39:44','Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices\r\n\r\nEnjoy the comfort and state of well being of warm floors.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\"><img class=\"size-full wp-image-89 aligncenter\" title=\"picwarm2\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-8','','','2012-07-31 01:39:44','2012-07-31 01:39:44','',13,'http://www.ardentile.com/13-revision-8/',0,'revision','',0),(143,1,'2012-08-10 23:17:14','2012-08-10 23:17:14','<a style=\"margin: 0px 5px 5px 0px;\" href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\"><img class=\"size-full wp-image-89 aligncenter\" title=\"picwarm2\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-9','','','2012-08-10 23:17:14','2012-08-10 23:17:14','',13,'http://www.ardentile.com/13-revision-9/',0,'revision','',0),(144,1,'2012-08-10 23:19:18','2012-08-10 23:19:18','<a style=\"margin: 0px 5px 5px 0px;\" href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<a href=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\"><img class=\"size-full wp-image-89 alignright\" title=\"picwarm2\" src=\"http://g1.arrowhitech.com/aht1544_arden/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" /></a>','warm floors','','inherit','open','open','','13-revision-10','','','2012-08-10 23:19:18','2012-08-10 23:19:18','',13,'http://www.ardentile.com/13-revision-10/',0,'revision','',0),(145,1,'2012-08-10 23:20:07','2012-08-10 23:20:07','<a style=\"margin: 0px 5px 5px 0px;\" href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<img class=\"size-full wp-image-89 alignright\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" />','warm floors','','inherit','open','open','','13-revision-11','','','2012-08-10 23:20:07','2012-08-10 23:20:07','',13,'http://www.ardentile.com/13-revision-11/',0,'revision','',0),(146,1,'2012-08-10 23:23:01','2012-08-10 23:23:01','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>Western Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<img class=\"size-full wp-image-89 alignright\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" />','warm floors','','inherit','open','open','','13-revision-12','','','2012-08-10 23:23:01','2012-08-10 23:23:01','',13,'http://www.ardentile.com/13-revision-12/',0,'revision','',0),(147,1,'2012-08-10 23:23:37','2012-08-10 23:23:37','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\n<img class=\"size-full wp-image-89 alignright\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" />\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n','warm floors','','inherit','open','open','','13-revision-13','','','2012-08-10 23:23:37','2012-08-10 23:23:37','',13,'http://www.ardentile.com/13-revision-13/',0,'revision','',0),(148,1,'2012-08-10 23:24:42','2012-08-10 23:24:42','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\n<img class=\"size-full wp-image-89 alignright\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"299\" height=\"185\" />\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.','warm floors','','inherit','open','open','','13-revision-14','','','2012-08-10 23:24:42','2012-08-10 23:24:42','',13,'http://www.ardentile.com/13-revision-14/',0,'revision','',0),(149,1,'2012-08-10 23:24:53','2012-08-10 23:24:53','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\n<img class=\" wp-image-89 alignright\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.','warm floors','','inherit','open','open','','13-revision-15','','','2012-08-10 23:24:53','2012-08-10 23:24:53','',13,'http://www.ardentile.com/13-revision-15/',0,'revision','',0),(150,1,'2012-08-10 22:37:33','2012-08-10 22:37:33','<ul>\r\n<ul>\r\n <li>GLAZED SMOOTH TILES:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li>GLASS MOSAIC:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li>NATURAL STONE:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li>SETTING MATERIALS & TOOLS:</li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\nAssortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n<ul>\r\n<ul>\r\n <li>WATERPROOFING MEMBRANE & BOARD:</li>\r\n <li>ACCESSORIES & TILE EDGING:</li>\r\n <li>HEATING CABLES:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li>Hardwood, laminate, vinyl planking:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li>Maintenance and Care:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-9','','','2012-08-10 22:37:33','2012-08-10 22:37:33','',9,'http://www.ardentile.com/9-revision-9/',0,'revision','',0),(151,1,'2012-08-10 23:36:37','2012-08-10 23:36:37','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li>HARDWOOD, LAMINATE, VINYL PLANKING:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Maintenance and Care:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-10','','','2012-08-10 23:36:37','2012-08-10 23:36:37','',9,'http://www.ardentile.com/9-revision-10/',0,'revision','',0),(152,1,'2012-08-10 23:39:04','2012-08-10 23:39:04','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-11','','','2012-08-10 23:39:04','2012-08-10 23:39:04','',9,'http://www.ardentile.com/9-revision-11/',0,'revision','',0),(153,1,'2012-08-10 23:25:22','2012-08-10 23:25:22','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />','warm floors','','inherit','open','open','','13-revision-16','','','2012-08-10 23:25:22','2012-08-10 23:25:22','',13,'http://www.ardentile.com/13-revision-16/',0,'revision','',0),(154,1,'2012-08-10 23:41:00','2012-08-10 23:41:00','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n \r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>','warm floors','','inherit','open','open','','13-revision-17','','','2012-08-10 23:41:00','2012-08-10 23:41:00','',13,'http://www.ardentile.com/13-revision-17/',0,'revision','',0),(155,1,'2012-08-10 23:39:40','2012-08-10 23:39:40','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\n \r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-12','','','2012-08-10 23:39:40','2012-08-10 23:39:40','',9,'http://www.ardentile.com/9-revision-12/',0,'revision','',0),(156,1,'2012-08-10 23:42:36','2012-08-10 23:42:36','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\n \r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-13','','','2012-08-10 23:42:36','2012-08-10 23:42:36','',9,'http://www.ardentile.com/9-revision-13/',0,'revision','',0),(157,1,'2012-08-10 23:41:59','2012-08-10 23:41:59','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n \r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li> HEATING CABLES:</li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>','warm floors','','inherit','open','open','','13-revision-18','','','2012-08-10 23:41:59','2012-08-10 23:41:59','',13,'http://www.ardentile.com/13-revision-18/',0,'revision','',0),(158,1,'2012-08-10 23:44:47','2012-08-10 23:44:47','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n \r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li> HEATING CABLES:</li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources; 30 percent cheaper than baseboards.</li>\r\n <li>Safe: low temperature heat system/no element. Cannot be tampered with.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it.</li>\r\n</ul>\r\n</ul>\r\n</ul>','warm floors','','inherit','open','open','','13-revision-19','','','2012-08-10 23:44:47','2012-08-10 23:44:47','',13,'http://www.ardentile.com/13-revision-19/',0,'revision','',0),(159,1,'2012-08-10 23:43:28','2012-08-10 23:43:28','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n \r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-14','','','2012-08-10 23:43:28','2012-08-10 23:43:28','',9,'http://www.ardentile.com/9-revision-14/',0,'revision','',0),(160,1,'2012-07-31 01:42:22','2012-07-31 01:42:22','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">A floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">SETT. MAT/TOOLS:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Wide variety in stock to assist you with even the most demanding jobs.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Membranes, board, hope and advise to help you complete your project.</li>\r\n <li>Accessories and tile edging:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Benefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.</p>\r\n\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources</li>\r\n <li>Safe: low temperature heat system/no element.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it. Cannot be tampered with</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Hardwood, laminate, vinyl planking:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Beautiful lines from Germany and Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.</p>\r\n\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">Maintenance and Care:</span></li>\r\n</ul>\r\n</ul>\r\n<p style=\"padding-left: 90px;\">Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.</p>','services','','inherit','open','open','','11-revision-20','','','2012-07-31 01:42:22','2012-07-31 01:42:22','',11,'http://www.ardentile.com/11-revision-20/',0,'revision','',0),(161,1,'2012-08-10 22:20:01','2012-08-10 22:20:01','We offer a choice selection of tile, stone, mosaics and hardwood right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensures results to please even the most discriminate buyer.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics Inc., and partnered with Warm Surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.','about arden tile','','inherit','open','open','','7-revision-8','','','2012-08-10 22:20:01','2012-08-10 22:20:01','',7,'http://www.ardentile.com/7-revision-8/',0,'revision','',0),(162,1,'2012-08-10 23:47:45','2012-08-10 23:47:45','<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:</li>\r\n</ul>\r\n</ul>\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:</li>\r\n</ul>\r\n</ul>\r\nA wide selection of glass, glass-stone and glass-metal mosaics are avaialable to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">NATURAL STONE</span>:</li>\r\n</ul>\r\n</ul>\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a materpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:</li>\r\n</ul>\r\n</ul>\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n<ul>\r\n<ul>\r\n <li><strong><span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span></strong></li>\r\n</ul>\r\n</ul>\r\nWide variety in stock to assist you with even the most demanding jobs.\r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<ul>\r\n <li>Membranes, board, tape and advise to help you complete your project.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<ul>\r\n <li>Assortment of corner shelves in stock to compliment any decor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.</li>\r\n</ul>\r\n</li>\r\n <li><span style=\"text-decoration: underline;\">HEATING CABLES</span>:</li>\r\n</ul>\r\n</ul>\r\nBenefits of in floor heating systems:\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n \r\n<ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:</li>\r\n</ul>\r\n</ul>\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-15','','','2012-08-10 23:47:45','2012-08-10 23:47:45','',9,'http://www.ardentile.com/9-revision-15/',0,'revision','',0),(163,1,'2012-08-10 23:51:21','2012-08-10 23:51:21','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span> All of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span> Professional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span> No project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span> A wide selection of tiles available for commercial applications.\r\n\r\n ','services','','inherit','open','open','','11-revision-21','','','2012-08-10 23:51:21','2012-08-10 23:51:21','',11,'http://www.ardentile.com/11-revision-21/',0,'revision','',0),(164,1,'2012-08-11 02:38:23','2012-08-11 02:38:23','<span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<span style=\"text-decoration: underline;\">NATURAL STONE</span>:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<span style=\"text-decoration: underline;\">CERAMIC TILE:</span>\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<span style=\"text-decoration: underline;\">PORCELAIN TILE:</span>\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n ','products','','inherit','open','open','','9-revision-16','','','2012-08-11 02:38:23','2012-08-11 02:38:23','',9,'http://www.ardentile.com/9-revision-16/',0,'revision','',0),(165,1,'2012-08-11 02:39:38','2012-08-11 02:39:38','<span style=\"text-decoration: underline;\">CERAMIC TILE:</span>\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<span style=\"text-decoration: underline;\">PORCELAIN TILE:</span>\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<span style=\"text-decoration: underline;\">GLAZED SMOOTH TILES</span>:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<span style=\"text-decoration: underline;\">GLASS MOSAIC</span>:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<span style=\"text-decoration: underline;\">NATURAL STONE</span>:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-17','','','2012-08-11 02:39:38','2012-08-11 02:39:38','',9,'http://www.ardentile.com/9-revision-17/',0,'revision','',0),(166,1,'2012-08-13 03:27:04','2012-08-13 03:27:04','<span style=\"text-decoration: underline;\"><a name=\"Ceramics\">CERAMIC TILE</a></span>:\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<span style=\"text-decoration: underline;\"><a name=\"Porcelain\">PORCELAIN TILE</a></span>:\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<span style=\"text-decoration: underline;\"><a name=\"Galirs\">GLAZED SMOOTH TILES</span>:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<span style=\"text-decoration: underline;\"><a name=\"Mosaic\">GLASS MOSAIC</a></span>:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<span style=\"text-decoration: underline;\"><a name=\"Nature Stone\">NATURAL STONE</a></span>:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-18','','','2012-08-13 03:27:04','2012-08-13 03:27:04','',9,'http://www.ardentile.com/9-revision-18/',0,'revision','',0),(167,1,'2012-08-13 04:11:46','2012-08-13 04:11:46','','sp','','inherit','open','open','','sp','','','2012-08-13 04:11:46','2012-08-13 04:11:46','',9,'http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg',0,'attachment','image/jpeg',0),(168,1,'2012-08-13 03:37:17','2012-08-13 03:37:17','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\nCeramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-19','','','2012-08-13 03:37:17','2012-08-13 03:37:17','',9,'http://www.ardentile.com/9-revision-19/',0,'revision','',0),(169,1,'2012-08-13 04:12:09','2012-08-13 04:12:09','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-20','','','2012-08-13 04:12:09','2012-08-13 04:12:09','',9,'http://www.ardentile.com/9-revision-20/',0,'revision','',0),(170,1,'2012-08-13 04:14:10','2012-08-13 04:14:10','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\nPorcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\nGlaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\nA wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\nA floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-21','','','2012-08-13 04:14:10','2012-08-13 04:14:10','',9,'http://www.ardentile.com/9-revision-21/',0,'revision','',0),(171,1,'2012-08-13 04:15:27','2012-08-13 04:15:27','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\n<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-22','','','2012-08-13 04:15:27','2012-08-13 04:15:27','',9,'http://www.ardentile.com/9-revision-22/',0,'revision','',0),(172,1,'2012-08-13 09:43:04','2012-08-13 09:43:04','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"#one\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-23','','','2012-08-13 09:43:04','2012-08-13 09:43:04','',9,'http://www.ardentile.com/9-revision-23/',0,'revision','',0),(173,1,'2012-08-13 09:46:26','2012-08-13 09:46:26','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#one\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#one\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#one\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#one\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#one\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"#one\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-24','','','2012-08-13 09:46:26','2012-08-13 09:46:26','',9,'http://www.ardentile.com/9-revision-24/',0,'revision','',0),(174,1,'2012-08-13 09:49:48','2012-08-13 09:49:48','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#githubc\" class=\".one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-25','','','2012-08-13 09:49:48','2012-08-13 09:49:48','',9,'http://www.ardentile.com/9-revision-25/',0,'revision','',0),(175,1,'2012-08-13 10:05:50','2012-08-13 10:05:50','<h2 class=\"spn\" name=\"Ceramics\"></h2>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<h2 class=\"spn\" name=\"Porcelain\"></h2>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<h2 class=\"spn\" name=\"Galirs\"></h2>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<h2 class=\"spn\" name=\"Mosaic\"></h2>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<h2 class=\"spn\" name=\"Nature Stone\"></h2>NATURAL STONE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-26','','','2012-08-13 10:05:50','2012-08-13 10:05:50','',9,'http://www.ardentile.com/9-revision-26/',0,'revision','',0),(176,1,'2012-08-13 10:10:10','2012-08-13 10:10:10','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-27','','','2012-08-13 10:10:10','2012-08-13 10:10:10','',9,'http://www.ardentile.com/9-revision-27/',0,'revision','',0),(177,1,'2012-08-13 10:25:06','2012-08-13 10:25:06','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<div class=\"photo\">\r\n <a href=\"#githubc\">\r\n <img src=\"http://farm4.static.flickr.com/3250/2765022017_356efe6a25_s.jpg\" alt=\"Github helmet\" />\r\n </a>\r\n </div>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-28','','','2012-08-13 10:25:06','2012-08-13 10:25:06','',9,'http://www.ardentile.com/9-revision-28/',0,'revision','',0),(178,1,'2012-08-13 10:26:11','2012-08-13 10:26:11','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-29','','','2012-08-13 10:26:11','2012-08-13 10:26:11','',9,'http://www.ardentile.com/9-revision-29/',0,'revision','',0),(179,1,'2012-08-13 10:27:52','2012-08-13 10:27:52','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#githubc\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"githubc\"v style=\"display: none;\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"helmet\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-30','','','2012-08-13 10:27:52','2012-08-13 10:27:52','',9,'http://www.ardentile.com/9-revision-30/',0,'revision','',0),(180,1,'2012-08-13 13:18:02','2012-08-13 13:18:02','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\" style=\"display: none;\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\"a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-31','','','2012-08-13 13:18:02','2012-08-13 13:18:02','',9,'http://www.ardentile.com/9-revision-31/',0,'revision','',0),(181,1,'2012-08-13 13:18:26','2012-08-13 13:18:26','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\"a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-32','','','2012-08-13 13:18:26','2012-08-13 13:18:26','',9,'http://www.ardentile.com/9-revision-32/',0,'revision','',0),(182,1,'2012-08-13 13:25:13','2012-08-13 13:25:13','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-33','','','2012-08-13 13:25:13','2012-08-13 13:25:13','',9,'http://www.ardentile.com/9-revision-33/',0,'revision','',0),(183,1,'2012-08-13 13:27:00','2012-08-13 13:27:00','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-34','','','2012-08-13 13:27:00','2012-08-13 13:27:00','',9,'http://www.ardentile.com/9-revision-34/',0,'revision','',0),(184,1,'2012-08-13 13:27:50','2012-08-13 13:27:50','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-35','','','2012-08-13 13:27:50','2012-08-13 13:27:50','',9,'http://www.ardentile.com/9-revision-35/',0,'revision','',0),(185,1,'2012-08-13 13:31:03','2012-08-13 13:31:03','<h2 class=\"spn\" name=\"Ceramics\"></h2>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-36','','','2012-08-13 13:31:03','2012-08-13 13:31:03','',9,'http://www.ardentile.com/9-revision-36/',0,'revision','',0),(186,1,'2012-08-13 13:35:16','2012-08-13 13:35:16','<h2 class=\"spn\" name=\"Ceramics\"></h2>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<a id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</a>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-37','','','2012-08-13 13:35:16','2012-08-13 13:35:16','',9,'http://www.ardentile.com/9-revision-37/',0,'revision','',0),(187,1,'2012-08-13 13:35:50','2012-08-13 13:35:50','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<a id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</a>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-38','','','2012-08-13 13:35:50','2012-08-13 13:35:50','',9,'http://www.ardentile.com/9-revision-38/',0,'revision','',0),(188,1,'2012-08-13 13:38:13','2012-08-13 13:38:13','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<a id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</a>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-39','','','2012-08-13 13:38:13','2012-08-13 13:38:13','',9,'http://www.ardentile.com/9-revision-39/',0,'revision','',0),(189,1,'2012-08-13 13:47:08','2012-08-13 13:47:08','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<a id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</a>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-40','','','2012-08-13 13:47:08','2012-08-13 13:47:08','',9,'http://www.ardentile.com/9-revision-40/',0,'revision','',0),(190,1,'2012-08-13 14:00:52','2012-08-13 14:00:52','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n $(document).observe(\'dom:loaded\', function() {\r\n $$(\".page-id-9 .entry-content a.one\").each(function(el) { new FancyZoom(el); })\r\n new FancyZoom(\'medium_box_link\', {width:400, height:300});\r\n new FancyZoom(\'large_box_link\');\r\n new FancyZoom(\'flash_box_link\');\r\n });\r\n </script>\r\n ','products','','inherit','open','open','','9-revision-41','','','2012-08-13 14:00:52','2012-08-13 14:00:52','',9,'http://www.ardentile.com/9-revision-41/',0,'revision','',0),(191,1,'2012-08-13 14:01:26','2012-08-13 14:01:26','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a href=\"#github\" class=\"one\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\">\r\n <img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" />\r\n</div>\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-42','','','2012-08-13 14:01:26','2012-08-13 14:01:26','',9,'http://www.ardentile.com/9-revision-42/',0,'revision','',0),(192,1,'2012-08-13 15:58:09','2012-08-13 15:58:09','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a href=\"#github\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-43','','','2012-08-13 15:58:09','2012-08-13 15:58:09','',9,'http://www.ardentile.com/9-revision-43/',0,'revision','',0),(193,1,'2012-08-13 16:03:13','2012-08-13 16:03:13','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-44','','','2012-08-13 16:03:13','2012-08-13 16:03:13','',9,'http://www.ardentile.com/9-revision-44/',0,'revision','',0),(194,1,'2012-08-14 01:40:29','2012-08-14 01:40:29','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" /></div>\r\n<div id=\"githubc\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-45','','','2012-08-14 01:40:29','2012-08-14 01:40:29','',9,'http://www.ardentile.com/9-revision-45/',0,'revision','',0),(195,1,'2012-07-31 02:32:21','2012-07-31 02:32:21','[contact-form-7 id=\"62\" title=\"ct7\"]','contact us','','inherit','open','open','','17-revision-8','','','2012-07-31 02:32:21','2012-07-31 02:32:21','',17,'http://www.ardentile.com/17-revision-8/',0,'revision','',0),(196,1,'2012-08-14 01:44:00','2012-08-14 01:44:00','[contact-form-7 id=\"62\" title=\"ct7\"]\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2800C+-+45th+Avenue+Vernon,+BC+V1T+3N4&aq=&sll=37.0625,-95.677068&sspn=39.099308,86.572266&ie=UTF8&hq=&hnear=2800+45+Ave,+Vernon,+British+Columbia+V1T+3N4,+Canada&ll=50.277792,-119.268769&spn=0.00772,0.021136&t=m&z=14&output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=2800C+-+45th+Avenue+Vernon,+BC+V1T+3N4&aq=&sll=37.0625,-95.677068&sspn=39.099308,86.572266&ie=UTF8&hq=&hnear=2800+45+Ave,+Vernon,+British+Columbia+V1T+3N4,+Canada&ll=50.277792,-119.268769&spn=0.00772,0.021136&t=m&z=14\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>','contact us','','inherit','open','open','','17-revision-9','','','2012-08-14 01:44:00','2012-08-14 01:44:00','',17,'http://www.ardentile.com/17-revision-9/',0,'revision','',0),(197,1,'2012-08-14 01:41:31','2012-08-14 01:41:31','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\n<a class=\"one\" href=\"#githubc\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" /></div>\r\n<div id=\"githubc\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-46','','','2012-08-14 01:41:31','2012-08-14 01:41:31','',9,'http://www.ardentile.com/9-revision-46/',0,'revision','',0),(198,1,'2012-08-14 03:30:40','2012-08-14 03:30:40','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\n<a class=\"one\" href=\"#githubc\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" /></div>\r\n<div id=\"githubc\"><img class=\"alignleft wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"41\" height=\"76\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-47','','','2012-08-14 03:30:40','2012-08-14 03:30:40','',9,'http://www.ardentile.com/9-revision-47/',0,'revision','',0),(200,1,'2012-08-10 23:55:24','2012-08-10 23:55:24','We offer a choice selection of tile, stone, mosaics and hardwood right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensures results to please even the most discriminate buyer.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics Inc., and partnered with Warm Surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.','about arden tile','','inherit','open','open','','7-revision-9','','','2012-08-10 23:55:24','2012-08-10 23:55:24','',7,'http://www.ardentile.com/7-revision-9/',0,'revision','',0),(201,1,'2012-08-11 02:38:56','2012-08-11 02:38:56','<span style=\"text-decoration: underline;\">IN-HOUSE DESIGN SERVICES:</span>\r\nAll of us at Arden Tile have a wealth of design experience with a European flair to make selecting your tile a relaxing and fun experience.\r\n\r\n<span style=\"text-decoration: underline;\">INSTALLATIONS:</span>\r\nProfessional installations make all the difference. Work done in a timely manner and with attention to detail means you can relax, sit back and enjoy your new addition.\r\n\r\n<span style=\"text-decoration: underline;\">PROJECT MANAGEMENT:</span>\r\nNo project too small or too large for our crew to handle. Prep work can all be left to Arden Tile.\r\n\r\n<span style=\"text-decoration: underline;\">SOLUTIONS FOR ARCHITECTS:</span>\r\nA wide selection of tiles available for commercial applications.\r\n\r\n ','services','','inherit','open','open','','11-revision-22','','','2012-08-11 02:38:56','2012-08-11 02:38:56','',11,'http://www.ardentile.com/11-revision-22/',0,'revision','',0),(202,1,'2012-08-14 03:31:57','2012-08-14 03:31:57','<a class=\"spn\" name=\"Ceramics\">CERAMIC TILE</a>:\r\n<a class=\"one\" href=\"#githubc\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\">PORCELAIN TILE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\">GLAZED SMOOTH TILES</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\">GLASS MOSAIC</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\">NATURAL STONE</a>:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\"/></div>\r\n<div id=\"githubc\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-48','','','2012-08-14 03:31:57','2012-08-14 03:31:57','',9,'http://www.ardentile.com/9-revision-48/',0,'revision','',0),(203,1,'2012-08-27 10:26:00','2012-08-27 10:26:00','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"githubc\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n ','products','','inherit','open','open','','9-revision-49','','','2012-08-27 10:26:00','2012-08-27 10:26:00','',9,'http://www.ardentile.com/9-revision-49/',0,'revision','',0),(204,1,'2012-08-27 10:28:30','2012-08-27 10:28:30','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n','products','','inherit','open','open','','9-revision-50','','','2012-08-27 10:28:30','2012-08-27 10:28:30','',9,'http://www.ardentile.com/9-revision-50/',0,'revision','',0),(205,1,'2012-08-27 10:29:13','2012-08-27 10:29:13','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n','products','','inherit','open','open','','9-revision-51','','','2012-08-27 10:29:13','2012-08-27 10:29:13','',9,'http://www.ardentile.com/9-revision-51/',0,'revision','',0),(206,1,'2012-08-27 10:29:56','2012-08-27 10:29:56','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n','products','','inherit','open','open','','9-revision-52','','','2012-08-27 10:29:56','2012-08-27 10:29:56','',9,'http://www.ardentile.com/9-revision-52/',0,'revision','',0),(207,1,'2012-08-27 10:30:36','2012-08-27 10:30:36','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n','products','','inherit','open','open','','9-revision-53','','','2012-08-27 10:30:36','2012-08-27 10:30:36','',9,'http://www.ardentile.com/9-revision-53/',0,'revision','',0),(208,1,'2012-08-27 10:31:11','2012-08-27 10:31:11','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/meo_meo.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sp.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\nBeautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\">\r\n</span></strong>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\nAssortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\nBenefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n','products','','inherit','open','open','','9-revision-54','','','2012-08-27 10:31:11','2012-08-27 10:31:11','',9,'http://www.ardentile.com/9-revision-54/',0,'revision','',0),(209,1,'2012-08-28 01:11:22','2012-08-28 01:11:22','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\"></span></strong>\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n','products','','inherit','open','open','','9-revision-55','','','2012-08-28 01:11:22','2012-08-28 01:11:22','',9,'http://www.ardentile.com/9-revision-55/',0,'revision','',0),(210,1,'2012-08-28 01:13:58','2012-08-28 01:13:58','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#githubc1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.<br/>\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\"></span></strong>\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n','products','','inherit','open','open','','9-revision-56','','','2012-08-28 01:13:58','2012-08-28 01:13:58','',9,'http://www.ardentile.com/9-revision-56/',0,'revision','',0),(211,1,'2012-08-28 01:21:32','2012-08-28 01:21:32','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.<br/>\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\"></span></strong>\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-57','','','2012-08-28 01:21:32','2012-08-28 01:21:32','',9,'http://www.ardentile.com/9-revision-57/',0,'revision','',0),(212,1,'2012-08-28 01:22:07','2012-08-28 01:22:07','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.<br/>\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\"></span></strong>\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-58','','','2012-08-28 01:22:07','2012-08-28 01:22:07','',9,'http://www.ardentile.com/9-revision-58/',0,'revision','',0),(214,1,'2012-08-21 07:49:36','2012-08-21 07:49:36','We offer a choice selection of tile, stone, mosaics and hardwood right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensures results to please even the most discriminate buyer.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics Inc., and partnered with Warm Surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.','about arden tile','','inherit','open','open','','7-revision-10','','','2012-08-21 07:49:36','2012-08-21 07:49:36','',7,'http://www.ardentile.com/7-revision-10/',0,'revision','',0),(215,1,'2012-08-28 01:25:38','2012-08-28 01:25:38','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.<br/>\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong><span style=\"text-decoration: underline;\"></span></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n','products','','inherit','open','open','','9-revision-59','','','2012-08-28 01:25:38','2012-08-28 01:25:38','',9,'http://www.ardentile.com/9-revision-59/',0,'revision','',0),(216,1,'2012-08-28 07:10:56','2012-08-28 07:10:56','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-60','','','2012-08-28 07:10:56','2012-08-28 07:10:56','',9,'http://www.ardentile.com/9-revision-60/',0,'revision','',0),(217,1,'2012-08-28 07:23:12','2012-08-28 07:23:12','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div','products','','inherit','open','open','','9-revision-61','','','2012-08-28 07:23:12','2012-08-28 07:23:12','',9,'http://www.ardentile.com/9-revision-61/',0,'revision','',0),(218,1,'2012-08-28 07:25:40','2012-08-28 07:25:40','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\nMembranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems:\r\n\r\nRadian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat.\r\n\r\nMany sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\nExtensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-62','','','2012-08-28 07:25:40','2012-08-28 07:25:40','',9,'http://www.ardentile.com/9-revision-62/',0,'revision','',0),(219,1,'2012-08-28 07:26:19','2012-08-28 07:26:19','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-63','','','2012-08-28 07:26:19','2012-08-28 07:26:19','',9,'http://www.ardentile.com/9-revision-63/',0,'revision','',0),(220,1,'2012-08-28 07:27:26','2012-08-28 07:27:26','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Galirs\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-64','','','2012-08-28 07:27:26','2012-08-28 07:27:26','',9,'http://www.ardentile.com/9-revision-64/',0,'revision','',0),(221,1,'2012-08-28 07:42:31','2012-08-28 07:42:31','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Nature Stone\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-65','','','2012-08-28 07:42:31','2012-08-28 07:42:31','',9,'http://www.ardentile.com/9-revision-65/',0,'revision','',0),(222,1,'2012-08-28 07:43:22','2012-08-28 07:43:22','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentship for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-66','','','2012-08-28 07:43:22','2012-08-28 07:43:22','',9,'http://www.ardentile.com/9-revision-66/',0,'revision','',0),(223,1,'2012-08-28 07:46:01','2012-08-28 07:46:01','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radian heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-67','','','2012-08-28 07:46:01','2012-08-28 07:46:01','',9,'http://www.ardentile.com/9-revision-67/',0,'revision','',0),(225,1,'2012-09-06 16:23:17','2012-09-06 16:23:17','','10% off reg. priced Heated Floor Cables','','publish','open','open','','bathroom-wall-tile','','','2013-09-13 20:22:53','2013-09-13 20:22:53','',0,'http://www.ardentile.com/?p=225',0,'post','',0),(226,1,'2012-09-06 16:21:36','2012-09-06 16:21:36','Porcelain Tile that looks like stone.','Ardenne Series','','inherit','open','open','','ardenne','','','2012-09-06 16:21:36','2012-09-06 16:21:36','',225,'http://www.ardentile.com/wp-content/uploads/2012/09/Ardenne.jpg',1,'attachment','image/jpeg',0),(227,1,'2012-09-06 16:22:35','2012-09-06 16:22:35','The Ardenne Series is on special for September at 2.99 per sqft (regular 4.89). The Ardenne series is a porcelain tile that looks and feels like natural stone with 3 colours to chose from.','Ardenne Series $2.99 / SQFT','','inherit','open','open','','225-revision','','','2012-09-06 16:22:35','2012-09-06 16:22:35','',225,'http://www.ardentile.com/225-revision/',0,'revision','',0),(232,1,'2012-09-06 16:38:07','2012-09-06 16:38:07','<strong>12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price</strong>\r\n\r\n','3 FOR 1 ITALIAN PORCELAIN TILE. ','','publish','open','open','','3-for-1-italian-porcelain-tile','','','2014-09-18 21:55:38','2014-09-18 21:55:38','',0,'http://www.ardentile.com/?p=232',0,'post','',0),(233,1,'2012-09-06 16:37:40','2012-09-06 16:37:40','','Heating cable pic','','inherit','open','open','','heating-cable-pic','','','2012-09-06 16:37:40','2012-09-06 16:37:40','',232,'http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic.jpg',0,'attachment','image/jpeg',0),(234,1,'2012-09-06 16:36:45','2012-09-06 16:36:45','Get your tootsies toasty this winter! All september receive heating cables at 10% off our a','10% off Heating Cables','','inherit','open','open','','232-revision-v1','','','2012-09-06 16:36:45','2012-09-06 16:36:45','',232,'http://www.ardentile.com/232-revision/',0,'revision','',0),(235,1,'2012-09-06 16:38:07','2012-09-06 16:38:07','Get your tootsies toasty this winter! All September receive heating cables at 10% off our already low factory direct pricing!','10% off Heating Cables','','inherit','open','open','','232-revision-v1','','','2012-09-06 16:38:07','2012-09-06 16:38:07','',232,'http://www.ardentile.com/232-revision-2/',0,'revision','',0),(236,1,'2012-09-07 09:08:23','2012-09-07 09:08:23','Get your tootsies toasty this winter! All September receive heating cables at 10% off our already low factory direct pricing!','10% off Heating Cables','','inherit','open','open','','232-revision-v1','','','2012-09-07 09:08:23','2012-09-07 09:08:23','',232,'http://www.ardentile.com/232-revision-3/',0,'revision','',0),(246,1,'2013-03-27 07:36:24','2013-03-27 07:36:24','This ia the body of the event.','New Post Title','','publish','open','open','','new-post-title','','','2013-03-27 07:43:31','2013-03-27 07:43:31','',0,'http://www.ardentile.com/?p=246',0,'post','',0),(249,1,'2012-09-11 03:59:59','2012-09-11 03:59:59','','Indian Autumn','','inherit','open','open','','indian-autumn','','','2012-09-11 03:59:59','2012-09-11 03:59:59','',225,'http://www.ardentile.com/wp-content/uploads/2012/09/Indian-Autumn.jpg',0,'attachment','image/jpeg',0),(250,1,'2013-09-13 20:22:35','2013-09-13 20:22:35','','10% off reg. priced Heated Floor Cables','','inherit','open','open','','225-autosave','','','2013-09-13 20:22:35','2013-09-13 20:22:35','',225,'http://www.ardentile.com/225-autosave/',0,'revision','',0),(251,1,'2012-09-06 16:23:17','2012-09-06 16:23:17','The Ardenne Series is on special for September at 2.99 per sqft (regular 4.89). The Ardenne series is a porcelain tile that looks and feels like natural stone with 3 colours to chose from.','Ardenne Series $2.99 / SQFT','','inherit','open','open','','225-revision-2','','','2012-09-06 16:23:17','2012-09-06 16:23:17','',225,'http://www.ardentile.com/225-revision-2/',0,'revision','',0),(252,1,'2012-09-11 04:02:55','2012-09-11 04:02:55','','Heating-cable-pic','Mention the word Pitha and receive a 20% dicount on the cable','inherit','open','open','','heating-cable-pic-2','','','2012-09-11 04:02:55','2012-09-11 04:02:55','',232,'http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg',0,'attachment','image/jpeg',0),(253,1,'2012-09-07 09:11:32','2012-09-07 09:11:32','Get your tootsies toasty this winter! All September receive heating cables at 10% off our already low factory direct pricing!','10% off Heating Cables','','inherit','open','open','','232-revision-v1','','','2012-09-07 09:11:32','2012-09-07 09:11:32','',232,'http://www.ardentile.com/232-revision-4/',0,'revision','',0),(256,1,'2012-07-27 10:42:33','2012-07-27 10:42:33','Everything about our tiling project is fantastic. The assistance my wife and I received when selecting the tile for our basement , kitchen and foyer was well above the “standard”. Your design ideas worked so well for our areas!! And I am telling all my friends and acquaintances: the selection you offer has something for every taste and budget. Yours is a place where high quality, professionalism and affordable pricing meet. Thanks again for all you’ve done for us!','R. C., Kelowna, BC','','publish','open','open','','r-c-kelowna-bc','','','2012-07-27 10:42:33','2012-07-27 10:42:33','',0,'http://www.ardentile.com/testimonial/r-c-kelowna-bc/',0,'testimonials-widget','',0),(257,1,'2012-07-27 10:42:44','2012-07-27 10:42:44','Thanks very much for everything. We love the tile (and grout). You did a very professional job. Please have dinner on us! Thanks again.','J & D F.','','publish','open','open','','j-d-f','','','2012-07-27 10:42:44','2012-07-27 10:42:44','',0,'http://www.ardentile.com/testimonial/j-d-f/',0,'testimonials-widget','',0),(258,1,'2012-07-27 10:46:33','2012-07-27 10:46:33','Thank you all at Arden Tile for going above and beyond to help us find the right tile. Our new bathroom looks marvelous, especially the new shower!','L & T J.','','publish','open','open','','l-t-j','','','2012-07-27 10:46:33','2012-07-27 10:46:33','',0,'http://www.ardentile.com/testimonial/l-t-j/',0,'testimonials-widget','',0),(259,1,'2012-07-27 10:50:51','2012-07-27 10:50:51','Thanks for all the hard work in making our dream kitchen a reality. Your workmanship stands above the crowd!!','M. L.','','publish','open','open','','m-l','','','2012-07-27 10:50:51','2012-07-27 10:50:51','',0,'http://www.ardentile.com/testimonial/m-l/',0,'testimonials-widget','',0),(260,1,'2012-07-27 10:51:04','2012-07-27 10:51:04','Hi Josepha. Thank you for all your help and patience while deciding what tile I could choose (and afford)! You are a very special lady with an incredible eye for design.','J.P.','','publish','open','open','','j-p','','','2012-07-27 10:51:04','2012-07-27 10:51:04','',0,'http://www.ardentile.com/testimonial/j-p/',0,'testimonials-widget','',0),(261,1,'2012-07-27 10:51:25','2012-07-27 10:51:25','Hi everyone at Arden. Just a note to express my very sincere gratitude for delivering such a beautiful job in my kitchen. It looks gorgeous.','L. M., Vernon','','publish','open','open','','l-m-vernon','','','2012-07-27 10:51:25','2012-07-27 10:51:25','',0,'http://www.ardentile.com/testimonial/l-m-vernon/',0,'testimonials-widget','',0),(262,1,'2012-07-27 10:51:40','2012-07-27 10:51:40','Thanks you so much for your help in selecting our tiles! It turned out to be such a painless process, from selecting the tile to the installation. It was great. It is a pleasure to know people like you!','P & R. R., Vernon','','publish','open','open','','p-r-r-vernon','','','2012-07-27 10:51:40','2012-07-27 10:51:40','',0,'http://www.ardentile.com/testimonial/p-r-r-vernon/',0,'testimonials-widget','',0),(263,1,'2012-07-27 10:52:09','2012-07-27 10:52:09','Thanks guys for all the help and advice. It was a fun experience to say the least and our basement looks great!!','P & J. B., Armstrong','','publish','open','open','','p-j-b-armstrong','','','2012-07-27 10:52:09','2012-07-27 10:52:09','',0,'http://www.ardentile.com/testimonial/p-j-b-armstrong/',0,'testimonials-widget','',0),(264,1,'2012-07-27 10:52:26','2012-07-27 10:52:26','A most sincere thanks for all your help, suggestions, professionalism and friendship. I love the work you guys did! Very professional!!','B.R. Grindrod','','publish','open','open','','b-r-grindrod','','','2012-07-27 10:52:26','2012-07-27 10:52:26','',0,'http://www.ardentile.com/testimonial/b-r-grindrod/',0,'testimonials-widget','',0),(265,1,'2012-07-27 10:52:38','2012-07-27 10:52:38','P.S. I wanted to tell you that both my husband and I were very impressed with your workmanship. The small washroom layout was exceptional, and the living room looks gorgeous. It is wonderfully centered with the fireplace. The shower is to die for-it needs to be in a decorators magazine. We are both very very pleased with what you have done. Thanks so much.','A. & B. W., Salmon Arm ','','publish','open','open','','a-b-w-salmon-arm','','','2012-07-27 10:52:38','2012-07-27 10:52:38','',0,'http://www.ardentile.com/testimonial/a-b-w-salmon-arm/',0,'testimonials-widget','',0),(266,1,'2012-07-27 10:53:06','2012-07-27 10:53:06','Rob and Jose: we really wish to thank you for making the tile part of our renovation such a fun and relaxing experience. The ambiance in your showroom, the selection and the wonderful expertise and help we received were truly a class act! I would recommend you to everyone who is in the market for tile!!!','P. L., Armstrong','','publish','open','open','','p-l-armstrong','','','2012-07-27 10:53:06','2012-07-27 10:53:06','',0,'http://www.ardentile.com/testimonial/p-l-armstrong/',0,'testimonials-widget','',0),(269,1,'2012-08-10 23:45:52','2012-08-10 23:45:52','<a href=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\"><img class=\"alignleft size-full wp-image-141\" title=\"ArdenTileWarmFloors\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ArdenTileWarmFloors.png\" alt=\"\" width=\"300\" height=\"556\" /></a>\r\n\r\nWestern Canada’s exclusive distributor of premium heated floor solutions by “Warm Surfaces” at factory direct prices Enjoy the comfort and state of well being of warm floors.\r\n\r\n<strong>Premium Radiant Floor Heating Systems</strong>\r\n\r\n<strong></strong>Warm Surfaces radiant floor heating systems are silent, energy efficient and space saving. Once the system is installaed the comforting warmth will radiate through your ceramic, tile, slate, marble, or engineered floors.\r\n\r\nWarm Surfaces eliminates dust, unwanted smells transferred by ventilation ducts and unwanted radiator noises.\r\n\r\nWarm Surfaces systems have been designed using the latest technology and know-how in making the finest quality radiant floor heating system in North America today.\r\n\r\n<img class=\" wp-image-89\" title=\"picwarm2\" src=\"/wp-content/uploads/2012/07/picwarm2.jpg\" alt=\"\" width=\"269\" height=\"167\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li> HEATING CABLES:</li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n <li>Comfortable: cooler head/warm feet</li>\r\n <li>Energy saving: approx. 10-15 percent lower than conventional sources; 30 percent cheaper than baseboards.</li>\r\n <li>Safe: low temperature heat system/no element. Cannot be tampered with.</li>\r\n <li>Protected from shock hazards by a GFI</li>\r\n <li>Healthy: less dust is circulated in the air.</li>\r\n <li>Esthetic: No holes in the floor.</li>\r\n <li>Freedom: to place furniture wherever you like it.</li>\r\n</ul>\r\n</ul>\r\n</ul>','warm floors','','inherit','open','open','','13-revision-20','','','2012-08-10 23:45:52','2012-08-10 23:45:52','',13,'http://www.ardentile.com/13-revision-20/',0,'revision','',0),(270,1,'2012-08-28 07:46:41','2012-08-28 07:46:41','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-68','','','2012-08-28 07:46:41','2012-08-28 07:46:41','',9,'http://www.ardentile.com/9-revision-68/',0,'revision','',0),(271,1,'2012-10-15 08:05:43','2012-10-15 08:05:43','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-69','','','2012-10-15 08:05:43','2012-10-15 08:05:43','',9,'http://www.ardentile.com/9-revision-69/',0,'revision','',0),(272,1,'2012-10-15 08:08:04','2012-10-15 08:08:04','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1_th.jpg\" alt=\"\" width=\"41\" height=\"76\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-70','','','2012-10-15 08:08:04','2012-10-15 08:08:04','',9,'http://www.ardentile.com/9-revision-70/',0,'revision','',0),(273,1,'2012-10-15 08:09:22','2012-10-15 08:09:22','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1_th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-71','','','2012-10-15 08:09:22','2012-10-15 08:09:22','',9,'http://www.ardentile.com/9-revision-71/',0,'revision','',0),(274,1,'2012-10-15 08:13:51','2012-10-15 08:13:51','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-72','','','2012-10-15 08:13:51','2012-10-15 08:13:51','',9,'http://www.ardentile.com/9-revision-72/',0,'revision','',0),(275,1,'2012-10-15 08:15:36','2012-10-15 08:15:36','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-73','','','2012-10-15 08:15:36','2012-10-15 08:15:36','',9,'http://www.ardentile.com/9-revision-73/',0,'revision','',0),(276,1,'2012-10-15 08:17:04','2012-10-15 08:17:04','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-74','','','2012-10-15 08:17:04','2012-10-15 08:17:04','',9,'http://www.ardentile.com/9-revision-74/',0,'revision','',0),(277,1,'2012-10-15 08:18:38','2012-10-15 08:18:38','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-75','','','2012-10-15 08:18:38','2012-10-15 08:18:38','',9,'http://www.ardentile.com/9-revision-75/',0,'revision','',0),(278,1,'2012-10-15 08:19:51','2012-10-15 08:19:51','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-76','','','2012-10-15 08:19:51','2012-10-15 08:19:51','',9,'http://www.ardentile.com/9-revision-76/',0,'revision','',0),(279,1,'2012-10-15 08:21:00','2012-10-15 08:21:00','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-77','','','2012-10-15 08:21:00','2012-10-15 08:21:00','',9,'http://www.ardentile.com/9-revision-77/',0,'revision','',0),(280,1,'2012-10-15 08:22:15','2012-10-15 08:22:15','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-78','','','2012-10-15 08:22:15','2012-10-15 08:22:15','',9,'http://www.ardentile.com/9-revision-78/',0,'revision','',0),(281,1,'2012-10-15 08:23:18','2012-10-15 08:23:18','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-79','','','2012-10-15 08:23:18','2012-10-15 08:23:18','',9,'http://www.ardentile.com/9-revision-79/',0,'revision','',0),(282,1,'2012-10-15 08:24:34','2012-10-15 08:24:34','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-80','','','2012-10-15 08:24:34','2012-10-15 08:24:34','',9,'http://www.ardentile.com/9-revision-80/',0,'revision','',0),(283,1,'2012-10-16 17:34:03','2012-10-16 17:34:03','','100_0466','','inherit','open','open','','100_0466','','','2012-10-16 17:34:03','2012-10-16 17:34:03','',232,'http://www.ardentile.com/wp-content/uploads/2012/09/100_0466.jpg',0,'attachment','image/jpeg',0),(284,1,'2012-09-11 04:03:13','2012-09-11 04:03:13','Get your tootsies toasty this winter! All September receive heating cables at 10% off our already low factory direct pricing!','10% off Heating Cables','','inherit','open','open','','232-revision-v1','','','2012-09-11 04:03:13','2012-09-11 04:03:13','',232,'http://www.ardentile.com/232-revision-5/',0,'revision','',0),(286,1,'2012-09-11 04:00:23','2012-09-11 04:00:23','The Ardenne Series is on special for September at 2.99 per sqft (regular 4.89). The Ardenne series is a porcelain tile that looks and feels like natural stone with 3 colours to chose from.','Ardenne Series $2.99 / SQFT','','inherit','open','open','','225-revision-3','','','2012-09-11 04:00:23','2012-09-11 04:00:23','',225,'http://www.ardentile.com/225-revision-3/',0,'revision','',0),(287,1,'2012-10-15 08:25:44','2012-10-15 08:25:44','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain tile 1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass mosaic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural stone 3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood, laminate.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting Materials.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories & tile edging.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating cable pic.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing Membrane & Tape.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance & care.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-81','','','2012-10-15 08:25:44','2012-10-15 08:25:44','',9,'http://www.ardentile.com/9-revision-81/',0,'revision','',0),(288,1,'2012-10-16 17:38:02','2012-10-16 17:38:02','Vinyl Planking from Germany now on sale for $2.89 / sqft.','German Vinyl Planking','','inherit','open','open','','232-revision-v1','','','2012-10-16 17:38:02','2012-10-16 17:38:02','',232,'http://www.ardentile.com/232-revision-6/',0,'revision','',0),(289,1,'2012-10-17 09:31:25','2012-10-17 09:31:25','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/wmm.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/mc1.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-82','','','2012-10-17 09:31:25','2012-10-17 09:31:25','',9,'http://www.ardentile.com/9-revision-82/',0,'revision','',0),(290,1,'2012-10-17 10:05:07','2012-10-17 10:05:07','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/wmm.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/mc1.jpg\" alt=\"\" /></div>','products1','','inherit','open','open','','9-revision-83','','','2012-10-17 10:05:07','2012-10-17 10:05:07','',9,'http://www.ardentile.com/9-revision-83/',0,'revision','',0),(291,1,'2012-10-17 10:05:44','2012-10-17 10:05:44','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/wmm.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/mc1.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-84','','','2012-10-17 10:05:44','2012-10-17 10:05:44','',9,'http://www.ardentile.com/9-revision-84/',0,'revision','',0),(292,1,'2012-10-17 10:09:57','2012-10-17 10:09:57','<a class=\"spn\" name=\"Ceramics\"></a>CERAMIC TILE:\r\n<a class=\"one\" href=\"#github1\"><img class=\"alignleft wp-image-141\" title=\"Meo Meo\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1-th.jpg\" alt=\"\" /></a>Ceramic tile is the oldest known flooring material. It has been the same way for centuries; a mixture of clays and other materials that are mixed from the earth, shaped and fired at high temperatures.a\r\n\r\n<a class=\"spn\" name=\"Porcelain\"></a>PORCELAIN TILE:\r\n<a class=\"one\" href=\"#github2\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelain-tile-1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Porcelain tile is a form of ceramic tile made from a very fine mix of clay and minerals-far different from regular ceramics-formed under extremely high pressure and fired at higher temperatures than standard ceramic tile. The result is a material that is stronger and more durable than standard ceramic and very resistant to moisture and stains.\r\n\r\n<a class=\"spn\" name=\"Glass\"></a>GLAZED SMOOTH TILES:\r\n<a class=\"one\" href=\"#github3\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed-smooth-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Glaze is a surface coating made from a glass derivative and comes in finishes from matte (dull) to high gloss (shiny). Generally, the lower the sheen, the better the grip (or slip resistance). Less glossy surfaces also are less likely to reveal scratches.\r\n\r\n<a class=\"spn\" name=\"Mosaic\"></a>GLASS MOSAIC:\r\n<a class=\"one\" href=\"#github4\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Glass-mosaic1-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A wide selection of glass, glass-stone and glass-metal mosaics are available to choose from. There exists a mosaic or accentstrip for just about any taste and application. Many are kept in stock.\r\n\r\n<a class=\"spn\" name=\"Natural Stone & Hardwood\"></a>NATURAL STONE:\r\n<a class=\"one\" href=\"#github5\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural-stone-3-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>A floor in natural stone, whether it is slate, travertine, or marble, is a masterpiece of nature and will never go out of style nor will it ever be boring. In our showroom you can view a wide selection of sample pieces as well as pictures to give you lots of ideas. Arden Tile works together with a select group of tile/stone importers who deliver reliable quality at the best prices.\r\n\r\n<span style=\"text-decoration: underline;\">HARDWOOD, LAMINATE, VINYL PLANKING</span>:\r\n<a class=\"one\" href=\"#github6\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Hardwood-laminate-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Beautiful lines from Germany, Belgium and Canada offer choices for the most discriminating of tastes yet at affordable prices.\r\n\r\n<span style=\"text-decoration: underline;\">SETTING MATERIALS & TOOLS:</span><strong></strong>\r\n<a class=\"one\" href=\"#github7\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Setting-Materials-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Wide variety in stock to assist you with even the most demanding jobs.\r\n\r\n<p style=\"margin-right: 30px;\"><span style=\"text-decoration: underline;\">WATERPROOFING MEMBRANE & BOARD</span>:\r\n<a class=\"one\" href=\"#github10\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Waterproofing-Membrane-Tape-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Membranes, board, tape and advise to help you complete your project.</p>\r\n\r\n<span style=\"text-decoration: underline;\">ACCESSORIES & TILE EDGING</span>:\r\n<a class=\"one\" href=\"#github8\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Accessories-tile-edging-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Assortment of corner shelves in stock to compliment any décor. Full line of tile edging for showers, countertops and stairs to finish off your project beautifully.\r\n\r\n<span style=\"text-decoration: underline;\">HEATING CABLES</span>:\r\n<a class=\"one\" href=\"#github9\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Heating-cable-pic-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Benefits of in floor heating systems: Radiant heat is a growing trend that started in Europe and is now becoming well known in North America and Canada for its distinct benefits. Instead of warming air and then circulating it throughout your home using ducts and vents, radiant heat is embedded under your tile/stone floor and uses the entire floor to evenly distribute low-temperature heat. Many sizes in stock for 120V and 240V.\r\n\r\n<span style=\"text-decoration: underline;\">MAINTENANCE & CARE</span>:\r\n<a class=\"one\" href=\"#github11\"><img class=\"alignleft size-full wp-image-167\" title=\"sp\" src=\"http://www.ardentile.com/wp-content/uploads/2012/07/Maintenance-care-th.jpg\" alt=\"\" width=\"65\" height=\"65\" /></a>Extensive line of sealers and cleaners available. Check out new products regularly in-store. Helpful advice as always....FREE.\r\n<div id=\"github1\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ceramic1.jpg\" alt=\"\" /></div>\r\n<div id=\"github2\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/porcelaintile1.jpg\" alt=\"\" /></div>\r\n<div id=\"github3\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/glazed_smooth.jpg\" alt=\"\" /></div>\r\n<div id=\"github4\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/gm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github5\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/natural3.jpg\" alt=\"\" /></div>\r\n<div id=\"github6\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hm.jpg\" alt=\"\" /></div>\r\n<div id=\"github7\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/sm1.jpg\" alt=\"\" /></div>\r\n<div id=\"github8\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/ate.jpg\" alt=\"\" /></div>\r\n<div id=\"github9\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/hcb1.jpg\" alt=\"\" /></div>\r\n<div id=\"github10\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/wmm.jpg\" alt=\"\" /></div>\r\n<div id=\"github11\"><img src=\"http://www.ardentile.com/wp-content/uploads/2012/07/mc1.jpg\" alt=\"\" /></div>','products','','inherit','open','open','','9-revision-85','','','2012-10-17 10:09:57','2012-10-17 10:09:57','',9,'http://www.ardentile.com/9-revision-85/',0,'revision','',0),(294,1,'2012-10-17 10:02:59','2012-10-17 10:02:59','Vinyl Planking from Germany now on sale for $2.89 / sqft.','German Vinyl Planking 1','','inherit','open','open','','232-revision-v1','','','2012-10-17 10:02:59','2012-10-17 10:02:59','',232,'http://www.ardentile.com/232-revision-7/',0,'revision','',0),(295,1,'2012-10-27 17:08:04','2012-10-27 17:08:04','Vinyl Planking now on sale for $2.89 / sqft.\r\nThe most durable and easiest to install in the world.',' Vinyl Planking Made in Belgium','','inherit','open','open','','232-revision-v1','','','2012-10-27 17:08:04','2012-10-27 17:08:04','',232,'http://www.ardentile.com/232-revision-8/',0,'revision','',0),(296,1,'2012-08-14 01:47:25','2012-08-14 01:47:25','[contact-form-7 id=\"62\" title=\"ct7\"]\r\n<iframe width=\"600\" height=\"337.5\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2800C+-+45th+Avenue+Vernon,+BC+V1T+3N4&aq=&sll=37.0625,-95.677068&sspn=39.099308,86.572266&ie=UTF8&hq=&hnear=2800+45+Ave,+Vernon,+British+Columbia+V1T+3N4,+Canada&ll=50.277792,-119.268769&spn=0.00772,0.021136&t=m&z=14&output=embed\"></iframe>','contact us','','inherit','open','open','','17-revision-10','','','2012-08-14 01:47:25','2012-08-14 01:47:25','',17,'http://www.ardentile.com/17-revision-10/',0,'revision','',0),(300,1,'2012-10-16 17:51:49','2012-10-16 17:51:49','This is a glossy 12\"x 18\" tile in beige or grey reg. price $ 2.99 sft\r\nSale $ 2.49 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-4','','','2012-10-16 17:51:49','2012-10-16 17:51:49','',225,'http://www.ardentile.com/225-revision-4/',0,'revision','',0),(301,1,'2013-01-07 23:57:50','2013-01-07 23:57:50','This is a glossy 12\"x 18\" tile in beige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-5','','','2013-01-07 23:57:50','2013-01-07 23:57:50','',225,'http://www.ardentile.com/225-revision-5/',0,'revision','',0),(304,1,'2012-10-27 17:24:30','2012-10-27 17:24:30','[contact-form-7 id=\"62\" title=\"ct7\"]\n<iframe src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2800C+-+45th+Avenue+Vernon,+BC+V1T+3N4&aq=&sll=37.0625,-95.677068&sspn=39.099308,86.572266&ie=UTF8&hq=&hnear=2800+45+Ave,+Vernon,+British+Columbia+V1T+3N4,+Canada&ll=50.277792,-119.268769&spn=0.00772,0.021136&t=m&z=14&output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"600\" height=\"337\"></iframe>','contact us','','inherit','open','open','','17-revision-11','','','2012-10-27 17:24:30','2012-10-27 17:24:30','',17,'http://www.ardentile.com/17-revision-11/',0,'revision','',0),(305,1,'2013-01-07 23:58:34','2013-01-07 23:58:34','This is a glossy 12\"x 18\" tile in beige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-6','','','2013-01-07 23:58:34','2013-01-07 23:58:34','',225,'http://www.ardentile.com/225-revision-6/',0,'revision','',0),(306,1,'2013-03-21 22:13:34','2013-03-21 22:13:34','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-7','','','2013-03-21 22:13:34','2013-03-21 22:13:34','',225,'http://www.ardentile.com/225-revision-7/',0,'revision','',0),(307,1,'2013-03-21 22:16:06','2013-03-21 22:16:06','This is a glossy 12\"x 18\" tile in beige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-8','','','2013-03-21 22:16:06','2013-03-21 22:16:06','',225,'http://www.ardentile.com/225-revision-8/',0,'revision','',0),(308,1,'2013-03-21 22:19:10','2013-03-21 22:19:10','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-9','','','2013-03-21 22:19:10','2013-03-21 22:19:10','',225,'http://www.ardentile.com/225-revision-9/',0,'revision','',0),(309,1,'2013-03-21 23:05:13','2013-03-21 23:05:13','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-10','','','2013-03-21 23:05:13','2013-03-21 23:05:13','',225,'http://www.ardentile.com/225-revision-10/',0,'revision','',0),(310,1,'2013-03-21 23:05:56','2013-03-21 23:05:56','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-11','','','2013-03-21 23:05:56','2013-03-21 23:05:56','',225,'http://www.ardentile.com/225-revision-11/',0,'revision','',0),(311,1,'2013-03-21 23:06:24','2013-03-21 23:06:24','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-12','','','2013-03-21 23:06:24','2013-03-21 23:06:24','',225,'http://www.ardentile.com/225-revision-12/',0,'revision','',0),(312,1,'2013-03-21 23:07:13','2013-03-21 23:07:13','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-13','','','2013-03-21 23:07:13','2013-03-21 23:07:13','',225,'http://www.ardentile.com/225-revision-13/',0,'revision','',0),(313,1,'2012-10-27 17:08:58','2012-10-27 17:08:58','Vinyl Planking now on sale for $2.89 / sqft.\r\nThe most durable and easiest to install in the world.',' Vinyl Planking Made in Belgium','','inherit','open','open','','232-revision-v1','','','2012-10-27 17:08:58','2012-10-27 17:08:58','',232,'http://www.ardentile.com/232-revision-9/',0,'revision','',0),(314,1,'2013-03-21 23:07:37','2013-03-21 23:07:37','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-14','','','2013-03-21 23:07:37','2013-03-21 23:07:37','',225,'http://www.ardentile.com/225-revision-14/',0,'revision','',0),(315,1,'2013-03-26 08:30:05','2013-03-26 08:30:05','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-15','','','2013-03-26 08:30:05','2013-03-26 08:30:05','',225,'http://www.ardentile.com/225-revision-15/',0,'revision','',0),(316,1,'2013-03-27 03:39:12','2013-03-27 03:39:12','','100_0476-e1363906772496','','inherit','open','open','','100_0476-e1363906772496','','','2013-03-27 03:39:12','2013-03-27 03:39:12','',225,'http://www.ardentile.com/wp-content/uploads/2012/09/100_0476-e13639067724961.jpg',0,'attachment','image/jpeg',0),(317,1,'2013-03-26 16:07:44','2013-03-26 16:07:44','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-16','','','2013-03-26 16:07:44','2013-03-26 16:07:44','',225,'http://www.ardentile.com/225-revision-16/',0,'revision','',0),(318,1,'2012-09-10 23:47:11','2012-09-10 23:47:11','This ia the body of the event.','New Post Title','','inherit','open','open','','246-revision','','','2012-09-10 23:47:11','2012-09-10 23:47:11','',246,'http://www.ardentile.com/246-revision/',0,'revision','',0),(319,1,'2013-04-09 04:24:53','2013-04-09 04:24:53','This ia the body of the event.','New Post Title','','inherit','open','open','','246-autosave','','','2013-04-09 04:24:53','2013-04-09 04:24:53','',246,'http://www.ardentile.com/246-autosave/',0,'revision','',0),(320,1,'2013-03-27 07:36:24','2013-03-27 07:36:24','This ia the body of the event.','New Post Title','','inherit','open','open','','246-revision-2','','','2013-03-27 07:36:24','2013-03-27 07:36:24','',246,'http://www.ardentile.com/246-revision-2/',0,'revision','',0),(321,1,'2013-03-27 07:43:26','2013-03-27 07:43:26','This ia the body of the event.','New Post Title','','inherit','open','open','','246-revision-3','','','2013-03-27 07:43:26','2013-03-27 07:43:26','',246,'http://www.ardentile.com/246-revision-3/',0,'revision','',0),(327,1,'2013-05-07 16:36:44','2013-05-07 16:36:44','','P1000269','Heated floor cables','inherit','open','open','','p1000269','','','2013-05-07 16:36:44','2013-05-07 16:36:44','',225,'http://www.ardentile.com/wp-content/uploads/2013/05/P1000269.jpg',0,'attachment','image/jpeg',0),(328,1,'2013-05-07 16:49:29','2013-05-07 16:49:29','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 25% dicount on the cable[/caption]','10 % off Regular Price of Heated floor cables','','publish','open','open','','25-off-heated-floor-cables','','','2013-09-13 20:19:35','2013-09-13 20:19:35','',0,'http://www.ardentile.com/?p=328',0,'post','',0),(329,1,'2013-05-07 16:43:46','2013-05-07 16:43:46','','Heated floor cables','','inherit','open','open','','328-revision','','','2013-05-07 16:43:46','2013-05-07 16:43:46','',328,'http://www.ardentile.com/328-revision/',0,'revision','',0),(330,1,'2013-05-07 16:45:08','2013-05-07 16:45:08','','Heated floor cables','','inherit','open','open','','328-revision-2','','','2013-05-07 16:45:08','2013-05-07 16:45:08','',328,'http://www.ardentile.com/328-revision-2/',0,'revision','',0),(331,1,'2013-05-07 16:49:29','2013-05-07 16:49:29','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 20% dicount on the cable[/caption]','Heated floor cables','','inherit','open','open','','328-revision-3','','','2013-05-07 16:49:29','2013-05-07 16:49:29','',328,'http://www.ardentile.com/328-revision-3/',0,'revision','',0),(334,1,'2013-03-27 03:39:52','2013-03-27 03:39:52','This is a glossy 12\"x 18\" tile in\r\nbeige or grey reg. price $ 2.99 sft','Bathroom Wall Tile','','inherit','open','open','','225-revision-17','','','2013-03-27 03:39:52','2013-03-27 03:39:52','',225,'http://www.ardentile.com/225-revision-17/',0,'revision','',0),(335,1,'2013-05-23 23:36:53','2013-05-23 23:36:53','ALL CABLES 35 % OFF','Heated Floor Cables','','inherit','open','open','','225-revision-18','','','2013-05-23 23:36:53','2013-05-23 23:36:53','',225,'http://www.ardentile.com/225-revision-18/',0,'revision','',0),(336,1,'2013-05-23 23:41:26','2013-05-23 23:41:26','ALL CABLES 35 % OFF','Heated Floor Cables','','inherit','open','open','','225-revision-19','','','2013-05-23 23:41:26','2013-05-23 23:41:26','',225,'http://www.ardentile.com/225-revision-19/',0,'revision','',0),(337,1,'2013-05-29 23:41:50','2013-05-29 23:41:50','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 25% dicount on the cable[/caption]','25 % off Regular Price of Heated floor cables','','inherit','open','open','','328-autosave','','','2013-05-29 23:41:50','2013-05-29 23:41:50','',328,'http://www.ardentile.com/328-autosave/',0,'revision','',0),(338,1,'2013-05-07 16:49:47','2013-05-07 16:49:47','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 20% dicount on the cable[/caption]','Heated floor cables','','inherit','open','open','','328-revision-4','','','2013-05-07 16:49:47','2013-05-07 16:49:47','',328,'http://www.ardentile.com/328-revision-4/',0,'revision','',0),(339,1,'2013-05-29 23:40:01','2013-05-29 23:40:01','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 25% dicount on the cable[/caption]','Heated floor cables','','inherit','open','open','','328-revision-5','','','2013-05-29 23:40:01','2013-05-29 23:40:01','',328,'http://www.ardentile.com/328-revision-5/',0,'revision','',0),(340,1,'2013-05-29 23:33:33','2013-05-29 23:33:33','<span style=\"color: #ffffff;\"><strong>ALL CABLES 25 % OFF</strong></span>','Heated Floor Cables','','inherit','open','open','','225-revision-20','','','2013-05-29 23:33:33','2013-05-29 23:33:33','',225,'http://www.ardentile.com/225-revision-20/',0,'revision','',0),(341,1,'2013-05-29 23:45:35','2013-05-29 23:45:35','','Heated Floor Cables','','inherit','open','open','','225-revision-21','','','2013-05-29 23:45:35','2013-05-29 23:45:35','',225,'http://www.ardentile.com/225-revision-21/',0,'revision','',0),(342,1,'2013-05-29 23:46:24','2013-05-29 23:46:24','','25% off reg. priced Heated Floor Cables','','inherit','open','open','','225-revision-22','','','2013-05-29 23:46:24','2013-05-29 23:46:24','',225,'http://www.ardentile.com/225-revision-22/',0,'revision','',0),(346,1,'2013-05-29 23:42:00','2013-05-29 23:42:00','[caption id=\"attachment_252\" align=\"aligncenter\" width=\"150\"]<a href=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1.jpg\"><img class=\"size-thumbnail wp-image-252\" alt=\"Mention the word Pitha and receive a 20% dicount on the cable\" src=\"http://www.ardentile.com/wp-content/uploads/2012/09/Heating-cable-pic1-150x108.jpg\" width=\"150\" height=\"108\" /></a> Mention the word Pitha and receive a 25% dicount on the cable[/caption]','25 % off Regular Price of Heated floor cables','','inherit','open','open','','328-revision-6','','','2013-05-29 23:42:00','2013-05-29 23:42:00','',328,'http://www.ardentile.com/328-revision-6/',0,'revision','',0),(347,1,'2013-05-31 21:23:19','2013-05-31 21:23:19','','25% off reg. priced Heated Floor Cables','','inherit','open','open','','225-revision-23','','','2013-05-31 21:23:19','2013-05-31 21:23:19','',225,'http://www.ardentile.com/225-revision-23/',0,'revision','',0),(356,4,'2012-08-28 07:06:06','2012-08-28 07:06:06','We offer a choice selection of tile, stone, mosaics and hardwood right in our Vernon British Columbia show room. Friendly and knowledgeable service and reliable installations give you peace of mind. Commitment to quality ensures results to please even the most discriminate buyer.\r\n\r\nArden Tile, family owned and operated, has been in Vernon, British Columbia since 1992. Specializing in unique tile, stone, and mosaic designs and installations. In 2007, Arden Tile became a subsidiary of JR Ceramics Inc., and partnered with Warm Surfaces to add a quality line of heating cables that provide a superior in-floor warmth solution.\r\n\r\nCombining 30 years of craftsmanship and values with a warm, friendly approach, we take the stress and confusion out of your project big or small. Arden Tile is committed to helping you make your dream environment a reality.','about arden tile','','inherit','open','open','','7-revision-11','','','2012-08-28 07:06:06','2012-08-28 07:06:06','',7,'http://www.ardentile.com/7-revision-11/',0,'revision','',0),(363,1,'2014-09-18 21:37:03','2014-09-18 21:37:03','12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price','FULL BODY ITALIAN PORCELAIN TILE','','inherit','open','open','','232-revision-v1','','','2014-09-18 21:37:03','2014-09-18 21:37:03','',232,'http://www.ardentile.com/232-revision-v1/',0,'revision','',0),(364,1,'2014-09-18 21:38:07','2014-09-18 21:38:07','12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price','3 FOR 1 ITALIAN PORCELAIN TILE','','inherit','open','open','','232-revision-v1','','','2014-09-18 21:38:07','2014-09-18 21:38:07','',232,'http://www.ardentile.com/232-revision-v1/',0,'revision','',0),(365,1,'2014-09-18 21:53:52','2014-09-18 21:53:52','12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price','3 FOR 1 ITALIAN PORCELAIN TILE. 12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price','','inherit','open','open','','232-revision-v1','','','2014-09-18 21:53:52','2014-09-18 21:53:52','',232,'http://www.ardentile.com/232-revision-v1/',0,'revision','',0),(366,1,'2014-09-18 21:54:55','2014-09-18 21:54:55','12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price','3 FOR 1 ITALIAN PORCELAIN TILE. ','','inherit','open','open','','232-autosave-v1','','','2014-09-18 21:54:55','2014-09-18 21:54:55','',232,'http://www.ardentile.com/232-autosave-v1/',0,'revision','',0),(367,1,'2014-09-18 21:55:38','2014-09-18 21:55:38','<strong>12X24 Full body Italian Tile Buy 3 pieces and pay for only 1 piece at regular price</strong>\r\n\r\n','3 FOR 1 ITALIAN PORCELAIN TILE. ','','inherit','open','open','','232-revision-v1','','','2014-09-18 21:55:38','2014-09-18 21:55:38','',232,'http://www.ardentile.com/232-revision-v1/',0,'revision','',0),(371,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IkdhbGxlcmllcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXSwibmFtZSI6ImdhbGxlcmllcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=','Galleries','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IkdhbGxlcmllcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXSwibmFtZSI6ImdhbGxlcmllcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=',0,'http://www.ardentile.com/?post_type=gal_display_source&p=371',0,'gal_display_source','',0),(372,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IkFsYnVtcyIsInJldHVybnMiOlsiZ2FsbGVyeSIsImFsYnVtIl0sImFsaWFzZXMiOlsiYWxidW0iXSwibmFtZSI6ImFsYnVtcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=','Albums','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IkFsYnVtcyIsInJldHVybnMiOlsiZ2FsbGVyeSIsImFsYnVtIl0sImFsaWFzZXMiOlsiYWxidW0iXSwibmFtZSI6ImFsYnVtcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=',0,'http://www.ardentile.com/?post_type=gal_display_source&p=372',0,'gal_display_source','',0),(373,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=','Tags','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=',0,'http://www.ardentile.com/?post_type=gal_display_source&p=373',0,'gal_display_source','',0),(374,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sImhhc192YXJpYXRpb25zIjp0cnVlLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsImlkX2ZpZWxkIjoiSUQiLCJ2YXJpYXRpb24iOjB9','Random Images','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sImhhc192YXJpYXRpb25zIjp0cnVlLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsImlkX2ZpZWxkIjoiSUQiLCJ2YXJpYXRpb24iOjB9',0,'http://www.ardentile.com/?post_type=gal_display_source&p=374',0,'gal_display_source','',0),(375,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiaWRfZmllbGQiOiJJRCIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowfQ==','Recent images','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiaWRfZmllbGQiOiJJRCIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowfQ==',0,'http://www.ardentile.com/?post_type=gal_display_source&p=375',0,'gal_display_source','',0),(376,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiaTE4biI6W10sInN0eWxlcyI6IiIsInNjcmlwdHMiOiIiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119','none','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiaTE4biI6W10sInN0eWxlcyI6IiIsInNjcmlwdHMiOiIiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119',0,'http://www.ardentile.com/?post_type=lightbox_library&p=376',0,'lightbox_library','',0),(377,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJpMThuIjpbXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xucGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=','lightbox','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJpMThuIjpbXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xucGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=',0,'http://www.ardentile.com/?post_type=lightbox_library&p=377',0,'lightbox_library','',0),(378,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOltdLCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbnBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119','fancybox','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOltdLCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbnBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119',0,'http://www.ardentile.com/?post_type=lightbox_library&p=378',0,'lightbox_library','',0),(379,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoiaGlnaHNsaWRlIiwidGl0bGUiOiJIaWdoc2xpZGUiLCJjb2RlIjoiY2xhc3M9XCJoaWdoc2xpZGVcIiBvbmNsaWNrPVwicmV0dXJuIGhzLmV4cGFuZCh0aGlzLCB7c2xpZGVzaG93R3JvdXA6ICclR0FMTEVSWV9OQU1FJSd9KTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9LCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLWZ1bGwucGFja2VkLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=','highslide','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoiaGlnaHNsaWRlIiwidGl0bGUiOiJIaWdoc2xpZGUiLCJjb2RlIjoiY2xhc3M9XCJoaWdoc2xpZGVcIiBvbmNsaWNrPVwicmV0dXJuIGhzLmV4cGFuZCh0aGlzLCB7c2xpZGVzaG93R3JvdXA6ICclR0FMTEVSWV9OQU1FJSd9KTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9LCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLWZ1bGwucGFja2VkLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=',0,'http://www.ardentile.com/?post_type=lightbox_library&p=379',0,'lightbox_library','',0),(380,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn0sInN0eWxlcyI6InBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlclwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyXC9zaHV0dGVyLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=','shutter','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn0sInN0eWxlcyI6InBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlclwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyXC9zaHV0dGVyLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=',0,'http://www.ardentile.com/?post_type=lightbox_library&p=380',0,'lightbox_library','',0),(381,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbnBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==','shutter2','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbnBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==',0,'http://www.ardentile.com/?post_type=lightbox_library&p=381',0,'lightbox_library','',0),(382,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifSwic3R5bGVzIjoid29yZHByZXNzI3RoaWNrYm94Iiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xud29yZHByZXNzI3RoaWNrYm94IiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==','thickbox','','draft','open','open','','','','','2015-01-18 05:23:16','0000-00-00 00:00:00','eyJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifSwic3R5bGVzIjoid29yZHByZXNzI3RoaWNrYm94Iiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xud29yZHByZXNzI3RoaWNrYm94IiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==',0,'http://www.ardentile.com/?post_type=lightbox_library&p=382',0,'lightbox_library','',0),(383,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiODg1IiwicG9zdF9pZCI6IjM4MyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19hbGJ1bVwvc3RhdGljXC9jb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNzkiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Compact Album','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiODg1IiwicG9zdF9pZCI6IjM4MyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19hbGJ1bVwvc3RhdGljXC9jb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNzkiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://www.ardentile.com/?post_type=display_type&p=383',0,'display_type','',0),(384,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiODk1IiwicG9zdF9pZCI6IjM4NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxNjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Extended Album','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiODk1IiwicG9zdF9pZCI6IjM4NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxNjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://www.ardentile.com/?post_type=display_type&p=384',0,'display_type','',0),(385,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTA1IiwicG9zdF9pZCI6IjM4NSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC43OSIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjE2MCwidGh1bWJuYWlsX2hlaWdodCI6OTAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Thumbnails','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTA1IiwicG9zdF9pZCI6IjM4NSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC43OSIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjE2MCwidGh1bWJuYWlsX2hlaWdodCI6OTAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://www.ardentile.com/?post_type=display_type&p=385',0,'display_type','',0),(386,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTE1IiwicG9zdF9pZCI6IjM4NiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNsaWRlc2hvdyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNzkiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6MzIwLCJnYWxsZXJ5X2hlaWdodCI6MjQwLCJ0aHVtYm5haWxfd2lkdGgiOjE2MCwidGh1bWJuYWlsX2hlaWdodCI6OTAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJzaG93X3RodW1ibmFpbF9saW5rIjoxLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic Slideshow','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTE1IiwicG9zdF9pZCI6IjM4NiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNsaWRlc2hvdyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNzkiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6MzIwLCJnYWxsZXJ5X2hlaWdodCI6MjQwLCJ0aHVtYm5haWxfd2lkdGgiOjE2MCwidGh1bWJuYWlsX2hlaWdodCI6OTAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJzaG93X3RodW1ibmFpbF9saW5rIjoxLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://www.ardentile.com/?post_type=display_type&p=386',0,'display_type','',0),(387,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTI1IiwicG9zdF9pZCI6IjM4NyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXJcL3N0YXRpY1wvcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic ImageBrowser','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTI1IiwicG9zdF9pZCI6IjM4NyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXJcL3N0YXRpY1wvcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://www.ardentile.com/?post_type=display_type&p=387',0,'display_type','',0),(388,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTM1IiwicG9zdF9pZCI6IjM4OCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNpbmdsZVBpYyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19zaW5nbGVwaWNcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOnRydWUsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic SinglePic','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTM1IiwicG9zdF9pZCI6IjM4OCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNpbmdsZVBpYyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19zaW5nbGVwaWNcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOnRydWUsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://www.ardentile.com/?post_type=display_type&p=388',0,'display_type','',0),(389,3,'2015-01-18 05:23:16','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTQ1IiwicG9zdF9pZCI6IjM4OSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic TagCloud','','draft','open','open','','','','','2015-03-24 19:01:48','2015-03-24 19:01:48','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTQ1IiwicG9zdF9pZCI6IjM4OSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjc5IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://www.ardentile.com/?post_type=display_type&p=389',0,'display_type','',0),(398,1,'2016-10-07 03:55:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-10-07 03:55:23','0000-00-00 00:00:00','',0,'http://0055c7c.netsolhost.com/?p=398',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(19,3,0),(20,3,0),(21,3,0),(22,3,0),(23,3,0),(24,3,0),(25,3,0),(55,6,1),(55,7,2),(55,8,3),(55,9,4),(55,10,5),(55,11,6),(55,12,7),(55,13,8),(55,14,9),(55,15,10),(55,16,11),(55,17,12),(55,18,13),(55,19,14),(55,20,15),(55,21,16),(55,22,17),(55,23,18),(55,24,19),(55,25,20),(55,26,21),(55,27,22),(55,28,23),(55,29,24),(55,30,25),(55,31,26),(55,32,27),(55,33,28),(55,34,29),(55,35,30),(55,36,31),(55,37,32),(55,38,33),(55,39,34),(55,40,35),(55,41,36),(66,6,1),(66,7,2),(66,8,3),(66,9,4),(66,10,5),(66,11,6),(66,12,7),(66,13,8),(66,14,9),(66,15,10),(66,16,11),(66,17,12),(66,18,13),(66,19,14),(66,20,15),(66,21,16),(66,22,17),(66,23,18),(66,24,19),(66,25,20),(66,26,21),(66,27,22),(66,28,23),(66,29,24),(66,30,25),(66,31,26),(66,32,27),(66,33,28),(66,34,29),(66,35,30),(66,36,31),(66,37,32),(66,38,33),(66,39,34),(66,40,35),(66,41,36),(225,4,0),(232,5,0),(246,1,0),(256,42,0),(257,42,0),(258,42,0),(259,42,0),(260,42,0),(261,42,0),(262,42,0),(263,42,0),(264,42,0),(265,42,0),(266,42,0),(328,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,7),(4,4,'category','',0,1),(5,5,'category','',0,1),(6,6,'ngg_tag','',0,2),(7,7,'ngg_tag','',0,2),(8,8,'ngg_tag','',0,2),(9,9,'ngg_tag','',0,2),(10,10,'ngg_tag','',0,2),(11,11,'ngg_tag','',0,2),(12,12,'ngg_tag','',0,2),(13,13,'ngg_tag','',0,2),(14,14,'ngg_tag','',0,2),(15,15,'ngg_tag','',0,2),(16,16,'ngg_tag','',0,2),(17,17,'ngg_tag','',0,2),(18,18,'ngg_tag','',0,2),(19,19,'ngg_tag','',0,2),(20,20,'ngg_tag','',0,2),(21,21,'ngg_tag','',0,2),(22,22,'ngg_tag','',0,2),(23,23,'ngg_tag','',0,2),(24,24,'ngg_tag','',0,2),(25,25,'ngg_tag','',0,2),(26,26,'ngg_tag','',0,2),(27,27,'ngg_tag','',0,2),(28,28,'ngg_tag','',0,2),(29,29,'ngg_tag','',0,2),(30,30,'ngg_tag','',0,2),(31,31,'ngg_tag','',0,2),(32,32,'ngg_tag','',0,2),(33,33,'ngg_tag','',0,2),(34,34,'ngg_tag','',0,2),(35,35,'ngg_tag','',0,2),(36,36,'ngg_tag','',0,2),(37,37,'ngg_tag','',0,2),(38,38,'ngg_tag','',0,2),(39,39,'ngg_tag','',0,2),(40,40,'ngg_tag','',0,2),(41,41,'ngg_tag','',0,2),(42,42,'post_tag','',0,11),(43,43,'post_format','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Main menu','main-menu',0),(4,'left','events',0),(5,'right','featured',0),(6,'kitchen','kitchen',0),(7,'interior','interior',0),(8,'modern','modern',0),(9,'design','design',0),(10,'counter','counter',0),(11,'top','top',0),(12,'countertop','countertop',0),(13,'ceramic','ceramic',0),(14,'cabinet','cabinet',0),(15,'cabinets','cabinets',0),(16,'contemporary','contemporary',0),(17,'home','home',0),(18,'house','house',0),(19,'tile','tile',0),(20,'tiles','tiles',0),(21,'decoration','decoration',0),(22,'renovation','renovation',0),(23,'steel','steel',0),(24,'metal','metal',0),(25,'faucet','faucet',0),(26,'sink','sink',0),(27,'silver','silver',0),(28,'stainless','stainless',0),(29,'martini','martini',0),(30,'glass','glass',0),(31,'glasses','glasses',0),(32,'tray','tray',0),(33,'shake','shake',0),(34,'shaken','shaken',0),(35,'shaker','shaker',0),(36,'granite','granite',0),(37,'potlight','potlight',0),(38,'potlights','potlights',0),(39,'light','light',0),(40,'lights','lights',0),(41,'luxury','luxury',0),(42,'abc','abc',0),(43,'post-format-image','post-format-image',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_testimonialswidget` -- DROP TABLE IF EXISTS `wp_testimonialswidget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_testimonialswidget` ( `testimonial_id` mediumint(9) NOT NULL AUTO_INCREMENT, `testimonial` text, `author` varchar(255) DEFAULT NULL, `source` varchar(255) DEFAULT NULL, `tags` varchar(255) DEFAULT NULL, `public` enum('yes','no') NOT NULL DEFAULT 'yes', `time_added` datetime NOT NULL, `time_updated` datetime DEFAULT NULL, PRIMARY KEY (`testimonial_id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_testimonialswidget` -- LOCK TABLES `wp_testimonialswidget` WRITE; /*!40000 ALTER TABLE `wp_testimonialswidget` DISABLE KEYS */; INSERT INTO `wp_testimonialswidget` VALUES (1,'Everything about our tiling project is fantastic. The assistance my wife and I received when selecting the tile for our basement , kitchen and foyer was well above the “standard”. Your design ideas worked so well for our areas!! And I am telling all my friends and acquaintances: the selection you offer has something for every taste and budget. Yours is a place where high quality, professionalism and affordable pricing meet. Thanks again for all you’ve done for us!','R. C., Kelowna, BC, 2011','abc','abc','yes','2012-07-27 10:42:33','2012-07-27 10:45:41'),(2,'Thanks very much for everything. We love the tile (and grout). You did a very professional job. Please have dinner on us! Thanks again.','J & D F., Vernon 2008','abc','abc','yes','2012-07-27 10:42:44','2012-07-27 10:46:09'),(3,'Thank you all at Arden Tile for going above and beyond to help us find the right tile. Our new bathroom looks marvelous, especially the new shower!','L & T J., Sicamous 2011','abc','abc','yes','2012-07-27 10:46:33',NULL),(4,'Thanks for all the hard work in making our dream kitchen a reality. Your workmanship stands above the crowd!!','M. L., Enderby 2010','abc','abc','yes','2012-07-27 10:50:51',NULL),(5,'Hi Josepha. Thank you for all your help and patience while deciding what tile I could choose (and afford)! You are a very special lady with an incredible eye for design.','J.P., Salmon Arm 2012','abc','abc','yes','2012-07-27 10:51:04',NULL),(6,'Hi everyone at Arden. Just a note to express my very sincere gratitude for delivering such a beautiful job in my kitchen. It looks gorgeous.','L. M., Vernon, 2010','abc','abc','yes','2012-07-27 10:51:25',NULL),(7,'Thanks you so much for your help in selecting our tiles! It turned out to be such a painless process, from selecting the tile to the installation. It was great. It is a pleasure to know people like you!','P & R. R., Vernon, 2009','abc','abc','yes','2012-07-27 10:51:40',NULL),(8,'Thanks guys for all the help and advice. It was a fun experience to say the least and our basement looks great!!','P & J. B., Armstrong, 2011','abc','abc','yes','2012-07-27 10:52:09',NULL),(9,'A most sincere thanks for all your help, suggestions, professionalism and friendship. I love the work you guys did! Very professional!!','B.R. Grindrod, 2010','abc','abc','yes','2012-07-27 10:52:26',NULL),(10,'P.S. I wanted to tell you that both my husband and I were very impressed with your workmanship. The small washroom layout was exceptional, and the living room looks gorgeous. It is wonderfully centered with the fireplace. The shower is to die for-it needs to be in a decorators magazine. We are both very very pleased with what you have done. Thanks so much.','A. & B. W., Salmon Arm , 2011','abc','abc','yes','2012-07-27 10:52:38',NULL),(11,'Rob and Jose: we really wish to thank you for making the tile part of our renovation such a fun and relaxing experience. The ambiance in your showroom, the selection and the wonderful expertise and help we received were truly a class act! I would recommend you to everyone who is in the market for tile!!!','P. L., Armstrong, 2011','abc','abc','yes','2012-07-27 10:53:06',NULL); /*!40000 ALTER TABLE `wp_testimonialswidget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','Rob & Josepha'),(2,1,'last_name','Krygsman'),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,ngg-image_resize_pointer,wp350_media,wp360_revisions,wp390_widgets'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','398'),(15,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";}'),(16,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(17,1,'nav_menu_recently_edited','3'),(18,1,'closedpostboxes_toplevel_page_featured-articles-lite','a:0:{}'),(19,1,'metaboxhidden_toplevel_page_featured-articles-lite','a:0:{}'),(20,1,'ngg_show_update_notice1.9.5','-1'),(21,1,'wp_user-settings','imgsize=thumbnail&editor=html&hidetb=1&align=left&ngg_upload_resize=1&ngg_show_update_notice196=1&libraryContent=browse'),(22,1,'wp_user-settings-time','1386181106'),(23,1,'closedpostboxes_ngg-manage-gallery','a:1:{i:0;s:10:\"gallerydiv\";}'),(24,1,'metaboxhidden_ngg-manage-gallery','a:0:{}'),(37,1,'aim',''),(38,1,'yim',''),(39,1,'jabber',''),(43,1,'closedpostboxes_dashboard','a:0:{}'),(44,1,'metaboxhidden_dashboard','a:0:{}'),(45,1,'closedpostboxes_page','a:0:{}'),(46,1,'metaboxhidden_page','a:6:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";}'),(47,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:62:\"dashboard_right_now,dashboard_incoming_links,dashboard_plugins\";s:4:\"side\";s:37:\"dashboard_primary,dashboard_secondary\";s:7:\"column3\";s:71:\"dashboard_quick_press,dashboard_recent_drafts,dashboard_recent_comments\";s:7:\"column4\";s:0:\"\";}'),(48,1,'screen_layout_dashboard','3'),(49,1,'closedpostboxes_toplevel_page_wpcf7','a:0:{}'),(50,1,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'),(51,1,'closedpostboxes_post','a:0:{}'),(52,1,'metaboxhidden_post','a:8:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:12:\"revisionsdiv\";}'),(53,3,'first_name','Allan'),(54,3,'last_name','Holbrook'),(55,3,'nickname','allanho'),(56,3,'description',''),(57,3,'rich_editing','true'),(58,3,'comment_shortcuts','false'),(59,3,'admin_color','fresh'),(60,3,'use_ssl','0'),(61,3,'show_admin_bar_front','true'),(62,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(63,3,'wp_user_level','10'),(64,3,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp390_widgets'),(65,3,'wp_dashboard_quick_press_last_post_id','395'),(66,4,'first_name','Emily'),(67,4,'last_name','Nguyen'),(68,4,'nickname','emily'),(69,4,'description',''),(70,4,'rich_editing','true'),(71,4,'comment_shortcuts','false'),(72,4,'admin_color','fresh'),(73,4,'use_ssl','0'),(74,4,'show_admin_bar_front','true'),(75,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(76,4,'wp_user_level','10'),(77,4,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),(78,4,'wp_dashboard_quick_press_last_post_id','392'),(80,3,'session_tokens','a:2:{s:64:\"0e1c89db68860032462aba0810c1e32a00b023d9e13c8cd24e5b52d7b22aed87\";a:4:{s:10:\"expiration\";i:1443674163;s:2:\"ip\";s:15:\"206.116.171.149\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0\";s:5:\"login\";i:1443501363;}s:64:\"12de45af02e32aaf649486aeb94297c005df3542ff4324e950f1b17e180e6a2b\";a:4:{s:10:\"expiration\";i:1444710965;s:2:\"ip\";s:15:\"206.116.171.149\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0\";s:5:\"login\";i:1443501365;}}'),(81,1,'session_tokens','a:2:{s:64:\"ecce09202e40628942fe47bfe305061aa2d2e5e4b7b299521cf954afa0c00d2a\";a:4:{s:10:\"expiration\";i:1475985319;s:2:\"ip\";s:12:\"50.92.52.218\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0\";s:5:\"login\";i:1475812519;}s:64:\"57e499ef05497b61f96066ddf53fb5df0e9785d25b9a4cbbe7e76f4c2b5da4e6\";a:4:{s:10:\"expiration\";i:1475987266;s:2:\"ip\";s:12:\"50.92.52.218\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0\";s:5:\"login\";i:1475814466;}}'),(82,4,'aim',''),(83,4,'yim',''),(84,4,'jabber',''),(85,3,'closedpostboxes_page','a:0:{}'),(86,3,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(87,3,'nav_menu_recently_edited','3'),(88,3,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(89,3,'metaboxhidden_nav-menus','a:4:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:11:\"add-ngg_tag\";}'),(90,4,'session_tokens','a:1:{s:64:\"e87a2a7cf25c4bbfda03b7bbe5cf2a0977a498203290a3e8155a3c389e7b7668\";a:4:{s:10:\"expiration\";i:1427502352;s:2:\"ip\";s:15:\"108.180.185.132\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0\";s:5:\"login\";i:1427329552;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$B7j/wcUjQO3328jNQ/J7tPFsay2d2d0','admin','xnomax@gmail.com','','2012-07-24 01:26:20','',0,'Josepha Krygsman'),(3,'allanho','$P$ByKfQFKKw3nVX2MlJ.LkT5.sBLWUbI/','allanho','allan.holbrook@servillian.ca','','2013-09-18 18:37:03','wKjXzOhxGF4lwd3ohbU5',0,'Allan Holbrook'),(4,'emily','$P$BfBJVphViwgN1cXmT6KEgjFALhvLew0','emily','emily@arrowhitech.com','','2014-02-24 07:08:23','',0,'Emily Nguyen'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wponlinebackup_activity_log` -- DROP TABLE IF EXISTS `wp_wponlinebackup_activity_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wponlinebackup_activity_log` ( `activity_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned DEFAULT NULL, `comp` tinyint(2) NOT NULL, `type` tinyint(1) NOT NULL, `media` tinyint(1) NOT NULL, `encrypted` tinyint(1) NOT NULL, `compressed` tinyint(1) NOT NULL, `errors` int(10) unsigned NOT NULL, `warnings` int(10) unsigned NOT NULL, `bsize` bigint(20) unsigned NOT NULL, `bcount` int(10) unsigned NOT NULL, `rsize` bigint(20) unsigned NOT NULL, `rcount` int(10) unsigned NOT NULL, PRIMARY KEY (`activity_id`), KEY `start` (`start`), KEY `end` (`end`) ) ENGINE=InnoDB AUTO_INCREMENT=140 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wponlinebackup_activity_log` -- LOCK TABLES `wp_wponlinebackup_activity_log` WRITE; /*!40000 ALTER TABLE `wp_wponlinebackup_activity_log` DISABLE KEYS */; INSERT INTO `wp_wponlinebackup_activity_log` VALUES (114,1417492477,1417492478,4,1,3,0,0,0,0,0,0,0,0),(115,1417910651,1417910652,4,1,3,0,0,0,0,0,0,0,0),(116,1418516043,1418516044,4,1,3,0,0,0,0,0,0,0,0),(117,1419120196,1419120198,4,1,3,0,0,0,0,0,0,0,0),(118,1419726333,1419726334,4,1,3,0,0,0,0,0,0,0,0),(119,1420330678,1420330680,4,1,3,0,0,0,0,0,0,0,0),(120,1420934503,1420934504,4,1,3,0,0,0,0,0,0,0,0),(121,1421542285,1421542286,4,1,3,0,0,0,0,0,0,0,0),(122,1422144113,1422144114,4,1,3,0,0,0,0,0,0,0,0),(123,1422748916,1422748917,4,1,3,0,0,0,0,0,0,0,0),(124,1423353610,1423353612,4,1,3,0,0,0,0,0,0,0,0),(125,1423959327,1423959329,4,1,3,0,0,0,0,0,0,0,0),(126,1424563282,1424563284,4,1,3,0,0,0,0,0,0,0,0),(127,1425169581,1425169582,4,1,3,0,0,0,0,0,0,0,0),(128,1425773563,1425773564,4,1,3,0,0,0,0,0,0,0,0),(129,1426378736,1426378738,4,1,3,0,0,0,0,0,0,0,0),(130,1426982456,1426982457,4,1,3,0,0,0,0,0,0,0,0),(131,1427587237,1427587238,4,1,3,0,0,0,0,0,0,0,0),(132,1428192089,1428192091,4,1,3,0,0,0,0,0,0,0,0),(133,1428796913,1428796915,4,1,3,0,0,0,0,0,0,0,0),(134,1429402028,1429402030,4,1,3,0,0,0,0,0,0,0,0),(135,1430007505,1430007506,4,1,3,0,0,0,0,0,0,0,0),(136,1430612809,1430612811,4,1,3,0,0,0,0,0,0,0,0),(137,1431217722,1431217723,4,1,3,0,0,0,0,0,0,0,0),(138,1431822070,1431822071,4,1,3,0,0,0,0,0,0,0,0),(139,1432425728,1432425729,4,1,3,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `wp_wponlinebackup_activity_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wponlinebackup_event_log` -- DROP TABLE IF EXISTS `wp_wponlinebackup_event_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wponlinebackup_event_log` ( `event_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `activity_id` int(10) unsigned NOT NULL, `time` int(10) unsigned NOT NULL, `type` tinyint(1) unsigned NOT NULL, `event` text NOT NULL, PRIMARY KEY (`event_id`), KEY `activity_id` (`activity_id`) ) ENGINE=InnoDB AUTO_INCREMENT=1383 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wponlinebackup_event_log` -- LOCK TABLES `wp_wponlinebackup_event_log` WRITE; /*!40000 ALTER TABLE `wp_wponlinebackup_event_log` DISABLE KEYS */; INSERT INTO `wp_wponlinebackup_event_log` VALUES (1227,114,1417492477,0,'Backup starting...'),(1228,114,1417492477,0,'Initialisation completed.'),(1229,114,1417492478,0,'Ignoring comments in the trash.'),(1230,114,1417492478,0,'Ignoring comments that are marked as spam.'),(1231,114,1417492478,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1232,114,1417492478,2,'The backup failed: A filesystem operation failed.'),(1233,115,1417910651,0,'Backup starting...'),(1234,115,1417910651,0,'Initialisation completed.'),(1235,115,1417910652,0,'Ignoring comments in the trash.'),(1236,115,1417910652,0,'Ignoring comments that are marked as spam.'),(1237,115,1417910652,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1238,115,1417910652,2,'The backup failed: A filesystem operation failed.'),(1239,116,1418516043,0,'Backup starting...'),(1240,116,1418516043,0,'Initialisation completed.'),(1241,116,1418516044,0,'Ignoring comments in the trash.'),(1242,116,1418516044,0,'Ignoring comments that are marked as spam.'),(1243,116,1418516044,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1244,116,1418516044,2,'The backup failed: A filesystem operation failed.'),(1245,117,1419120196,0,'Backup starting...'),(1246,117,1419120197,0,'Initialisation completed.'),(1247,117,1419120198,0,'Ignoring comments in the trash.'),(1248,117,1419120198,0,'Ignoring comments that are marked as spam.'),(1249,117,1419120198,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1250,117,1419120198,2,'The backup failed: A filesystem operation failed.'),(1251,118,1419726333,0,'Backup starting...'),(1252,118,1419726333,0,'Initialisation completed.'),(1253,118,1419726334,0,'Ignoring comments in the trash.'),(1254,118,1419726334,0,'Ignoring comments that are marked as spam.'),(1255,118,1419726334,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1256,118,1419726334,2,'The backup failed: A filesystem operation failed.'),(1257,119,1420330678,0,'Backup starting...'),(1258,119,1420330679,0,'Initialisation completed.'),(1259,119,1420330680,0,'Ignoring comments in the trash.'),(1260,119,1420330680,0,'Ignoring comments that are marked as spam.'),(1261,119,1420330680,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1262,119,1420330680,2,'The backup failed: A filesystem operation failed.'),(1263,120,1420934503,0,'Backup starting...'),(1264,120,1420934503,0,'Initialisation completed.'),(1265,120,1420934504,0,'Ignoring comments in the trash.'),(1266,120,1420934504,0,'Ignoring comments that are marked as spam.'),(1267,120,1420934504,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1268,120,1420934504,2,'The backup failed: A filesystem operation failed.'),(1269,121,1421542285,0,'Backup starting...'),(1270,121,1421542285,0,'Initialisation completed.'),(1271,121,1421542286,0,'Ignoring comments in the trash.'),(1272,121,1421542286,0,'Ignoring comments that are marked as spam.'),(1273,121,1421542286,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 346(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1274,121,1421542286,2,'The backup failed: A filesystem operation failed.'),(1275,122,1422144113,0,'Scheduled backup starting...'),(1276,122,1422144113,0,'Ignoring comments in the trash.'),(1277,122,1422144113,0,'Ignoring comments that are marked as spam.'),(1278,122,1422144114,0,'Initialisation completed.'),(1279,122,1422144114,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1280,122,1422144114,2,'The activity failed: A filesystem operation failed.'),(1281,123,1422748916,0,'Scheduled backup starting...'),(1282,123,1422748916,0,'Ignoring comments in the trash.'),(1283,123,1422748916,0,'Ignoring comments that are marked as spam.'),(1284,123,1422748916,0,'Initialisation completed.'),(1285,123,1422748917,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1286,123,1422748917,2,'The activity failed: A filesystem operation failed.'),(1287,124,1423353610,0,'Scheduled backup starting...'),(1288,124,1423353611,0,'Ignoring comments in the trash.'),(1289,124,1423353611,0,'Ignoring comments that are marked as spam.'),(1290,124,1423353611,0,'Initialisation completed.'),(1291,124,1423353612,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1292,124,1423353612,2,'The activity failed: A filesystem operation failed.'),(1293,125,1423959327,0,'Scheduled backup starting...'),(1294,125,1423959328,0,'Ignoring comments in the trash.'),(1295,125,1423959328,0,'Ignoring comments that are marked as spam.'),(1296,125,1423959328,0,'Initialisation completed.'),(1297,125,1423959329,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1298,125,1423959329,2,'The activity failed: A filesystem operation failed.'),(1299,126,1424563282,0,'Scheduled backup starting...'),(1300,126,1424563282,0,'Ignoring comments in the trash.'),(1301,126,1424563282,0,'Ignoring comments that are marked as spam.'),(1302,126,1424563282,0,'Initialisation completed.'),(1303,126,1424563284,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1304,126,1424563284,2,'The activity failed: A filesystem operation failed.'),(1305,127,1425169581,0,'Scheduled backup starting...'),(1306,127,1425169581,0,'Ignoring comments in the trash.'),(1307,127,1425169581,0,'Ignoring comments that are marked as spam.'),(1308,127,1425169581,0,'Initialisation completed.'),(1309,127,1425169582,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1310,127,1425169582,2,'The activity failed: A filesystem operation failed.'),(1311,128,1425773563,0,'Scheduled backup starting...'),(1312,128,1425773563,0,'Ignoring comments in the trash.'),(1313,128,1425773563,0,'Ignoring comments that are marked as spam.'),(1314,128,1425773563,0,'Initialisation completed.'),(1315,128,1425773564,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1316,128,1425773564,2,'The activity failed: A filesystem operation failed.'),(1317,129,1426378736,0,'Scheduled backup starting...'),(1318,129,1426378736,0,'Ignoring comments in the trash.'),(1319,129,1426378736,0,'Ignoring comments that are marked as spam.'),(1320,129,1426378736,0,'Initialisation completed.'),(1321,129,1426378738,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1322,129,1426378738,2,'The activity failed: A filesystem operation failed.'),(1323,130,1426982456,0,'Scheduled backup starting...'),(1324,130,1426982456,0,'Ignoring comments in the trash.'),(1325,130,1426982456,0,'Ignoring comments that are marked as spam.'),(1326,130,1426982456,0,'Initialisation completed.'),(1327,130,1426982457,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1328,130,1426982457,2,'The activity failed: A filesystem operation failed.'),(1329,131,1427587237,0,'Scheduled backup starting...'),(1330,131,1427587237,0,'Ignoring comments in the trash.'),(1331,131,1427587237,0,'Ignoring comments that are marked as spam.'),(1332,131,1427587237,0,'Initialisation completed.'),(1333,131,1427587238,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1334,131,1427587238,2,'The activity failed: A filesystem operation failed.'),(1335,132,1428192089,0,'Scheduled backup starting...'),(1336,132,1428192089,0,'Ignoring comments in the trash.'),(1337,132,1428192089,0,'Ignoring comments that are marked as spam.'),(1338,132,1428192089,0,'Initialisation completed.'),(1339,132,1428192091,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1340,132,1428192091,2,'The activity failed: A filesystem operation failed.'),(1341,133,1428796913,0,'Scheduled backup starting...'),(1342,133,1428796914,0,'Ignoring comments in the trash.'),(1343,133,1428796914,0,'Ignoring comments that are marked as spam.'),(1344,133,1428796914,0,'Initialisation completed.'),(1345,133,1428796915,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1346,133,1428796915,2,'The activity failed: A filesystem operation failed.'),(1347,134,1429402028,0,'Scheduled backup starting...'),(1348,134,1429402028,0,'Ignoring comments in the trash.'),(1349,134,1429402028,0,'Ignoring comments that are marked as spam.'),(1350,134,1429402028,0,'Initialisation completed.'),(1351,134,1429402030,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1352,134,1429402030,2,'The activity failed: A filesystem operation failed.'),(1353,135,1430007505,0,'Scheduled backup starting...'),(1354,135,1430007505,0,'Ignoring comments in the trash.'),(1355,135,1430007505,0,'Ignoring comments that are marked as spam.'),(1356,135,1430007505,0,'Initialisation completed.'),(1357,135,1430007506,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1358,135,1430007506,2,'The activity failed: A filesystem operation failed.'),(1359,136,1430612809,0,'Scheduled backup starting...'),(1360,136,1430612809,0,'Ignoring comments in the trash.'),(1361,136,1430612809,0,'Ignoring comments that are marked as spam.'),(1362,136,1430612809,0,'Initialisation completed.'),(1363,136,1430612811,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1364,136,1430612811,2,'The activity failed: A filesystem operation failed.'),(1365,137,1431217722,0,'Scheduled backup starting...'),(1366,137,1431217722,0,'Ignoring comments in the trash.'),(1367,137,1431217722,0,'Ignoring comments that are marked as spam.'),(1368,137,1431217722,0,'Initialisation completed.'),(1369,137,1431217723,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1370,137,1431217723,2,'The activity failed: A filesystem operation failed.'),(1371,138,1431822070,0,'Scheduled backup starting...'),(1372,138,1431822070,0,'Ignoring comments in the trash.'),(1373,138,1431822070,0,'Ignoring comments that are marked as spam.'),(1374,138,1431822070,0,'Initialisation completed.'),(1375,138,1431822071,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1376,138,1431822071,2,'The activity failed: A filesystem operation failed.'),(1377,139,1432425728,0,'Scheduled backup starting...'),(1378,139,1432425728,0,'Ignoring comments in the trash.'),(1379,139,1432425728,0,'Ignoring comments that are marked as spam.'),(1380,139,1432425728,0,'Initialisation completed.'),(1381,139,1432425729,2,'A filesystem operation failed while processing \'Database/OBFW_Database.sql\' for backup.\nIf the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:\n\nFailed at: 430(/home/wwwarden/public_html/wp-content/plugins/wponlinebackup/include/tables.php)\nThe selected encryption type is no longer available on the server. The server configuration must have changed since encryption was configured. Please change the encryption details and run the backup again. If this was an online backup you may need to contact your host about this as your encryption details cannot be changed.'),(1382,139,1432425729,2,'The activity failed: A filesystem operation failed.'); /*!40000 ALTER TABLE `wp_wponlinebackup_event_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wponlinebackup_generations` -- DROP TABLE IF EXISTS `wp_wponlinebackup_generations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wponlinebackup_generations` ( `bin` int(10) unsigned NOT NULL, `item_id` int(10) unsigned NOT NULL, `backup_time` int(10) unsigned NOT NULL, `deleted_time` int(10) unsigned DEFAULT NULL, `file_size` int(10) unsigned DEFAULT NULL, `stored_size` int(10) unsigned DEFAULT NULL, `mod_time` int(10) unsigned DEFAULT NULL, `new_deleted_time` int(10) unsigned DEFAULT NULL, `commit` smallint(1) unsigned NOT NULL, PRIMARY KEY (`bin`,`item_id`,`backup_time`), KEY `commit` (`commit`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wponlinebackup_generations` -- LOCK TABLES `wp_wponlinebackup_generations` WRITE; /*!40000 ALTER TABLE `wp_wponlinebackup_generations` DISABLE KEYS */; INSERT INTO `wp_wponlinebackup_generations` VALUES (1,1,1349570181,NULL,1041605,NULL,1349570181,NULL,0),(1,1,1350173567,NULL,1009972,NULL,1350173567,NULL,0),(1,1,1350779275,NULL,1141992,NULL,1350779275,NULL,0),(1,1,1351383416,NULL,1153940,NULL,1351383416,NULL,0),(1,1,1351992848,NULL,1144151,NULL,1351992848,NULL,0),(1,1,1352592384,NULL,1144690,NULL,1352592384,NULL,0),(1,1,1353803802,NULL,1144592,NULL,1353803802,NULL,0),(1,1,1354407221,NULL,1145649,NULL,1354407221,NULL,0),(1,1,1355014297,NULL,1145649,NULL,1355014297,NULL,0),(1,1,1356827777,NULL,1178791,NULL,1356827777,NULL,0),(1,1,1358036075,NULL,1178224,NULL,1358036075,NULL,0),(1,1,1358984755,NULL,1178001,NULL,1358984755,NULL,0),(1,1,1359247993,NULL,1178758,NULL,1359247993,NULL,0),(1,1,1359849650,NULL,1178758,NULL,1359849650,NULL,0),(1,1,1360456535,NULL,1189662,NULL,1360456535,NULL,0),(1,1,1361062367,NULL,1190072,NULL,1361062367,NULL,0),(1,1,1361664652,NULL,1190512,NULL,1361664652,NULL,0),(1,1,1362874686,NULL,1190850,NULL,1362874686,NULL,0),(1,1,1363479689,NULL,1190850,NULL,1363479689,NULL,0),(1,1,1364086965,NULL,1149897,NULL,1364086965,NULL,0),(1,1,1365294084,NULL,1180353,NULL,1365294084,NULL,0),(1,1,1365898500,NULL,1198484,NULL,1365898500,NULL,0),(1,1,1367107780,NULL,1206941,NULL,1367107780,NULL,0),(1,1,1367713330,NULL,1303696,NULL,1367713330,NULL,0),(1,1,1368922037,NULL,1268338,NULL,1368922037,NULL,0),(1,1,1369528183,NULL,1269444,NULL,1369528183,NULL,0),(1,1,1370132205,NULL,1253183,NULL,1370132205,NULL,0),(1,1,1370737172,NULL,1254183,NULL,1370737172,NULL,0),(1,1,1371340961,NULL,1272797,NULL,1371340961,NULL,0),(1,1,1371946829,NULL,1272234,NULL,1371946829,NULL,0),(1,1,1372551823,NULL,1273237,NULL,1372551823,NULL,0),(1,1,1373155730,NULL,1272994,NULL,1373155730,NULL,0),(1,1,1373760602,NULL,1254347,NULL,1373760602,NULL,0),(1,1,1374368305,NULL,1254820,NULL,1374368305,NULL,0),(1,1,1374970319,NULL,1254820,NULL,1374970319,NULL,0),(1,1,1375575496,NULL,1254061,NULL,1375575496,NULL,0),(1,1,1376179565,NULL,1254439,NULL,1376179565,NULL,0),(1,1,1376784288,NULL,1254855,NULL,1376784288,NULL,0),(1,1,1377391866,NULL,1254952,NULL,1377391866,NULL,0),(1,1,1377994577,NULL,1254265,NULL,1377994577,NULL,0),(1,1,1378601918,NULL,1254952,NULL,1378601918,NULL,0),(1,1,1379203216,NULL,1306200,NULL,1379203216,NULL,0),(1,1,1379808931,NULL,1305051,NULL,1379808931,NULL,0),(1,1,1380413601,NULL,1304150,NULL,1380413601,NULL,0),(1,1,1381017911,NULL,1304837,NULL,1381017911,NULL,0),(1,1,1381622999,NULL,1304053,NULL,1381622999,NULL,0),(1,1,1382229467,NULL,1304740,NULL,1382229467,NULL,0),(1,1,1382834528,NULL,1304043,NULL,1382834528,NULL,0),(1,1,1383437784,NULL,1304740,NULL,1383437784,NULL,0),(1,1,1384042597,NULL,1304053,NULL,1384042597,NULL,0),(1,1,1384648944,NULL,1304053,NULL,1384648944,NULL,0),(1,1,1385254179,NULL,1280034,NULL,1385254179,NULL,0),(1,1,1385856193,NULL,1279606,NULL,1385856193,NULL,0),(1,1,1386461044,NULL,1225863,NULL,1386461044,NULL,0),(1,1,1387065912,NULL,1225109,NULL,1387065912,NULL,0),(1,1,1387670616,NULL,1289460,NULL,1387670616,NULL,0),(1,1,1388277129,NULL,1288559,NULL,1388277129,NULL,0),(1,1,1388880284,NULL,1289246,NULL,1388880284,NULL,0),(1,1,1389485810,NULL,1290851,NULL,1389485810,NULL,0),(1,1,1390089943,NULL,1290851,NULL,1390089943,NULL,0),(1,1,1390695255,NULL,1290647,NULL,1390695255,NULL,0),(1,1,1391300382,NULL,1289960,NULL,1391300382,NULL,0),(1,1,1391904908,NULL,1289960,NULL,1391904908,NULL,0),(1,1,1392510593,NULL,1289960,NULL,1392510593,NULL,0),(1,1,1393113834,NULL,1290647,NULL,1393113834,NULL,0),(1,1,1393719824,NULL,1298663,NULL,1393719824,NULL,0),(1,1,1394928503,NULL,1291203,NULL,1394928503,NULL,0),(1,1,1395532815,NULL,1290989,NULL,1395532815,NULL,0),(1,1,1396137948,NULL,1290989,NULL,1396137948,NULL,0),(1,1,1396742614,NULL,1292094,NULL,1396742614,NULL,0),(1,1,1397347284,NULL,1292094,NULL,1397347284,NULL,0),(1,1,1397952397,NULL,1291973,NULL,1397952397,NULL,0),(1,1,1398557841,NULL,1291286,NULL,1398557841,NULL,0),(1,1,1399162467,NULL,1291973,NULL,1399162467,NULL,0),(1,1,1399766494,NULL,1292090,NULL,1399766494,NULL,0),(1,1,1400372099,NULL,1292090,NULL,1400372099,NULL,0),(2,1,1394928503,NULL,NULL,NULL,NULL,NULL,0),(2,2,1349038609,NULL,786,NULL,1338247966,NULL,0),(2,3,1360456535,NULL,2718,NULL,1360093319,NULL,0),(2,4,1364086965,NULL,236,NULL,1363907126,NULL,0),(2,4,1376784288,NULL,390,NULL,1376514016,NULL,0),(2,5,1360456535,NULL,3522,NULL,1360093319,NULL,0),(2,6,1349038609,NULL,1354,NULL,1343092867,NULL,0),(2,7,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,8,1360456535,NULL,10197,NULL,1360093320,NULL,0),(2,9,1360456535,NULL,5820,NULL,1360093320,NULL,0),(2,10,1360456535,NULL,207,NULL,1360093320,NULL,0),(2,11,1360456535,NULL,6961,NULL,1360093320,NULL,0),(2,12,1360456535,NULL,27739,NULL,1360093320,NULL,0),(2,13,1360456535,NULL,3391,NULL,1360093320,NULL,0),(2,14,1360456535,NULL,6611,NULL,1360093320,NULL,0),(2,15,1360456535,NULL,12734,NULL,1360093320,NULL,0),(2,16,1360456535,NULL,590,NULL,1360093320,NULL,0),(2,17,1360456535,NULL,15548,NULL,1360093320,NULL,0),(2,18,1360456535,NULL,25852,NULL,1360093320,NULL,0),(2,19,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,20,1360456535,NULL,5172,NULL,1360093320,NULL,0),(2,21,1360456535,NULL,207,NULL,1360093320,NULL,0),(2,22,1360456535,NULL,14657,NULL,1360093320,NULL,0),(2,23,1360456535,NULL,5207,NULL,1360093320,NULL,0),(2,24,1360456535,NULL,4486,NULL,1360093320,NULL,0),(2,25,1360456535,NULL,9550,NULL,1360093320,NULL,0),(2,26,1360456535,NULL,13128,NULL,1360093320,NULL,0),(2,27,1349038609,1360456535,2745,NULL,1343617645,NULL,0),(2,28,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,29,1360456535,NULL,1850,NULL,1360093320,NULL,0),(2,30,1349038609,1360456535,9641,NULL,1343617645,NULL,0),(2,31,1360456535,NULL,3366,NULL,1360093320,NULL,0),(2,32,1349038609,NULL,1855,NULL,1343617645,NULL,0),(2,33,1349038609,1360456535,3019,NULL,1343617645,NULL,0),(2,34,1349038609,1360456535,4600,NULL,1343617645,NULL,0),(2,35,1349038609,1360456535,1008,NULL,1343617645,NULL,0),(2,36,1360456535,NULL,11768,NULL,1360093320,NULL,0),(2,37,1349570181,1360456535,19536,NULL,1349038798,NULL,0),(2,38,1349038609,1360456535,2493,NULL,1343617645,NULL,0),(2,39,1360456535,NULL,978,NULL,1360093320,NULL,0),(2,40,1360456535,NULL,581,NULL,1360093320,NULL,0),(2,41,1349038609,1360456535,29827,NULL,1343617645,NULL,0),(2,42,1349038609,1360456535,1427,NULL,1343617645,NULL,0),(2,43,1349038609,1360456535,5225,NULL,1343617645,NULL,0),(2,44,1349038609,1360456535,6231,NULL,1343617645,NULL,0),(2,45,1349038609,1360456535,679,NULL,1343617645,NULL,0),(2,46,1360456535,NULL,9034,NULL,1360093320,NULL,0),(2,47,1349038609,1360456535,9088,NULL,1343617645,NULL,0),(2,48,1360456535,NULL,17503,NULL,1360093320,NULL,0),(2,49,1360456535,NULL,8168,NULL,1360093320,NULL,0),(2,50,1349038609,1360456535,17396,NULL,1343617645,NULL,0),(2,51,1349570181,NULL,1675,NULL,1349038798,NULL,0),(2,51,1360456535,NULL,2166,NULL,1360093320,NULL,0),(2,52,1349038609,1360456535,2835,NULL,1343617645,NULL,0),(2,53,1349570181,NULL,13494,NULL,1349038798,NULL,0),(2,53,1360456535,NULL,23216,NULL,1360093320,NULL,0),(2,54,1349038609,1360456535,2246,NULL,1343617645,NULL,0),(2,55,1360456535,NULL,8195,NULL,1360093320,NULL,0),(2,56,1349038609,1360456535,872,NULL,1343617645,NULL,0),(2,57,1360456535,NULL,948,NULL,1360093320,NULL,0),(2,58,1349038609,1360456535,1865,NULL,1343617645,NULL,0),(2,59,1349038609,1360456535,748,NULL,1343617645,NULL,0),(2,60,1349038609,1360456535,948,NULL,1343617645,NULL,0),(2,61,1360456535,NULL,566,NULL,1360093320,NULL,0),(2,62,1349570181,1360456535,2166,NULL,1349038798,NULL,0),(2,63,1360456535,NULL,872,NULL,1360093320,NULL,0),(2,64,1360456535,NULL,2977,NULL,1360093320,NULL,0),(2,65,1360456535,NULL,1865,NULL,1360093320,NULL,0),(2,66,1349038609,1360456535,1775,NULL,1343617645,NULL,0),(2,67,1360456535,NULL,29806,NULL,1360093320,NULL,0),(2,68,1349038609,1360456535,14343,NULL,1343617645,NULL,0),(2,69,1349038609,1360456535,8091,NULL,1343617645,NULL,0),(2,70,1360456535,NULL,1008,NULL,1360093320,NULL,0),(2,71,1349038609,1360456535,3951,NULL,1343617645,NULL,0),(2,72,1349038609,1360456535,17393,NULL,1343617645,NULL,0),(2,73,1360456535,NULL,3162,NULL,1360093320,NULL,0),(2,74,1360456535,NULL,1775,NULL,1360093320,NULL,0),(2,75,1360456535,NULL,1471,NULL,1360093320,NULL,0),(2,76,1360456535,NULL,5225,NULL,1360093320,NULL,0),(2,77,1360456535,NULL,2246,NULL,1360093320,NULL,0),(2,78,1349570181,NULL,13601,NULL,1349038798,NULL,0),(2,78,1360456535,NULL,26611,NULL,1360093320,NULL,0),(2,79,1360456535,NULL,4784,NULL,1360093320,NULL,0),(2,80,1360456535,NULL,2973,NULL,1360093320,NULL,0),(2,81,1360456535,NULL,748,NULL,1360093320,NULL,0),(2,82,1349038609,1360456535,573,NULL,1343617645,NULL,0),(2,83,1349038609,1360456535,1794,NULL,1343617645,NULL,0),(2,84,1360456535,NULL,575,NULL,1360093320,NULL,0),(2,85,1360456535,NULL,2493,NULL,1360093320,NULL,0),(2,86,1360456535,NULL,17275,NULL,1360093320,NULL,0),(2,87,1349038609,1360456535,8177,NULL,1343617645,NULL,0),(2,88,1360456535,NULL,7689,NULL,1360093320,NULL,0),(2,89,1360456535,NULL,14390,NULL,1360093320,NULL,0),(2,90,1349038609,1360456535,2193,NULL,1343617645,NULL,0),(2,91,1349038609,1360456535,978,NULL,1343617645,NULL,0),(2,92,1349038609,1360456535,575,NULL,1343617645,NULL,0),(2,93,1360456535,NULL,679,NULL,1360093320,NULL,0),(2,94,1360456535,NULL,2675,NULL,1360093320,NULL,0),(2,95,1349038609,1360456535,2673,NULL,1343617645,NULL,0),(2,96,1360456535,NULL,6153,NULL,1360093320,NULL,0),(2,97,1349570181,1360456535,25102,NULL,1349038798,NULL,0),(2,98,1349038609,1360456535,566,NULL,1343617645,NULL,0),(2,99,1360456535,NULL,9432,NULL,1360093320,NULL,0),(2,100,1360456535,NULL,3509,NULL,1360093320,NULL,0),(2,101,1360456535,NULL,10424,NULL,1360093320,NULL,0),(2,102,1360456535,NULL,210,NULL,1360093320,NULL,0),(2,103,1360456535,NULL,5590,NULL,1360093320,NULL,0),(2,104,1360456535,NULL,5950,NULL,1360093320,NULL,0),(2,105,1360456535,NULL,589,NULL,1360093320,NULL,0),(2,106,1360456535,NULL,5278,NULL,1360093320,NULL,0),(2,107,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,108,1349038609,1360456535,10800,NULL,1343617645,NULL,0),(2,109,1349038609,1360456535,4831,NULL,1343617645,NULL,0),(2,110,1360456535,NULL,1496,NULL,1360093320,NULL,0),(2,111,1349038609,1360456535,47430,NULL,1343617645,NULL,0),(2,112,1360456535,NULL,5448,NULL,1360093320,NULL,0),(2,113,1360456535,NULL,1311,NULL,1360093320,NULL,0),(2,114,1360456535,NULL,50174,NULL,1360093320,NULL,0),(2,115,1349038609,1360456535,1541,NULL,1343617645,NULL,0),(2,116,1349038609,1360456535,42774,NULL,1343617645,NULL,0),(2,117,1360456535,NULL,145044,NULL,1360093320,NULL,0),(2,118,1349038609,1360456535,8653,NULL,1343617645,NULL,0),(2,119,1360456535,NULL,41970,NULL,1360093320,NULL,0),(2,120,1360456535,NULL,3963,NULL,1360093320,NULL,0),(2,121,1360456535,NULL,766,NULL,1360093320,NULL,0),(2,122,1349038609,1360456535,1311,NULL,1343617645,NULL,0),(2,123,1349038609,1360456535,4157,NULL,1343617645,NULL,0),(2,124,1349038609,1360456535,4325,NULL,1343617645,NULL,0),(2,125,1360456535,NULL,45858,NULL,1360093320,NULL,0),(2,126,1360456535,NULL,4310,NULL,1360093320,NULL,0),(2,127,1349038609,1360456535,57100,NULL,1343617645,NULL,0),(2,128,1349038609,1360456535,138084,NULL,1343617645,NULL,0),(2,129,1360456535,NULL,9179,NULL,1360093320,NULL,0),(2,130,1360456535,NULL,10744,NULL,1360093320,NULL,0),(2,131,1360456535,NULL,811,NULL,1360093320,NULL,0),(2,132,1360456535,NULL,287,NULL,1360093320,NULL,0),(2,133,1360456535,NULL,2741,NULL,1360093320,NULL,0),(2,134,1360456535,NULL,209,NULL,1360093320,NULL,0),(2,135,1360456535,NULL,8846,NULL,1360093320,NULL,0),(2,136,1360456535,NULL,15238,NULL,1360093320,NULL,0),(2,137,1349570181,NULL,11043,NULL,1349038798,NULL,0),(2,137,1360456535,NULL,11560,NULL,1360093320,NULL,0),(2,138,1349038609,1360456535,1352,NULL,1343617645,NULL,0),(2,139,1360456535,NULL,3749,NULL,1360093320,NULL,0),(2,140,1349570181,NULL,26881,NULL,1349150121,NULL,0),(2,140,1360456535,NULL,33944,NULL,1360093478,NULL,0),(2,141,1360456535,NULL,401,NULL,1360093320,NULL,0),(2,142,1360456535,NULL,273,NULL,1360093320,NULL,0),(2,143,1360456535,NULL,207,NULL,1360093320,NULL,0),(2,144,1360456535,NULL,4170,NULL,1360093320,NULL,0),(2,145,1360456535,NULL,7799,NULL,1360093320,NULL,0),(2,146,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,147,1360456535,NULL,2443,NULL,1360093320,NULL,0),(2,148,1360456535,NULL,61389,NULL,1360093320,NULL,0),(2,149,1360456535,NULL,8544,NULL,1360093320,NULL,0),(2,150,1349570181,NULL,11966,NULL,1349038798,NULL,0),(2,150,1360456535,NULL,11709,NULL,1360093320,NULL,0),(2,151,1360456535,NULL,32082,NULL,1360093320,NULL,0),(2,152,1360456535,NULL,15591,NULL,1360093320,NULL,0),(2,153,1360456535,NULL,195618,NULL,1360093320,NULL,0),(2,154,1360456535,NULL,5751,NULL,1360093320,NULL,0),(2,155,1360456535,NULL,12205,NULL,1360093320,NULL,0),(2,156,1360456535,NULL,25245,NULL,1360093320,NULL,0),(2,157,1360456535,NULL,46471,NULL,1360093320,NULL,0),(2,158,1360456535,NULL,12950,NULL,1360093320,NULL,0),(2,159,1360456535,NULL,81114,NULL,1360093320,NULL,0),(2,160,1360456535,NULL,5489,NULL,1360093320,NULL,0),(2,161,1360456535,NULL,29069,NULL,1360093320,NULL,0),(2,162,1360456535,NULL,10986,NULL,1360093320,NULL,0),(2,163,1349570181,NULL,40565,NULL,1349038798,NULL,0),(2,163,1360456535,NULL,42002,NULL,1360093320,NULL,0),(2,164,1349038609,1360456535,10298,NULL,1343617645,NULL,0),(2,165,1360456535,NULL,17276,NULL,1360093320,NULL,0),(2,166,1360456535,NULL,5745,NULL,1360093320,NULL,0),(2,167,1360456535,NULL,42035,NULL,1360093320,NULL,0),(2,168,1360456535,NULL,9558,NULL,1360093320,NULL,0),(2,169,1360456535,NULL,5913,NULL,1360093320,NULL,0),(2,170,1360456535,NULL,26386,NULL,1360093320,NULL,0),(2,171,1360456535,NULL,13252,NULL,1360093320,NULL,0),(2,172,1360456535,NULL,62346,NULL,1360093320,NULL,0),(2,173,1360456535,NULL,68382,NULL,1360093320,NULL,0),(2,174,1360456535,NULL,4500,NULL,1360093320,NULL,0),(2,175,1360456535,NULL,6786,NULL,1360093320,NULL,0),(2,176,1360456535,NULL,20767,NULL,1360093320,NULL,0),(2,177,1360456535,NULL,3195,NULL,1360093320,NULL,0),(2,178,1360456535,NULL,7865,NULL,1360093320,NULL,0),(2,179,1360456535,NULL,22791,NULL,1360093320,NULL,0),(2,180,1349570181,NULL,60772,NULL,1349038798,NULL,0),(2,180,1360456535,NULL,60747,NULL,1360093320,NULL,0),(2,181,1360456535,NULL,16090,NULL,1360093320,NULL,0),(2,182,1360456535,NULL,17877,NULL,1360093320,NULL,0),(2,183,1349570181,NULL,9432,NULL,1349038798,NULL,0),(2,183,1360456535,NULL,8660,NULL,1360093320,NULL,0),(2,184,1360456535,NULL,53467,NULL,1360093320,NULL,0),(2,185,1360456535,NULL,66303,NULL,1360093320,NULL,0),(2,186,1360456535,NULL,41151,NULL,1360093320,NULL,0),(2,187,1349570181,NULL,26728,NULL,1349038798,NULL,0),(2,187,1360456535,NULL,33768,NULL,1360093320,NULL,0),(2,188,1360456535,NULL,1995,NULL,1360093320,NULL,0),(2,189,1360456535,NULL,11437,NULL,1360093320,NULL,0),(2,190,1360456535,NULL,26858,NULL,1360093320,NULL,0),(2,191,1360456535,NULL,7752,NULL,1360093320,NULL,0),(2,192,1360456535,NULL,8054,NULL,1360093320,NULL,0),(2,193,1360456535,NULL,26154,NULL,1360093320,NULL,0),(2,194,1360456535,NULL,6007,NULL,1360093320,NULL,0),(2,195,1360456535,NULL,14887,NULL,1360093320,NULL,0),(2,196,1360456535,NULL,36573,NULL,1360093320,NULL,0),(2,197,1349570181,NULL,16733,NULL,1349038798,NULL,0),(2,197,1360456535,NULL,16615,NULL,1360093320,NULL,0),(2,198,1360456535,NULL,6307,NULL,1360093320,NULL,0),(2,199,1360456535,NULL,10072,NULL,1360093320,NULL,0),(2,200,1360456535,NULL,9948,NULL,1360093320,NULL,0),(2,201,1360456535,NULL,13990,NULL,1360093320,NULL,0),(2,202,1360456535,NULL,8104,NULL,1360093320,NULL,0),(2,203,1360456535,NULL,11739,NULL,1360093320,NULL,0),(2,204,1360456535,NULL,8813,NULL,1360093320,NULL,0),(2,205,1360456535,NULL,11140,NULL,1360093320,NULL,0),(2,206,1360456535,NULL,13407,NULL,1360093320,NULL,0),(2,207,1349570181,NULL,9026,NULL,1349038798,NULL,0),(2,207,1360456535,NULL,8057,NULL,1360093320,NULL,0),(2,208,1360456535,NULL,4107,NULL,1360093320,NULL,0),(2,209,1360456535,NULL,1709,NULL,1360093320,NULL,0),(2,210,1360456535,NULL,7632,NULL,1360093320,NULL,0),(2,211,1360456535,NULL,23571,NULL,1360093320,NULL,0),(2,212,1360456535,NULL,22882,NULL,1360093320,NULL,0),(2,213,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,214,1360456535,NULL,6316,NULL,1360093320,NULL,0),(2,215,1360456535,NULL,318,NULL,1360093320,NULL,0),(2,216,1360456535,NULL,14772,NULL,1360093320,NULL,0),(2,217,1360456535,NULL,310,NULL,1360093320,NULL,0),(2,218,1360456535,NULL,741,NULL,1360093320,NULL,0),(2,219,1360456535,NULL,557,NULL,1360093320,NULL,0),(2,220,1360456535,NULL,10803,NULL,1360093320,NULL,0),(2,221,1360456535,NULL,431,NULL,1360093320,NULL,0),(2,222,1360456535,NULL,308,NULL,1360093320,NULL,0),(2,223,1360456535,NULL,7303,NULL,1360093320,NULL,0),(2,224,1360456535,NULL,7264,NULL,1360093320,NULL,0),(2,225,1360456535,NULL,313,NULL,1360093320,NULL,0),(2,226,1360456535,NULL,8551,NULL,1360093320,NULL,0),(2,227,1360456535,NULL,304,NULL,1360093320,NULL,0),(2,228,1360456535,NULL,3812,NULL,1360093320,NULL,0),(2,229,1360456535,NULL,11914,NULL,1360093320,NULL,0),(2,230,1360456535,NULL,312,NULL,1360093320,NULL,0),(2,231,1360456535,NULL,8073,NULL,1360093320,NULL,0),(2,232,1360456535,NULL,428,NULL,1360093320,NULL,0),(2,233,1360456535,NULL,11011,NULL,1360093320,NULL,0),(2,234,1360456535,NULL,312,NULL,1360093320,NULL,0),(2,235,1360456535,NULL,4025,NULL,1360093320,NULL,0),(2,236,1360456535,NULL,2281,NULL,1360093320,NULL,0),(2,237,1360456535,NULL,321,NULL,1360093320,NULL,0),(2,238,1360456535,NULL,306,NULL,1360093320,NULL,0),(2,239,1360456535,NULL,500,NULL,1360093320,NULL,0),(2,240,1360456535,NULL,3852,NULL,1360093320,NULL,0),(2,241,1360456535,NULL,308,NULL,1360093320,NULL,0),(2,242,1360456535,NULL,190,NULL,1360093320,NULL,0),(2,243,1360456535,NULL,2755,NULL,1360093320,NULL,0),(2,244,1360456535,NULL,2841,NULL,1360093320,NULL,0),(2,245,1360456535,NULL,8813,NULL,1360093320,NULL,0),(2,246,1360456535,NULL,3434,NULL,1360093320,NULL,0),(2,247,1360456535,NULL,6667,NULL,1360093320,NULL,0),(2,248,1360456535,NULL,4146,NULL,1360093320,NULL,0),(2,249,1360456535,NULL,3805,NULL,1360093320,NULL,0),(2,250,1360456535,NULL,12382,NULL,1360093320,NULL,0),(2,251,1360456535,NULL,18836,NULL,1360093320,NULL,0),(2,252,1360456535,NULL,34671,NULL,1360093320,NULL,0),(2,253,1360456535,NULL,25860,NULL,1360093320,NULL,0),(2,254,1360456535,NULL,9567,NULL,1360093320,NULL,0),(2,255,1360456535,NULL,5559,NULL,1360093320,NULL,0),(2,256,1360456535,NULL,15616,NULL,1360093320,NULL,0),(2,257,1360456535,NULL,13197,NULL,1360093320,NULL,0),(2,258,1360456535,NULL,12325,NULL,1360093320,NULL,0),(2,259,1360456535,NULL,214,NULL,1360093320,NULL,0),(2,260,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,261,1349038609,1360456535,334,NULL,1343617645,NULL,0),(2,262,1349038609,1360456535,213,NULL,1343617645,NULL,0),(2,263,1349038609,1360456535,559,NULL,1343617645,NULL,0),(2,264,1360456535,NULL,400,NULL,1360093320,NULL,0),(2,265,1349038609,1360456535,1139,NULL,1343617645,NULL,0),(2,266,1349038609,1360456535,245,NULL,1343617645,NULL,0),(2,267,1349038609,1360456535,223,NULL,1343617645,NULL,0),(2,268,1360456535,NULL,30324,NULL,1360093320,NULL,0),(2,269,1349038609,1360456535,1448,NULL,1343617645,NULL,0),(2,270,1360456535,NULL,243,NULL,1360093320,NULL,0),(2,271,1349038609,1360456535,190,NULL,1343617645,NULL,0),(2,272,1349038609,1360456535,71,NULL,1343617645,NULL,0),(2,273,1349038609,1360456535,245,NULL,1343617645,NULL,0),(2,274,1360456535,NULL,751,NULL,1360093320,NULL,0),(2,275,1360456535,NULL,35645,NULL,1360093320,NULL,0),(2,276,1349038609,1360456535,1849,NULL,1343617645,NULL,0),(2,277,1360456535,NULL,661,NULL,1360093320,NULL,0),(2,278,1349038609,1360456535,245,NULL,1343617645,NULL,0),(2,279,1360456535,NULL,205,NULL,1360093320,NULL,0),(2,280,1360456535,NULL,243,NULL,1360093320,NULL,0),(2,281,1360456535,NULL,395,NULL,1360093320,NULL,0),(2,282,1360456535,NULL,2480,NULL,1360093320,NULL,0),(2,283,1360456535,NULL,37994,NULL,1360093320,NULL,0),(2,284,1360456535,NULL,114,NULL,1360093320,NULL,0),(2,285,1349038609,1360456535,1555,NULL,1343617645,NULL,0),(2,286,1360456535,NULL,400,NULL,1360093320,NULL,0),(2,287,1360456535,NULL,2193,NULL,1360093320,NULL,0),(2,288,1360456535,NULL,554,NULL,1360093320,NULL,0),(2,289,1360456535,NULL,546,NULL,1360093320,NULL,0),(2,290,1349038609,1360456535,62,NULL,1343617645,NULL,0),(2,291,1360456535,NULL,92,NULL,1360093320,NULL,0),(2,292,1360456535,NULL,243,NULL,1360093320,NULL,0),(2,293,1360456535,NULL,1003,NULL,1360093320,NULL,0),(2,294,1349038609,1360456535,152,NULL,1343617645,NULL,0),(2,295,1360456535,NULL,139,NULL,1360093320,NULL,0),(2,296,1360456535,NULL,509,NULL,1360093320,NULL,0),(2,297,1360456535,NULL,539,NULL,1360093320,NULL,0),(2,298,1360456535,NULL,12989,NULL,1360093320,NULL,0),(2,299,1360456535,NULL,9165,NULL,1360093320,NULL,0),(2,300,1349038609,1360456535,241,NULL,1343617645,NULL,0),(2,301,1349038609,1360456535,337,NULL,1343617645,NULL,0),(2,302,1349038609,1360456535,2547,NULL,1343617645,NULL,0),(2,303,1360456535,NULL,377,NULL,1360093320,NULL,0),(2,304,1349038609,1360456535,1289,NULL,1343617645,NULL,0),(2,305,1360456535,NULL,719,NULL,1360093320,NULL,0),(2,306,1360456535,NULL,417,NULL,1360093320,NULL,0),(2,307,1360456535,NULL,12920,NULL,1360093320,NULL,0),(2,308,1349038609,1360456535,72,NULL,1343617645,NULL,0),(2,309,1360456535,NULL,71,NULL,1360093320,NULL,0),(2,310,1349038609,1360456535,1267,NULL,1343617645,NULL,0),(2,311,1360456535,NULL,323,NULL,1360093320,NULL,0),(2,312,1360456535,NULL,89,NULL,1360093320,NULL,0),(2,313,1360456535,NULL,54,NULL,1360093320,NULL,0),(2,314,1360456535,NULL,1418,NULL,1360093320,NULL,0),(2,315,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,316,1349038609,NULL,72879,NULL,1343617645,NULL,0),(2,317,1349038609,NULL,96412,NULL,1343617645,NULL,0),(2,318,1349038609,NULL,38544,NULL,1343617645,NULL,0),(2,319,1349038609,NULL,43760,NULL,1343617645,NULL,0),(2,320,1349038609,NULL,28192,NULL,1343617645,NULL,0),(2,321,1349038609,NULL,48361,NULL,1343617645,NULL,0),(2,322,1349038609,NULL,15096,NULL,1343617645,NULL,0),(2,323,1349038609,NULL,106447,NULL,1343617645,NULL,0),(2,324,1349038609,NULL,16697,NULL,1343617645,NULL,0),(2,325,1349038609,1360456535,1391,NULL,1343617645,NULL,0),(2,326,1360456535,NULL,6989,NULL,1360093320,NULL,0),(2,327,1349038609,1360456535,213,NULL,1343617645,NULL,0),(2,328,1360456535,NULL,245,NULL,1360093320,NULL,0),(2,329,1349038609,1360456535,243,NULL,1343617645,NULL,0),(2,330,1360456535,NULL,417,NULL,1360093320,NULL,0),(2,331,1349038609,1360456535,1051,NULL,1343617645,NULL,0),(2,332,1349038609,1360456535,330,NULL,1343617645,NULL,0),(2,333,1360456535,NULL,11505,NULL,1360093320,NULL,0),(2,334,1349038609,1360456535,243,NULL,1343617645,NULL,0),(2,335,1360456535,NULL,924,NULL,1360093320,NULL,0),(2,336,1360456535,NULL,206,NULL,1360093320,NULL,0),(2,337,1360456535,NULL,4867,NULL,1360093320,NULL,0),(2,338,1360456535,NULL,120,NULL,1360093320,NULL,0),(2,339,1349038609,1360456535,142,NULL,1343617645,NULL,0),(2,340,1360456535,NULL,243,NULL,1360093320,NULL,0),(2,341,1349038609,1360456535,210,NULL,1343617645,NULL,0),(2,342,1360456535,NULL,926,NULL,1360093320,NULL,0),(2,343,1360456535,NULL,182,NULL,1360093320,NULL,0),(2,344,1360456535,NULL,9320,NULL,1360093320,NULL,0),(2,345,1349038609,1360456535,205,NULL,1343617645,NULL,0),(2,346,1349038609,1360456535,785,NULL,1343617645,NULL,0),(2,347,1349038609,1360456535,214,NULL,1343617645,NULL,0),(2,348,1360456535,NULL,2530,NULL,1360093320,NULL,0),(2,349,1349038609,1360456535,564,NULL,1343617645,NULL,0),(2,350,1349038609,1360456535,950,NULL,1343617645,NULL,0),(2,351,1360456535,NULL,755,NULL,1360093320,NULL,0),(2,352,1360456535,NULL,2001,NULL,1360093320,NULL,0),(2,353,1349038609,1360456535,444,NULL,1343617645,NULL,0),(2,354,1360456535,NULL,28160,NULL,1360093320,NULL,0),(2,355,1360456535,NULL,12099,NULL,1360093320,NULL,0),(2,356,1349038609,1360456535,1631,NULL,1343617645,NULL,0),(2,357,1349038609,1360456535,284,NULL,1343617645,NULL,0),(2,358,1349038609,1360456535,133,NULL,1343617645,NULL,0),(2,359,1360456535,NULL,3126,NULL,1360093320,NULL,0),(2,360,1360456535,NULL,4044,NULL,1360093320,NULL,0),(2,361,1349570181,NULL,5473,NULL,1349038798,NULL,0),(2,361,1360456535,NULL,6436,NULL,1360093320,NULL,0),(2,362,1360456535,NULL,11553,NULL,1360093320,NULL,0),(2,363,1360456535,NULL,336,NULL,1360093320,NULL,0),(2,364,1360456535,NULL,2482,NULL,1360093320,NULL,0),(2,365,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,366,1360456535,NULL,243,NULL,1360093320,NULL,0),(2,367,1360456535,NULL,651,NULL,1360093320,NULL,0),(2,368,1360456535,NULL,241,NULL,1360093320,NULL,0),(2,369,1360456535,NULL,185,NULL,1360093320,NULL,0),(2,370,1360456535,NULL,237,NULL,1360093320,NULL,0),(2,371,1360456535,NULL,183,NULL,1360093320,NULL,0),(2,372,1360456535,NULL,671,NULL,1360093320,NULL,0),(2,373,1360456535,NULL,185,NULL,1360093320,NULL,0),(2,374,1360456535,NULL,5805,NULL,1360093320,NULL,0),(2,375,1360456535,NULL,11067,NULL,1360093320,NULL,0),(2,376,1360456535,NULL,14966,NULL,1360093320,NULL,0),(2,377,1360456535,NULL,9554,NULL,1360093320,NULL,0),(2,378,1360456535,NULL,7124,NULL,1360093320,NULL,0),(2,379,1360456535,NULL,3373,NULL,1360093320,NULL,0),(2,380,1360456535,NULL,16627,NULL,1360093320,NULL,0),(2,381,1360456535,NULL,1727,NULL,1360093320,NULL,0),(2,382,1349570181,NULL,19287,NULL,1349038798,NULL,0),(2,382,1360456535,NULL,19111,NULL,1360093320,NULL,0),(2,383,1360456535,NULL,1222,NULL,1360093320,NULL,0),(2,384,1360456535,NULL,3126,NULL,1360093320,NULL,0),(2,385,1360456535,NULL,29310,NULL,1360093319,NULL,0),(2,386,1349038609,NULL,15076312,NULL,1343617572,NULL,0),(2,387,1360456535,NULL,9899,NULL,1360093319,NULL,0),(2,388,1360456535,NULL,271,NULL,1360093319,NULL,0),(2,389,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,390,1350779275,NULL,14,NULL,1350626745,NULL,0),(2,390,1353803802,NULL,14,NULL,1353222331,NULL,0),(2,390,1356827777,NULL,14,NULL,1355900720,NULL,0),(2,390,1358984755,NULL,14,NULL,1358494699,NULL,0),(2,390,1361664652,NULL,14,NULL,1361086705,NULL,0),(2,390,1364086965,NULL,14,NULL,1363761468,NULL,0),(2,390,1367107780,NULL,14,NULL,1366353718,NULL,0),(2,390,1369528183,NULL,14,NULL,1369031905,NULL,0),(2,390,1371946829,NULL,14,NULL,1371710311,NULL,0),(2,390,1374970319,NULL,14,NULL,1374388701,NULL,0),(2,390,1377391866,NULL,14,NULL,1376980713,NULL,0),(2,390,1379808931,NULL,14,NULL,1379659185,NULL,0),(2,390,1382834528,NULL,14,NULL,1382251326,NULL,0),(2,390,1385254179,NULL,14,NULL,1384846782,NULL,0),(2,390,1387670616,NULL,14,NULL,1387438886,NULL,0),(2,390,1390695255,NULL,14,NULL,1390117391,NULL,0),(2,390,1393113834,NULL,14,NULL,1392795846,NULL,0),(2,390,1395532815,NULL,14,NULL,1395470778,NULL,0),(2,390,1398557841,NULL,14,NULL,1398148986,NULL,0),(2,391,1349570181,NULL,2395,NULL,1349038798,NULL,0),(2,391,1360456535,NULL,2408,NULL,1360093319,NULL,0),(2,392,1360456535,NULL,18219,NULL,1360093319,NULL,0),(2,393,1360456535,NULL,4663,NULL,1360093319,NULL,0),(2,394,1360456535,NULL,1997,NULL,1360093319,NULL,0),(2,395,1349038609,NULL,10917,NULL,1344824265,NULL,0),(2,396,1360456535,NULL,7723,NULL,1360093319,NULL,0),(2,397,1349570181,NULL,9177,NULL,1349038798,NULL,0),(2,397,1360456535,NULL,9177,NULL,1360093319,NULL,0),(2,398,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,399,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,400,1349038609,NULL,2262,NULL,1343617645,NULL,0),(2,401,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,402,1349038609,NULL,10007,NULL,1349037353,NULL,0),(2,403,1349038609,NULL,2492,NULL,1349037353,NULL,0),(2,404,1349038609,NULL,1737,NULL,1349037353,NULL,0),(2,405,1349038609,NULL,250280,NULL,1349037353,NULL,0),(2,406,1349038609,NULL,5745,NULL,1349037353,NULL,0),(2,407,1349038609,NULL,1188,NULL,1349037353,NULL,0),(2,408,1349038609,NULL,8707,NULL,1349037353,NULL,0),(2,409,1349038609,NULL,1341,NULL,1349037353,NULL,0),(2,410,1349038609,NULL,228560,NULL,1349037353,NULL,0),(2,411,1349038609,NULL,87532,NULL,1349037353,NULL,0),(2,412,1349038609,NULL,241219,NULL,1349037353,NULL,0),(2,413,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,414,1360456535,NULL,2197,NULL,1360093459,NULL,0),(2,414,1365898500,NULL,2413,NULL,1365481300,NULL,0),(2,414,1368922037,NULL,2568,NULL,1367940787,NULL,0),(2,415,1360456535,NULL,12187,NULL,1360093459,NULL,0),(2,415,1365898500,NULL,12187,NULL,1365481300,NULL,0),(2,415,1368922037,NULL,53747,NULL,1367940787,NULL,0),(2,416,1360456535,NULL,6917,NULL,1360093459,NULL,0),(2,416,1365898500,NULL,7671,NULL,1365481300,NULL,0),(2,416,1368922037,NULL,9043,NULL,1367940787,NULL,0),(2,417,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,418,1360456535,NULL,31,NULL,1360093464,NULL,0),(2,419,1360456535,NULL,39739,NULL,1360093464,NULL,0),(2,420,1360456535,NULL,19366,NULL,1360093464,NULL,0),(2,421,1360456535,NULL,15405,NULL,1360093464,NULL,0),(2,422,1360456535,NULL,2077,NULL,1360093464,NULL,0),(2,423,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,424,1360456535,NULL,5000,NULL,1360093464,NULL,0),(2,425,1360456535,NULL,53137,NULL,1360093464,NULL,0),(2,426,1360456535,NULL,40976,NULL,1360093464,NULL,0),(2,427,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,428,1360456535,NULL,65876,NULL,1360093464,NULL,0),(2,429,1360456535,NULL,168688,NULL,1360093464,NULL,0),(2,430,1360456535,NULL,3329,NULL,1360093464,NULL,0),(2,431,1349038609,NULL,15508,NULL,1349037627,NULL,0),(2,431,1360456535,NULL,15565,NULL,1360093464,NULL,0),(2,432,1360456535,NULL,25011,NULL,1360093464,NULL,0),(2,433,1360456535,NULL,55114,NULL,1360093464,NULL,0),(2,434,1360456535,NULL,10726,NULL,1360093464,NULL,0),(2,435,1360456535,NULL,26082,NULL,1360093464,NULL,0),(2,436,1360456535,NULL,2780,NULL,1360093464,NULL,0),(2,437,1360456535,NULL,15167,NULL,1360093464,NULL,0),(2,438,1360456535,NULL,20891,NULL,1360093464,NULL,0),(2,439,1360456535,NULL,17086,NULL,1360093464,NULL,0),(2,440,1360456535,NULL,4662,NULL,1360093464,NULL,0),(2,441,1360456535,NULL,38679,NULL,1360093464,NULL,0),(2,442,1360456535,NULL,8922,NULL,1360093464,NULL,0),(2,443,1349038609,NULL,20648,NULL,1349037627,NULL,0),(2,443,1360456535,NULL,22242,NULL,1360093464,NULL,0),(2,444,1360456535,NULL,3048,NULL,1360093464,NULL,0),(2,445,1360456535,NULL,4254,NULL,1360093464,NULL,0),(2,446,1360456535,NULL,7200,NULL,1360093464,NULL,0),(2,447,1360456535,NULL,20938,NULL,1360093464,NULL,0),(2,448,1360456535,NULL,76024,NULL,1360093464,NULL,0),(2,449,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,450,1360456535,NULL,53532,NULL,1360093464,NULL,0),(2,451,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,452,1360456535,NULL,2178,NULL,1360093464,NULL,0),(2,453,1360456535,NULL,5470,NULL,1360093464,NULL,0),(2,454,1360456535,NULL,56,NULL,1360093464,NULL,0),(2,455,1349038609,NULL,5683,NULL,1349037627,NULL,0),(2,455,1360456535,NULL,5683,NULL,1360093464,NULL,0),(2,456,1360456535,NULL,749,NULL,1360093464,NULL,0),(2,457,1360456535,NULL,1456,NULL,1360093464,NULL,0),(2,458,1360456535,NULL,4957,NULL,1360093464,NULL,0),(2,459,1360456535,NULL,4508,NULL,1360093464,NULL,0),(2,460,1360456535,NULL,84,NULL,1360093464,NULL,0),(2,461,1360456535,NULL,666,NULL,1360093464,NULL,0),(2,462,1360456535,NULL,626,NULL,1360093464,NULL,0),(2,463,1360456535,NULL,579,NULL,1360093464,NULL,0),(2,464,1360456535,NULL,836,NULL,1360093464,NULL,0),(2,465,1349038609,NULL,4799,NULL,1349037627,NULL,0),(2,465,1360456535,NULL,4799,NULL,1360093464,NULL,0),(2,466,1360456535,NULL,51,NULL,1360093464,NULL,0),(2,467,1360456535,NULL,641,NULL,1360093464,NULL,0),(2,468,1360456535,NULL,778,NULL,1360093464,NULL,0),(2,469,1360456535,NULL,2114,NULL,1360093464,NULL,0),(2,470,1360456535,NULL,673,NULL,1360093464,NULL,0),(2,471,1360456535,NULL,162,NULL,1360093464,NULL,0),(2,472,1360456535,NULL,56,NULL,1360093464,NULL,0),(2,473,1360456535,NULL,214,NULL,1360093464,NULL,0),(2,474,1360456535,NULL,985,NULL,1360093464,NULL,0),(2,475,1360456535,NULL,741,NULL,1360093464,NULL,0),(2,476,1360456535,NULL,781,NULL,1360093464,NULL,0),(2,477,1360456535,NULL,749,NULL,1360093464,NULL,0),(2,478,1360456535,NULL,766,NULL,1360093464,NULL,0),(2,479,1360456535,NULL,6860,NULL,1360093464,NULL,0),(2,480,1360456535,NULL,5126,NULL,1360093464,NULL,0),(2,481,1360456535,NULL,701,NULL,1360093464,NULL,0),(2,482,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,483,1360456535,NULL,86746,NULL,1360093462,NULL,0),(2,484,1360456535,NULL,13051,NULL,1360093462,NULL,0),(2,485,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,486,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,487,1360456535,NULL,3871,NULL,1360093462,NULL,0),(2,488,1349038609,1360456535,4716,NULL,1349037351,NULL,0),(2,489,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,490,1360456535,NULL,6193,NULL,1360093462,NULL,0),(2,491,1360456535,NULL,550,NULL,1360093462,NULL,0),(2,492,1349038609,NULL,125432,NULL,1349037351,NULL,0),(2,492,1360456535,NULL,82515,NULL,1360093462,NULL,0),(2,493,1349038609,NULL,46980,NULL,1349037351,NULL,0),(2,493,1360456535,NULL,19849216,NULL,1360093462,NULL,0),(2,494,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,495,1349038609,1360456535,1452,NULL,1349037351,NULL,0),(2,496,1349038609,1360456535,2064,NULL,1349037351,NULL,0),(2,497,1349038609,1360456535,2042,NULL,1349037351,NULL,0),(2,498,1349038609,1360456535,2075,NULL,1349037351,NULL,0),(2,499,1349038609,1360456535,1983,NULL,1349037351,NULL,0),(2,500,1349038609,1360456535,1964,NULL,1349037351,NULL,0),(2,501,1349038609,1360456535,1415,NULL,1349037351,NULL,0),(2,502,1349038609,1360456535,2059,NULL,1349037351,NULL,0),(2,503,1349038609,1360456535,1455,NULL,1349037351,NULL,0),(2,504,1349038609,1360456535,1446,NULL,1349037351,NULL,0),(2,505,1349038609,1360456535,1980,NULL,1349037351,NULL,0),(2,506,1349038609,1360456535,1430,NULL,1349037351,NULL,0),(2,507,1349038609,1360456535,1386,NULL,1349037351,NULL,0),(2,508,1349038609,1360456535,2043,NULL,1349037351,NULL,0),(2,509,1349038609,1360456535,1467,NULL,1349037351,NULL,0),(2,510,1349038609,1360456535,1451,NULL,1349037351,NULL,0),(2,511,1349038609,1360456535,2022,NULL,1349037351,NULL,0),(2,512,1349038609,1360456535,1477,NULL,1349037351,NULL,0),(2,513,1349038609,NULL,10898,NULL,1349037351,NULL,0),(2,513,1360456535,NULL,14635,NULL,1360093462,NULL,0),(2,514,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,515,1349038609,1350779275,28852,NULL,1349037355,NULL,0),(2,516,1349038609,1350779275,30909,NULL,1349037355,NULL,0),(2,517,1349038609,1350779275,42705,NULL,1349037355,NULL,0),(2,518,1349038609,1350779275,33054,NULL,1349037355,NULL,0),(2,519,1349038609,1350779275,34527,NULL,1349037355,NULL,0),(2,520,1349038609,NULL,1383,NULL,1349037355,NULL,0),(2,520,1350779275,NULL,1383,NULL,1350468529,NULL,0),(2,520,1360456535,NULL,1430,NULL,1360093465,NULL,0),(2,521,1349038609,NULL,11809,NULL,1349037355,NULL,0),(2,521,1350779275,NULL,11809,NULL,1350468529,NULL,0),(2,521,1360456535,NULL,11809,NULL,1360093465,NULL,0),(2,522,1349038609,NULL,31723,NULL,1349037355,NULL,0),(2,522,1350779275,NULL,32205,NULL,1350468529,NULL,0),(2,522,1360456535,NULL,34824,NULL,1360093465,NULL,0),(2,523,1349038609,1350779275,50054,NULL,1349037355,NULL,0),(2,524,1349038609,1350779275,22641,NULL,1349037355,NULL,0),(2,525,1350779275,NULL,76121,NULL,1350468529,NULL,0),(2,525,1360456535,NULL,75608,NULL,1360093465,NULL,0),(2,526,1349038609,1350779275,51549,NULL,1349037355,NULL,0),(2,527,1349038609,1350779275,35796,NULL,1349037355,NULL,0),(2,528,1349038609,1350779275,32548,NULL,1349037355,NULL,0),(2,529,1349038609,1350779275,40437,NULL,1349037355,NULL,0),(2,530,1349038609,1350779275,41694,NULL,1349037355,NULL,0),(2,531,1350779275,NULL,2724,NULL,1350468529,NULL,0),(2,531,1360456535,NULL,2724,NULL,1360093465,NULL,0),(2,532,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,533,1349038609,NULL,1861,NULL,1349037355,NULL,0),(2,533,1350779275,NULL,1861,NULL,1350468529,NULL,0),(2,533,1360456535,NULL,1876,NULL,1360093465,NULL,0),(2,534,1349038609,1350779275,62905,NULL,1349037355,NULL,0),(2,535,1349038609,1350779275,28273,NULL,1349037355,NULL,0),(2,536,1349038609,1350779275,21464,NULL,1349037355,NULL,0),(2,537,1349038609,NULL,14395,NULL,1349037355,NULL,0),(2,537,1350779275,NULL,14395,NULL,1350468529,NULL,0),(2,537,1360456535,NULL,14399,NULL,1360093465,NULL,0),(2,538,1349038609,1350779275,37633,NULL,1349037355,NULL,0),(2,539,1349038609,NULL,15045,NULL,1349037355,NULL,0),(2,539,1350779275,NULL,15045,NULL,1350468529,NULL,0),(2,539,1360456535,NULL,15177,NULL,1360093465,NULL,0),(2,540,1349038609,1350779275,23509,NULL,1349037355,NULL,0),(2,541,1349038609,1350779275,48657,NULL,1349037355,NULL,0),(2,542,1349038609,NULL,55942,NULL,1349037355,NULL,0),(2,542,1350779275,NULL,58743,NULL,1350468529,NULL,0),(2,542,1360456535,NULL,59144,NULL,1360093465,NULL,0),(2,543,1349038609,NULL,21764,NULL,1349037355,NULL,0),(2,543,1350779275,NULL,21764,NULL,1350468529,NULL,0),(2,543,1360456535,NULL,21764,NULL,1360093465,NULL,0),(2,544,1349038609,NULL,35821,NULL,1349037355,NULL,0),(2,544,1350779275,NULL,35821,NULL,1350468529,NULL,0),(2,544,1360456535,NULL,35821,NULL,1360093465,NULL,0),(2,545,1349038609,1350779275,29905,NULL,1349037355,NULL,0),(2,546,1349038609,1350779275,27976,NULL,1349037355,NULL,0),(2,547,1349038609,1350779275,32722,NULL,1349037355,NULL,0),(2,548,1350779275,NULL,5066,NULL,1350468529,NULL,0),(2,548,1360456535,NULL,5623,NULL,1360093465,NULL,0),(2,549,1349038609,1350779275,21216,NULL,1349037355,NULL,0),(2,550,1350779275,NULL,88561,NULL,1350468529,NULL,0),(2,550,1360456535,NULL,88561,NULL,1360093465,NULL,0),(2,551,1349038609,1350779275,28528,NULL,1349037355,NULL,0),(2,552,1349038609,1350779275,26680,NULL,1349037355,NULL,0),(2,553,1349038609,1350779275,32363,NULL,1349037355,NULL,0),(2,554,1349038609,NULL,26651,NULL,1349037355,NULL,0),(2,554,1358984755,NULL,26651,NULL,1350468529,NULL,0),(2,554,1360456535,NULL,26651,NULL,1360093465,NULL,0),(2,555,1349038609,1350779275,22675,NULL,1349037355,NULL,0),(2,556,1349038609,NULL,2918,NULL,1349037355,NULL,0),(2,556,1358984755,NULL,2918,NULL,1350468529,NULL,0),(2,556,1360456535,NULL,2918,NULL,1360093465,NULL,0),(2,557,1349038609,1350779275,29011,NULL,1349037355,NULL,0),(2,558,1349038609,1350779275,32807,NULL,1349037355,NULL,0),(2,559,1349038609,1350779275,24908,NULL,1349037355,NULL,0),(2,560,1349038609,1350779275,28086,NULL,1349037355,NULL,0),(2,561,1349038609,1350779275,38811,NULL,1349037355,NULL,0),(2,562,1349038609,NULL,4805,NULL,1349037355,NULL,0),(2,562,1358984755,NULL,4805,NULL,1350468529,NULL,0),(2,562,1360456535,NULL,4805,NULL,1360093465,NULL,0),(2,563,1349038609,1350779275,45471,NULL,1349037355,NULL,0),(2,564,1349038609,1350779275,39886,NULL,1349037355,NULL,0),(2,565,1349038609,1350779275,31287,NULL,1349037355,NULL,0),(2,566,1349038609,1350779275,33864,NULL,1349037355,NULL,0),(2,567,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,568,1349038609,NULL,37204,NULL,1343617645,NULL,0),(2,568,1360456535,NULL,36883,NULL,1360093458,NULL,0),(2,569,1349038609,NULL,6373,NULL,1343617645,NULL,0),(2,569,1360456535,NULL,6667,NULL,1360093458,NULL,0),(2,570,1349038609,NULL,14480,NULL,1343617645,NULL,0),(2,570,1360456535,NULL,14480,NULL,1360093458,NULL,0),(2,571,1360456535,NULL,2777,NULL,1360093458,NULL,0),(2,572,1360456535,NULL,2618,NULL,1360093458,NULL,0),(2,573,1349038609,NULL,1116,NULL,1343617645,NULL,0),(2,573,1360456535,NULL,1116,NULL,1360093458,NULL,0),(2,574,1349038609,NULL,4600,NULL,1343617645,NULL,0),(2,574,1360456535,NULL,4801,NULL,1360093458,NULL,0),(2,575,1349038609,NULL,22870,NULL,1343617645,NULL,0),(2,575,1360456535,NULL,23277,NULL,1360093458,NULL,0),(2,576,1349038609,NULL,27,NULL,1343617645,NULL,0),(2,576,1360456535,NULL,27,NULL,1360093458,NULL,0),(2,577,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,578,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,579,1349038609,NULL,14292,NULL,1349037349,NULL,0),(2,579,1360456535,NULL,14292,NULL,1360093459,NULL,0),(2,579,1368922037,NULL,14292,NULL,1367940787,NULL,0),(2,580,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,581,1349038609,NULL,6704,NULL,1349037349,NULL,0),(2,581,1360456535,NULL,6700,NULL,1360093459,NULL,0),(2,581,1368922037,NULL,6872,NULL,1367940787,NULL,0),(2,582,1360456535,NULL,2078,NULL,1360093459,NULL,0),(2,582,1368922037,NULL,2078,NULL,1367940787,NULL,0),(2,583,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,584,1349038609,NULL,3926,NULL,1349037349,NULL,0),(2,584,1360456535,NULL,3926,NULL,1360093459,NULL,0),(2,584,1368922037,NULL,4039,NULL,1367940787,NULL,0),(2,585,1349038609,NULL,234,NULL,1349037349,NULL,0),(2,585,1360456535,NULL,234,NULL,1360093459,NULL,0),(2,585,1368922037,NULL,234,NULL,1367940787,NULL,0),(2,586,1349038609,NULL,4202,NULL,1349037349,NULL,0),(2,586,1360456535,NULL,4202,NULL,1360093459,NULL,0),(2,586,1368922037,NULL,4202,NULL,1367940787,NULL,0),(2,587,1349038609,NULL,1152,NULL,1349037349,NULL,0),(2,587,1360456535,NULL,1152,NULL,1360093459,NULL,0),(2,587,1368922037,NULL,1152,NULL,1367940787,NULL,0),(2,588,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,589,1349038609,NULL,4540,NULL,1349037349,NULL,0),(2,589,1360456535,NULL,4540,NULL,1360093459,NULL,0),(2,589,1368922037,NULL,4540,NULL,1367940787,NULL,0),(2,590,1349038609,NULL,4202,NULL,1349037349,NULL,0),(2,590,1360456535,NULL,4202,NULL,1360093459,NULL,0),(2,590,1368922037,NULL,4202,NULL,1367940787,NULL,0),(2,591,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,592,1349038609,NULL,67,NULL,1349037349,NULL,0),(2,592,1360456535,NULL,67,NULL,1360093459,NULL,0),(2,592,1368922037,NULL,67,NULL,1367940787,NULL,0),(2,593,1360456535,NULL,1416,NULL,1360093459,NULL,0),(2,593,1368922037,NULL,1416,NULL,1367940787,NULL,0),(2,594,1349038609,NULL,606,NULL,1349037349,NULL,0),(2,594,1360456535,NULL,606,NULL,1360093459,NULL,0),(2,594,1368922037,NULL,606,NULL,1367940787,NULL,0),(2,595,1349038609,NULL,4763,NULL,1349037349,NULL,0),(2,595,1360456535,NULL,4820,NULL,1360093459,NULL,0),(2,595,1368922037,NULL,5026,NULL,1367940787,NULL,0),(2,596,1349038609,NULL,9315,NULL,1349037349,NULL,0),(2,596,1360456535,NULL,11624,NULL,1360093459,NULL,0),(2,596,1368922037,NULL,10423,NULL,1367940787,NULL,0),(2,597,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,598,1349038609,NULL,2544,NULL,1349037349,NULL,0),(2,598,1360456535,NULL,2606,NULL,1360093459,NULL,0),(2,598,1368922037,NULL,1916,NULL,1367940787,NULL,0),(2,599,1349038609,NULL,5697,NULL,1349037349,NULL,0),(2,599,1360456535,NULL,5697,NULL,1360093459,NULL,0),(2,599,1368922037,NULL,5199,NULL,1367940787,NULL,0),(2,600,1349038609,NULL,5197,NULL,1349037349,NULL,0),(2,600,1360456535,NULL,5197,NULL,1360093459,NULL,0),(2,600,1368922037,NULL,4699,NULL,1367940787,NULL,0),(2,601,1349038609,NULL,10215,NULL,1349037349,NULL,0),(2,601,1360456535,NULL,10215,NULL,1360093459,NULL,0),(2,601,1368922037,NULL,9958,NULL,1367940787,NULL,0),(2,602,1349038609,NULL,15947,NULL,1349037349,NULL,0),(2,602,1360456535,NULL,15947,NULL,1360093459,NULL,0),(2,602,1368922037,NULL,15455,NULL,1367940787,NULL,0),(2,603,1349038609,NULL,5057,NULL,1349037349,NULL,0),(2,603,1360456535,NULL,5057,NULL,1360093459,NULL,0),(2,603,1368922037,NULL,4581,NULL,1367940787,NULL,0),(2,604,1349038609,NULL,350,NULL,1349037349,NULL,0),(2,604,1360456535,NULL,350,NULL,1360093459,NULL,0),(2,604,1368922037,NULL,350,NULL,1367940787,NULL,0),(2,605,1349038609,NULL,7002,NULL,1349037349,NULL,0),(2,605,1360456535,NULL,7002,NULL,1360093459,NULL,0),(2,605,1368922037,NULL,6496,NULL,1367940787,NULL,0),(2,606,1349038609,NULL,570,NULL,1349037349,NULL,0),(2,606,1360456535,NULL,710,NULL,1360093459,NULL,0),(2,606,1368922037,NULL,710,NULL,1367940787,NULL,0),(2,607,1349038609,NULL,2427,NULL,1349037349,NULL,0),(2,607,1360456535,NULL,2427,NULL,1360093459,NULL,0),(2,607,1368922037,NULL,2081,NULL,1367940787,NULL,0),(2,608,1349038609,NULL,3697,NULL,1349037349,NULL,0),(2,608,1360456535,NULL,3127,NULL,1360093459,NULL,0),(2,608,1368922037,NULL,3127,NULL,1367940787,NULL,0),(2,609,1349038609,NULL,2268,NULL,1349037349,NULL,0),(2,609,1360456535,NULL,2268,NULL,1360093459,NULL,0),(2,609,1368922037,NULL,2268,NULL,1367940787,NULL,0),(2,610,1349038609,NULL,5501,NULL,1349037349,NULL,0),(2,610,1360456535,NULL,5501,NULL,1360093459,NULL,0),(2,610,1368922037,NULL,5166,NULL,1367940787,NULL,0),(2,611,1349038609,NULL,7491,NULL,1349037349,NULL,0),(2,611,1360456535,NULL,7491,NULL,1360093459,NULL,0),(2,611,1368922037,NULL,9184,NULL,1367940787,NULL,0),(2,612,1349038609,NULL,456,NULL,1349037349,NULL,0),(2,612,1360456535,NULL,456,NULL,1360093459,NULL,0),(2,612,1368922037,NULL,456,NULL,1367940787,NULL,0),(2,613,1349038609,NULL,2553,NULL,1349037349,NULL,0),(2,613,1360456535,NULL,2557,NULL,1360093459,NULL,0),(2,613,1368922037,NULL,2557,NULL,1367940787,NULL,0),(2,614,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,615,1349038609,NULL,1096,NULL,1349037349,NULL,0),(2,615,1360456535,NULL,1096,NULL,1360093459,NULL,0),(2,615,1368922037,NULL,1096,NULL,1367940787,NULL,0),(2,616,1349038609,NULL,635,NULL,1349037349,NULL,0),(2,616,1360456535,NULL,635,NULL,1360093459,NULL,0),(2,616,1368922037,NULL,635,NULL,1367940787,NULL,0),(2,617,1349038609,NULL,20198,NULL,1349037349,NULL,0),(2,617,1360456535,NULL,20412,NULL,1360093459,NULL,0),(2,617,1368922037,NULL,21094,NULL,1367940787,NULL,0),(2,618,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,619,1349038609,NULL,14760,NULL,1349037349,NULL,0),(2,619,1360456535,NULL,15158,NULL,1360093459,NULL,0),(2,619,1368922037,NULL,15479,NULL,1367940787,NULL,0),(2,620,1349038609,NULL,6859,NULL,1349037349,NULL,0),(2,620,1360456535,NULL,6933,NULL,1360093459,NULL,0),(2,620,1368922037,NULL,7077,NULL,1367940787,NULL,0),(2,621,1349038609,NULL,38615,NULL,1349037349,NULL,0),(2,621,1360456535,NULL,39570,NULL,1360093459,NULL,0),(2,621,1368922037,NULL,41108,NULL,1367940787,NULL,0),(2,622,1349038609,NULL,5147,NULL,1349037349,NULL,0),(2,622,1360456535,NULL,5147,NULL,1360093459,NULL,0),(2,622,1368922037,NULL,8965,NULL,1367940787,NULL,0),(2,623,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,624,1349038609,NULL,887,NULL,1349037349,NULL,0),(2,624,1360456535,NULL,887,NULL,1360093459,NULL,0),(2,624,1368922037,NULL,887,NULL,1367940787,NULL,0),(2,625,1349038609,NULL,190,NULL,1349037349,NULL,0),(2,625,1360456535,NULL,190,NULL,1360093459,NULL,0),(2,625,1368922037,NULL,190,NULL,1367940787,NULL,0),(2,626,1349038609,NULL,6706,NULL,1349037349,NULL,0),(2,626,1360456535,NULL,6718,NULL,1360093459,NULL,0),(2,626,1368922037,NULL,6718,NULL,1367940787,NULL,0),(2,627,1349038609,NULL,9720,NULL,1349037349,NULL,0),(2,627,1360456535,NULL,9905,NULL,1360093459,NULL,0),(2,627,1368922037,NULL,9246,NULL,1367940787,NULL,0),(2,628,1349038609,NULL,557,NULL,1349037349,NULL,0),(2,628,1360456535,NULL,557,NULL,1360093459,NULL,0),(2,628,1368922037,NULL,623,NULL,1367940787,NULL,0),(2,629,1349038609,NULL,4487,NULL,1349037349,NULL,0),(2,629,1360456535,NULL,4487,NULL,1360093459,NULL,0),(2,629,1368922037,NULL,5315,NULL,1367940787,NULL,0),(2,630,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,631,1349038609,NULL,18255,NULL,1349037349,NULL,0),(2,631,1360456535,NULL,18272,NULL,1360093459,NULL,0),(2,631,1368922037,NULL,20017,NULL,1367940787,NULL,0),(2,632,1349038609,NULL,14824,NULL,1349037349,NULL,0),(2,632,1360456535,NULL,14824,NULL,1360093459,NULL,0),(2,632,1368922037,NULL,14824,NULL,1367940787,NULL,0),(2,633,1349038609,NULL,18925,NULL,1349037349,NULL,0),(2,633,1360456535,NULL,18925,NULL,1360093459,NULL,0),(2,633,1368922037,NULL,18925,NULL,1367940787,NULL,0),(2,634,1349038609,NULL,18379,NULL,1349037349,NULL,0),(2,634,1360456535,NULL,18379,NULL,1360093459,NULL,0),(2,634,1368922037,NULL,18379,NULL,1367940787,NULL,0),(2,635,1349038609,NULL,18685,NULL,1349037349,NULL,0),(2,635,1360456535,NULL,18685,NULL,1360093459,NULL,0),(2,635,1368922037,NULL,18685,NULL,1367940787,NULL,0),(2,636,1349038609,NULL,17027,NULL,1349037349,NULL,0),(2,636,1360456535,NULL,18892,NULL,1360093459,NULL,0),(2,636,1368922037,NULL,20872,NULL,1367940787,NULL,0),(2,637,1349038609,NULL,14679,NULL,1349037349,NULL,0),(2,637,1360456535,NULL,14679,NULL,1360093459,NULL,0),(2,637,1368922037,NULL,14679,NULL,1367940787,NULL,0),(2,638,1349038609,NULL,427,NULL,1349037349,NULL,0),(2,638,1360456535,NULL,427,NULL,1360093459,NULL,0),(2,638,1368922037,NULL,427,NULL,1367940787,NULL,0),(2,639,1349038609,NULL,5017,NULL,1349037349,NULL,0),(2,639,1360456535,NULL,5017,NULL,1360093459,NULL,0),(2,639,1368922037,NULL,5017,NULL,1367940787,NULL,0),(2,640,1349038609,NULL,15583,NULL,1349037349,NULL,0),(2,640,1360456535,NULL,15583,NULL,1360093459,NULL,0),(2,640,1368922037,NULL,15583,NULL,1367940787,NULL,0),(2,641,1349038609,NULL,16139,NULL,1349037349,NULL,0),(2,641,1360456535,NULL,16139,NULL,1360093459,NULL,0),(2,641,1368922037,NULL,16139,NULL,1367940787,NULL,0),(2,642,1349038609,NULL,14442,NULL,1349037349,NULL,0),(2,642,1360456535,NULL,14442,NULL,1360093459,NULL,0),(2,642,1368922037,NULL,14442,NULL,1367940787,NULL,0),(2,643,1349038609,NULL,14324,NULL,1349037349,NULL,0),(2,643,1360456535,NULL,14324,NULL,1360093459,NULL,0),(2,643,1368922037,NULL,14324,NULL,1367940787,NULL,0),(2,644,1349038609,NULL,22639,NULL,1349037349,NULL,0),(2,644,1360456535,NULL,22639,NULL,1360093459,NULL,0),(2,644,1368922037,NULL,22639,NULL,1367940787,NULL,0),(2,645,1349038609,NULL,14328,NULL,1349037349,NULL,0),(2,645,1360456535,NULL,15436,NULL,1360093459,NULL,0),(2,645,1368922037,NULL,15436,NULL,1367940787,NULL,0),(2,646,1349038609,NULL,14283,NULL,1349037349,NULL,0),(2,646,1360456535,NULL,14283,NULL,1360093459,NULL,0),(2,646,1368922037,NULL,14283,NULL,1367940787,NULL,0),(2,647,1349038609,NULL,13836,NULL,1349037349,NULL,0),(2,647,1360456535,NULL,13836,NULL,1360093459,NULL,0),(2,647,1368922037,NULL,13836,NULL,1367940787,NULL,0),(2,648,1349038609,NULL,18156,NULL,1349037349,NULL,0),(2,648,1360456535,NULL,18156,NULL,1360093459,NULL,0),(2,648,1368922037,NULL,18156,NULL,1367940787,NULL,0),(2,649,1349038609,NULL,14053,NULL,1349037349,NULL,0),(2,649,1360456535,NULL,14053,NULL,1360093459,NULL,0),(2,649,1368922037,NULL,14053,NULL,1367940787,NULL,0),(2,650,1349038609,NULL,13870,NULL,1349037349,NULL,0),(2,650,1360456535,NULL,13870,NULL,1360093459,NULL,0),(2,650,1368922037,NULL,13870,NULL,1367940787,NULL,0),(2,651,1349038609,NULL,16398,NULL,1349037349,NULL,0),(2,651,1360456535,NULL,16428,NULL,1360093459,NULL,0),(2,651,1368922037,NULL,18061,NULL,1367940787,NULL,0),(2,652,1349038609,NULL,16545,NULL,1349037349,NULL,0),(2,652,1360456535,NULL,16545,NULL,1360093459,NULL,0),(2,652,1368922037,NULL,16545,NULL,1367940787,NULL,0),(2,653,1349038609,NULL,14648,NULL,1349037349,NULL,0),(2,653,1360456535,NULL,14648,NULL,1360093459,NULL,0),(2,653,1368922037,NULL,14648,NULL,1367940787,NULL,0),(2,654,1349038609,NULL,11071,NULL,1349037349,NULL,0),(2,654,1360456535,NULL,11071,NULL,1360093459,NULL,0),(2,654,1368922037,NULL,14955,NULL,1367940787,NULL,0),(2,655,1349038609,NULL,14402,NULL,1349037349,NULL,0),(2,655,1360456535,NULL,15840,NULL,1360093459,NULL,0),(2,655,1368922037,NULL,15840,NULL,1367940787,NULL,0),(2,656,1349038609,NULL,15009,NULL,1349037349,NULL,0),(2,656,1360456535,NULL,15009,NULL,1360093459,NULL,0),(2,656,1368922037,NULL,15009,NULL,1367940787,NULL,0),(2,657,1349038609,NULL,13090,NULL,1349037349,NULL,0),(2,657,1360456535,NULL,13090,NULL,1360093459,NULL,0),(2,657,1368922037,NULL,13090,NULL,1367940787,NULL,0),(2,658,1349038609,NULL,15057,NULL,1349037349,NULL,0),(2,658,1360456535,NULL,15044,NULL,1360093459,NULL,0),(2,658,1368922037,NULL,15044,NULL,1367940787,NULL,0),(2,659,1349038609,NULL,10044,NULL,1349037349,NULL,0),(2,659,1360456535,NULL,10044,NULL,1360093459,NULL,0),(2,659,1368922037,NULL,10044,NULL,1367940787,NULL,0),(2,660,1349038609,NULL,7278,NULL,1349037349,NULL,0),(2,660,1360456535,NULL,7278,NULL,1360093459,NULL,0),(2,660,1368922037,NULL,7278,NULL,1367940787,NULL,0),(2,661,1349038609,NULL,14814,NULL,1349037349,NULL,0),(2,661,1360456535,NULL,14814,NULL,1360093459,NULL,0),(2,661,1368922037,NULL,14814,NULL,1367940787,NULL,0),(2,662,1349038609,NULL,21274,NULL,1349037349,NULL,0),(2,662,1360456535,NULL,21274,NULL,1360093459,NULL,0),(2,662,1368922037,NULL,21274,NULL,1367940787,NULL,0),(2,663,1349038609,NULL,14412,NULL,1349037349,NULL,0),(2,663,1360456535,NULL,14412,NULL,1360093459,NULL,0),(2,663,1368922037,NULL,14412,NULL,1367940787,NULL,0),(2,664,1349038609,NULL,15342,NULL,1349037349,NULL,0),(2,664,1360456535,NULL,15342,NULL,1360093459,NULL,0),(2,664,1368922037,NULL,15342,NULL,1367940787,NULL,0),(2,665,1349038609,NULL,21688,NULL,1349037349,NULL,0),(2,665,1360456535,NULL,21688,NULL,1360093459,NULL,0),(2,665,1368922037,NULL,21688,NULL,1367940787,NULL,0),(2,666,1349038609,NULL,22373,NULL,1349037349,NULL,0),(2,666,1360456535,NULL,22438,NULL,1360093459,NULL,0),(2,666,1368922037,NULL,25186,NULL,1367940787,NULL,0),(2,667,1349038609,NULL,15486,NULL,1349037349,NULL,0),(2,667,1360456535,NULL,16377,NULL,1360093459,NULL,0),(2,667,1368922037,NULL,16377,NULL,1367940787,NULL,0),(2,668,1349038609,NULL,13610,NULL,1349037349,NULL,0),(2,668,1360456535,NULL,13610,NULL,1360093459,NULL,0),(2,668,1368922037,NULL,13610,NULL,1367940787,NULL,0),(2,669,1349038609,NULL,14108,NULL,1349037349,NULL,0),(2,669,1360456535,NULL,14108,NULL,1360093459,NULL,0),(2,669,1368922037,NULL,14108,NULL,1367940787,NULL,0),(2,670,1349038609,NULL,8450,NULL,1349037349,NULL,0),(2,670,1360456535,NULL,8450,NULL,1360093459,NULL,0),(2,670,1368922037,NULL,8450,NULL,1367940787,NULL,0),(2,671,1349038609,NULL,21032,NULL,1349037349,NULL,0),(2,671,1360456535,NULL,21032,NULL,1360093459,NULL,0),(2,671,1368922037,NULL,21032,NULL,1367940787,NULL,0),(2,672,1349038609,NULL,14748,NULL,1349037349,NULL,0),(2,672,1360456535,NULL,14748,NULL,1360093459,NULL,0),(2,672,1368922037,NULL,14748,NULL,1367940787,NULL,0),(2,673,1349038609,NULL,14789,NULL,1349037350,NULL,0),(2,673,1360456535,NULL,14789,NULL,1360093459,NULL,0),(2,673,1368922037,NULL,14789,NULL,1367940787,NULL,0),(2,674,1349038609,NULL,5969,NULL,1349037350,NULL,0),(2,674,1360456535,NULL,5969,NULL,1360093459,NULL,0),(2,674,1368922037,NULL,5969,NULL,1367940787,NULL,0),(2,675,1349038609,NULL,18911,NULL,1349037350,NULL,0),(2,675,1360456535,NULL,18911,NULL,1360093459,NULL,0),(2,675,1368922037,NULL,18911,NULL,1367940787,NULL,0),(2,676,1349038609,NULL,14227,NULL,1349037350,NULL,0),(2,676,1360456535,NULL,14227,NULL,1360093459,NULL,0),(2,676,1368922037,NULL,14227,NULL,1367940787,NULL,0),(2,677,1349038609,NULL,14832,NULL,1349037350,NULL,0),(2,677,1360456535,NULL,16351,NULL,1360093459,NULL,0),(2,677,1368922037,NULL,18081,NULL,1367940787,NULL,0),(2,678,1349038609,NULL,11604,NULL,1349037350,NULL,0),(2,678,1360456535,NULL,11604,NULL,1360093459,NULL,0),(2,678,1368922037,NULL,11604,NULL,1367940787,NULL,0),(2,679,1349038609,NULL,26093,NULL,1349037350,NULL,0),(2,679,1360456535,NULL,26093,NULL,1360093459,NULL,0),(2,679,1368922037,NULL,26093,NULL,1367940787,NULL,0),(2,680,1349038609,NULL,14739,NULL,1349037350,NULL,0),(2,680,1360456535,NULL,14739,NULL,1360093459,NULL,0),(2,680,1368922037,NULL,14739,NULL,1367940787,NULL,0),(2,681,1349038609,NULL,9570,NULL,1349037350,NULL,0),(2,681,1360456535,NULL,15903,NULL,1360093459,NULL,0),(2,681,1368922037,NULL,17494,NULL,1367940787,NULL,0),(2,682,1349038609,NULL,10451,NULL,1349037350,NULL,0),(2,682,1360456535,NULL,10451,NULL,1360093459,NULL,0),(2,682,1368922037,NULL,10451,NULL,1367940787,NULL,0),(2,683,1349038609,NULL,13743,NULL,1349037350,NULL,0),(2,683,1360456535,NULL,13743,NULL,1360093459,NULL,0),(2,683,1368922037,NULL,13743,NULL,1367940787,NULL,0),(2,684,1349038609,NULL,11506,NULL,1349037350,NULL,0),(2,684,1360456535,NULL,11506,NULL,1360093459,NULL,0),(2,684,1368922037,NULL,11506,NULL,1367940787,NULL,0),(2,685,1349038609,NULL,7313,NULL,1349037350,NULL,0),(2,685,1360456535,NULL,7313,NULL,1360093459,NULL,0),(2,685,1368922037,NULL,7313,NULL,1367940787,NULL,0),(2,686,1349038609,NULL,14084,NULL,1349037350,NULL,0),(2,686,1360456535,NULL,14084,NULL,1360093459,NULL,0),(2,686,1368922037,NULL,14084,NULL,1367940787,NULL,0),(2,687,1349038609,NULL,14904,NULL,1349037350,NULL,0),(2,687,1360456535,NULL,14904,NULL,1360093459,NULL,0),(2,687,1368922037,NULL,14904,NULL,1367940787,NULL,0),(2,688,1349038609,NULL,20248,NULL,1349037350,NULL,0),(2,688,1360456535,NULL,23023,NULL,1360093459,NULL,0),(2,688,1368922037,NULL,23023,NULL,1367940787,NULL,0),(2,689,1349038609,NULL,15688,NULL,1349037350,NULL,0),(2,689,1360456535,NULL,15688,NULL,1360093459,NULL,0),(2,689,1368922037,NULL,15688,NULL,1367940787,NULL,0),(2,690,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,691,1349038609,NULL,847,NULL,1349037350,NULL,0),(2,691,1360456535,NULL,847,NULL,1360093459,NULL,0),(2,691,1368922037,NULL,847,NULL,1367940787,NULL,0),(2,692,1349038609,NULL,18092,NULL,1349037350,NULL,0),(2,692,1360456535,NULL,18092,NULL,1360093459,NULL,0),(2,692,1368922037,NULL,18092,NULL,1367940787,NULL,0),(2,693,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,694,1349038609,NULL,76075,NULL,1313507256,NULL,0),(2,695,1349038609,NULL,110053,NULL,1313507256,NULL,0),(2,696,1349038609,NULL,6946,NULL,1313507256,NULL,0),(2,697,1349038609,NULL,70262,NULL,1345535253,NULL,0),(2,698,1349038609,NULL,1163,NULL,1313507256,NULL,0),(2,699,1349038609,NULL,10824,NULL,1313507256,NULL,0),(2,700,1349038609,NULL,3958,NULL,1313507256,NULL,0),(2,701,1349038609,NULL,9108,NULL,1313507256,NULL,0),(2,702,1349038609,NULL,247,NULL,1313507256,NULL,0),(2,703,1349038609,NULL,124,NULL,1313507256,NULL,0),(2,704,1349038609,NULL,92402,NULL,1313507256,NULL,0),(2,705,1349038609,NULL,130,NULL,1313507256,NULL,0),(2,706,1349038609,NULL,8422,NULL,1313507256,NULL,0),(2,707,1349038609,NULL,11585,NULL,1313507256,NULL,0),(2,708,1349038609,NULL,4362,NULL,1313507256,NULL,0),(2,709,1349038609,NULL,3269,NULL,1313507256,NULL,0),(2,710,1349038609,NULL,1441,NULL,1313507256,NULL,0),(2,711,1349038609,NULL,61251,NULL,1313507256,NULL,0),(2,712,1349038609,NULL,35148,NULL,1313507256,NULL,0),(2,713,1349038609,NULL,2580,NULL,1313507256,NULL,0),(2,714,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,715,1349038609,1349570181,22235,NULL,1349037350,NULL,0),(2,715,1360456535,NULL,22235,NULL,1360093461,NULL,0),(2,715,1365294085,NULL,22235,NULL,1343097924,NULL,0),(2,716,1349038609,1349570181,39898,NULL,1349037350,NULL,0),(2,716,1360456535,NULL,39898,NULL,1360093461,NULL,0),(2,716,1365294085,NULL,39898,NULL,1343097926,NULL,0),(2,717,1349038609,NULL,8516,NULL,1349037350,NULL,0),(2,717,1349570181,NULL,8517,NULL,1349167003,NULL,0),(2,717,1360456535,NULL,8516,NULL,1360093461,NULL,0),(2,717,1365294085,NULL,8516,NULL,1343097926,NULL,0),(2,718,1349038609,NULL,1474,NULL,1349037350,NULL,0),(2,718,1349570181,NULL,1474,NULL,1343097924,NULL,0),(2,718,1360456535,NULL,1474,NULL,1360093461,NULL,0),(2,718,1365294085,NULL,1474,NULL,1343097924,NULL,0),(2,719,1349038609,NULL,46441,NULL,1349037350,NULL,0),(2,719,1349570181,NULL,46441,NULL,1343097922,NULL,0),(2,719,1360456535,NULL,51267,NULL,1360093461,NULL,0),(2,719,1365294085,NULL,46441,NULL,1343097922,NULL,0),(2,720,1349038609,1349570181,49552,NULL,1349037350,NULL,0),(2,720,1360456535,NULL,49552,NULL,1360093461,NULL,0),(2,720,1365294085,NULL,49552,NULL,1343097926,NULL,0),(2,721,1349038609,NULL,17046,NULL,1349037350,NULL,0),(2,721,1349570181,NULL,18260,NULL,1343097924,NULL,0),(2,721,1360456535,NULL,17749,NULL,1360093461,NULL,0),(2,721,1365294085,NULL,18260,NULL,1343097924,NULL,0),(2,722,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,723,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,724,1349038609,NULL,5374,NULL,1349037350,NULL,0),(2,724,1349570181,NULL,5374,NULL,1343097926,NULL,0),(2,724,1360456535,NULL,5374,NULL,1360093461,NULL,0),(2,724,1365294085,NULL,5374,NULL,1343097926,NULL,0),(2,725,1349038609,NULL,1047,NULL,1349037350,NULL,0),(2,725,1349570181,NULL,1047,NULL,1343097924,NULL,0),(2,725,1360456535,NULL,1115,NULL,1360093461,NULL,0),(2,725,1365294085,NULL,1047,NULL,1343097924,NULL,0),(2,726,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,727,1349038609,NULL,1351,NULL,1349037350,NULL,0),(2,727,1349570181,NULL,1301,NULL,1343097924,NULL,0),(2,727,1360456535,NULL,1351,NULL,1360093461,NULL,0),(2,727,1365294085,NULL,1301,NULL,1343097924,NULL,0),(2,728,1349038609,NULL,135,NULL,1349037350,NULL,0),(2,728,1349570181,NULL,135,NULL,1343097926,NULL,0),(2,728,1360456535,NULL,135,NULL,1360093461,NULL,0),(2,728,1365294085,NULL,135,NULL,1343097926,NULL,0),(2,729,1349038609,NULL,3113,NULL,1349037350,NULL,0),(2,729,1349570181,NULL,2972,NULL,1343097926,NULL,0),(2,729,1360456535,NULL,3113,NULL,1360093461,NULL,0),(2,729,1365294085,NULL,2972,NULL,1343097926,NULL,0),(2,730,1349038609,NULL,1254,NULL,1349037350,NULL,0),(2,730,1349570181,NULL,1254,NULL,1343097924,NULL,0),(2,730,1360456535,NULL,1254,NULL,1360093461,NULL,0),(2,730,1365294085,NULL,1254,NULL,1343097924,NULL,0),(2,731,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,732,1349038609,NULL,1564,NULL,1349037350,NULL,0),(2,732,1349570181,NULL,1564,NULL,1343097924,NULL,0),(2,732,1360456535,NULL,1564,NULL,1360093461,NULL,0),(2,732,1365294085,NULL,1564,NULL,1343097924,NULL,0),(2,733,1349038609,NULL,3431,NULL,1349037350,NULL,0),(2,733,1349570181,NULL,3431,NULL,1343097924,NULL,0),(2,733,1360456535,NULL,3431,NULL,1360093461,NULL,0),(2,733,1365294085,NULL,3431,NULL,1343097924,NULL,0),(2,734,1349038609,NULL,3428,NULL,1349037350,NULL,0),(2,734,1349570181,NULL,3428,NULL,1343097924,NULL,0),(2,734,1360456535,NULL,3479,NULL,1360093461,NULL,0),(2,734,1365294085,NULL,3428,NULL,1343097924,NULL,0),(2,735,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,736,1349038609,NULL,2268,NULL,1349037350,NULL,0),(2,736,1349570181,NULL,2268,NULL,1343179760,NULL,0),(2,736,1360456535,NULL,2268,NULL,1360093461,NULL,0),(2,736,1365294085,NULL,2268,NULL,1343179760,NULL,0),(2,737,1349038609,NULL,2287,NULL,1349037350,NULL,0),(2,737,1349570181,NULL,2201,NULL,1343097924,NULL,0),(2,737,1360456535,NULL,2287,NULL,1360093461,NULL,0),(2,737,1365294085,NULL,2201,NULL,1343097924,NULL,0),(2,738,1349038609,NULL,2183,NULL,1349037350,NULL,0),(2,738,1349570181,NULL,2097,NULL,1343097924,NULL,0),(2,738,1360456535,NULL,2183,NULL,1360093461,NULL,0),(2,738,1365294085,NULL,2097,NULL,1343097924,NULL,0),(2,739,1349038609,NULL,718,NULL,1349037350,NULL,0),(2,739,1349570181,NULL,712,NULL,1343097924,NULL,0),(2,739,1360456535,NULL,718,NULL,1360093461,NULL,0),(2,739,1365294085,NULL,712,NULL,1343097924,NULL,0),(2,740,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,741,1349038609,NULL,726,NULL,1349037350,NULL,0),(2,741,1349570181,NULL,726,NULL,1343097924,NULL,0),(2,741,1360456535,NULL,726,NULL,1360093461,NULL,0),(2,741,1365294085,NULL,726,NULL,1343097924,NULL,0),(2,742,1349038609,NULL,1205,NULL,1349037350,NULL,0),(2,742,1349570181,NULL,1205,NULL,1343097924,NULL,0),(2,742,1360456535,NULL,1205,NULL,1360093461,NULL,0),(2,742,1365294085,NULL,1205,NULL,1343097924,NULL,0),(2,743,1349038609,NULL,139,NULL,1349037350,NULL,0),(2,743,1349570181,NULL,139,NULL,1343097924,NULL,0),(2,743,1360456535,NULL,139,NULL,1360093461,NULL,0),(2,743,1365294085,NULL,139,NULL,1343097924,NULL,0),(2,744,1349038609,NULL,1189,NULL,1349037350,NULL,0),(2,744,1349570181,NULL,1189,NULL,1343097924,NULL,0),(2,744,1360456535,NULL,1189,NULL,1360093461,NULL,0),(2,744,1365294085,NULL,1189,NULL,1343097924,NULL,0),(2,745,1349038609,NULL,729,NULL,1349037350,NULL,0),(2,745,1349570181,NULL,729,NULL,1343097924,NULL,0),(2,745,1360456535,NULL,729,NULL,1360093461,NULL,0),(2,745,1365294085,NULL,729,NULL,1343097924,NULL,0),(2,746,1349038609,NULL,344,NULL,1349037350,NULL,0),(2,746,1349570181,NULL,3501,NULL,1343097924,NULL,0),(2,746,1360456535,NULL,344,NULL,1360093461,NULL,0),(2,746,1365294085,NULL,3501,NULL,1343097924,NULL,0),(2,747,1349038609,NULL,4454,NULL,1349037350,NULL,0),(2,747,1349570181,NULL,4595,NULL,1343179748,NULL,0),(2,747,1360456535,NULL,4454,NULL,1360093461,NULL,0),(2,747,1365294085,NULL,4595,NULL,1343179748,NULL,0),(2,748,1349038609,NULL,2195,NULL,1349037350,NULL,0),(2,748,1349570181,NULL,2506,NULL,1343188844,NULL,0),(2,748,1360456535,NULL,2195,NULL,1360093461,NULL,0),(2,748,1365294085,NULL,2506,NULL,1364286454,NULL,0),(2,749,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,750,1349038609,NULL,3951,NULL,1349037350,NULL,0),(2,750,1349570181,NULL,3951,NULL,1343097926,NULL,0),(2,750,1360456535,NULL,3951,NULL,1360093461,NULL,0),(2,750,1365294085,NULL,3951,NULL,1343097926,NULL,0),(2,751,1349038609,NULL,847,NULL,1349037350,NULL,0),(2,751,1349570181,NULL,847,NULL,1343097926,NULL,0),(2,751,1360456535,NULL,895,NULL,1360093461,NULL,0),(2,751,1365294085,NULL,847,NULL,1343097926,NULL,0),(2,752,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,753,1349038609,NULL,1453,NULL,1349037350,NULL,0),(2,753,1349570181,NULL,1395,NULL,1343097926,NULL,0),(2,753,1360456535,NULL,1453,NULL,1360093461,NULL,0),(2,753,1365294085,NULL,1395,NULL,1343097926,NULL,0),(2,754,1349038609,NULL,3599,NULL,1349037350,NULL,0),(2,754,1349570181,NULL,3437,NULL,1343097926,NULL,0),(2,754,1360456535,NULL,3599,NULL,1360093461,NULL,0),(2,754,1365294085,NULL,3437,NULL,1343097926,NULL,0),(2,755,1349038609,NULL,1300,NULL,1349037350,NULL,0),(2,755,1349570181,NULL,1299,NULL,1343097926,NULL,0),(2,755,1360456535,NULL,1300,NULL,1360093461,NULL,0),(2,755,1365294085,NULL,1299,NULL,1343097926,NULL,0),(2,756,1349038609,1349570181,51733,NULL,1349037350,NULL,0),(2,756,1360456535,NULL,51733,NULL,1360093461,NULL,0),(2,756,1365294085,NULL,51733,NULL,1343097926,NULL,0),(2,757,1349038609,NULL,1682,NULL,1349037350,NULL,0),(2,757,1349570181,NULL,1682,NULL,1343097926,NULL,0),(2,757,1360456535,NULL,1682,NULL,1360093461,NULL,0),(2,757,1365294085,NULL,1682,NULL,1343097926,NULL,0),(2,758,1349038609,1349570181,51899,NULL,1349037350,NULL,0),(2,758,1360456535,NULL,51899,NULL,1360093461,NULL,0),(2,758,1365294085,NULL,51899,NULL,1343097926,NULL,0),(2,759,1349038609,NULL,1663,NULL,1349037350,NULL,0),(2,759,1349570181,NULL,1663,NULL,1343097926,NULL,0),(2,759,1360456535,NULL,1663,NULL,1360093461,NULL,0),(2,759,1365294085,NULL,1663,NULL,1343097926,NULL,0),(2,760,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,761,1349038609,NULL,1972,NULL,1349037350,NULL,0),(2,761,1349570181,NULL,1972,NULL,1343097922,NULL,0),(2,761,1360456535,NULL,1972,NULL,1360093461,NULL,0),(2,761,1365294085,NULL,1972,NULL,1343097922,NULL,0),(2,762,1349038609,NULL,1658,NULL,1349037350,NULL,0),(2,762,1349570181,NULL,1658,NULL,1343097922,NULL,0),(2,762,1360456535,NULL,1658,NULL,1360093461,NULL,0),(2,762,1365294085,NULL,1658,NULL,1343097922,NULL,0),(2,763,1349038609,NULL,3391,NULL,1349037350,NULL,0),(2,763,1349570181,NULL,3391,NULL,1343097922,NULL,0),(2,763,1360456535,NULL,3391,NULL,1360093461,NULL,0),(2,763,1365294085,NULL,3391,NULL,1343097922,NULL,0),(2,764,1349038609,NULL,821,NULL,1349037350,NULL,0),(2,764,1349570181,NULL,821,NULL,1343097922,NULL,0),(2,764,1360456535,NULL,821,NULL,1360093461,NULL,0),(2,764,1365294085,NULL,821,NULL,1343097922,NULL,0),(2,765,1349038609,NULL,579,NULL,1349037350,NULL,0),(2,765,1349570181,NULL,579,NULL,1343097922,NULL,0),(2,765,1360456535,NULL,579,NULL,1360093461,NULL,0),(2,765,1365294085,NULL,579,NULL,1343097922,NULL,0),(2,766,1349038609,NULL,1264,NULL,1349037350,NULL,0),(2,766,1349570181,NULL,1264,NULL,1343097922,NULL,0),(2,766,1360456535,NULL,1264,NULL,1360093461,NULL,0),(2,766,1365294085,NULL,1264,NULL,1343097922,NULL,0),(2,767,1349038609,NULL,6442,NULL,1349037350,NULL,0),(2,767,1349570181,NULL,6442,NULL,1343097922,NULL,0),(2,767,1360456535,NULL,6442,NULL,1360093461,NULL,0),(2,767,1365294085,NULL,6442,NULL,1343097922,NULL,0),(2,768,1349038609,NULL,1152,NULL,1349037350,NULL,0),(2,768,1349570181,NULL,1152,NULL,1343097922,NULL,0),(2,768,1360456535,NULL,1152,NULL,1360093461,NULL,0),(2,768,1365294085,NULL,1152,NULL,1343097922,NULL,0),(2,769,1349038609,1349570181,18610,NULL,1349037350,NULL,0),(2,769,1360456535,NULL,18610,NULL,1360093461,NULL,0),(2,769,1365294085,NULL,18610,NULL,1343097924,NULL,0),(2,770,1349038609,NULL,116059,NULL,1349037350,NULL,0),(2,770,1349570181,NULL,116059,NULL,1343097924,NULL,0),(2,770,1360456535,NULL,116059,NULL,1360093461,NULL,0),(2,770,1365294085,NULL,116059,NULL,1343097924,NULL,0),(2,771,1349038609,NULL,2378,NULL,1349037350,NULL,0),(2,771,1349570181,NULL,2378,NULL,1343097922,NULL,0),(2,771,1360456535,NULL,2378,NULL,1360093461,NULL,0),(2,771,1365294085,NULL,2378,NULL,1343097922,NULL,0),(2,772,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,773,1349038609,NULL,3892,NULL,1349037350,NULL,0),(2,773,1349570181,NULL,3892,NULL,1343097922,NULL,0),(2,773,1360456535,NULL,3892,NULL,1360093461,NULL,0),(2,773,1365294085,NULL,3892,NULL,1343097922,NULL,0),(2,774,1349038609,NULL,3925,NULL,1349037350,NULL,0),(2,774,1349570181,NULL,3925,NULL,1343097922,NULL,0),(2,774,1360456535,NULL,3925,NULL,1360093461,NULL,0),(2,774,1365294085,NULL,3925,NULL,1343097922,NULL,0),(2,775,1349038609,NULL,8813,NULL,1349037350,NULL,0),(2,775,1349570181,NULL,8813,NULL,1343097922,NULL,0),(2,775,1360456535,NULL,8813,NULL,1360093461,NULL,0),(2,775,1365294085,NULL,8813,NULL,1343097922,NULL,0),(2,776,1349038609,NULL,3534,NULL,1349037350,NULL,0),(2,776,1349570181,NULL,3534,NULL,1343097922,NULL,0),(2,776,1360456535,NULL,3534,NULL,1360093461,NULL,0),(2,776,1365294085,NULL,3534,NULL,1343097922,NULL,0),(2,777,1349038609,NULL,49964,NULL,1349037350,NULL,0),(2,777,1349570181,NULL,49441,NULL,1349166913,NULL,0),(2,777,1360456535,NULL,57901,NULL,1360093461,NULL,0),(2,777,1365294085,NULL,49428,NULL,1343097922,NULL,0),(2,778,1349038609,1349570181,43496,NULL,1349037350,NULL,0),(2,778,1360456535,NULL,43496,NULL,1360093461,NULL,0),(2,778,1365294085,NULL,43496,NULL,1343097924,NULL,0),(2,779,1349038609,NULL,826,NULL,1349037350,NULL,0),(2,779,1349570181,NULL,826,NULL,1343097922,NULL,0),(2,779,1360456535,NULL,826,NULL,1360093461,NULL,0),(2,779,1365294085,NULL,826,NULL,1343097922,NULL,0),(2,780,1349038609,NULL,29358,NULL,1349037350,NULL,0),(2,780,1349570181,NULL,28958,NULL,1343097922,NULL,0),(2,780,1360456535,NULL,30767,NULL,1360093461,NULL,0),(2,780,1365294085,NULL,28954,NULL,1364288107,NULL,0),(2,781,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,782,1349038609,NULL,21413,NULL,1349037350,NULL,0),(2,782,1349570181,NULL,21413,NULL,1343097922,NULL,0),(2,782,1360456535,NULL,21413,NULL,1360093461,NULL,0),(2,782,1365294085,NULL,21413,NULL,1343097922,NULL,0),(2,783,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,784,1349038609,NULL,57141,NULL,1349037350,NULL,0),(2,784,1349570181,NULL,57141,NULL,1343097922,NULL,0),(2,784,1360456535,NULL,57141,NULL,1360093461,NULL,0),(2,784,1365294085,NULL,57141,NULL,1343097922,NULL,0),(2,785,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,786,1349038609,NULL,0,NULL,1349037350,NULL,0),(2,786,1349570181,NULL,0,NULL,1343097922,NULL,0),(2,786,1360456535,NULL,0,NULL,1360093461,NULL,0),(2,786,1365294085,NULL,0,NULL,1343097922,NULL,0),(2,787,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,788,1349038609,NULL,572,NULL,1349037350,NULL,0),(2,788,1349570181,NULL,572,NULL,1343097922,NULL,0),(2,788,1360456535,NULL,572,NULL,1360093461,NULL,0),(2,788,1365294085,NULL,572,NULL,1343097922,NULL,0),(2,789,1349038609,NULL,1776,NULL,1349037350,NULL,0),(2,789,1349570181,NULL,1776,NULL,1343097922,NULL,0),(2,789,1360456535,NULL,1776,NULL,1360093461,NULL,0),(2,789,1365294085,NULL,1776,NULL,1343097922,NULL,0),(2,790,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,791,1349038609,NULL,2118,NULL,1349037350,NULL,0),(2,791,1349570181,NULL,2118,NULL,1343097924,NULL,0),(2,791,1360456535,NULL,2118,NULL,1360093461,NULL,0),(2,791,1365294085,NULL,2118,NULL,1343097924,NULL,0),(2,792,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,793,1349038609,NULL,268,NULL,1349037350,NULL,0),(2,793,1349570181,NULL,268,NULL,1343097924,NULL,0),(2,793,1360456535,NULL,268,NULL,1360093461,NULL,0),(2,793,1365294085,NULL,268,NULL,1343097924,NULL,0),(2,794,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,795,1349038609,NULL,1475,NULL,1349037350,NULL,0),(2,795,1349570181,NULL,1475,NULL,1343097924,NULL,0),(2,795,1360456535,NULL,1475,NULL,1360093461,NULL,0),(2,795,1365294085,NULL,1475,NULL,1343097924,NULL,0),(2,796,1349038609,NULL,1874,NULL,1349037350,NULL,0),(2,796,1349570181,NULL,1874,NULL,1343097922,NULL,0),(2,796,1360456535,NULL,1874,NULL,1360093461,NULL,0),(2,796,1365294085,NULL,1874,NULL,1343097922,NULL,0),(2,797,1349038609,NULL,10415,NULL,1349037350,NULL,0),(2,797,1349570181,NULL,10415,NULL,1343097924,NULL,0),(2,797,1360456535,NULL,11822,NULL,1360093461,NULL,0),(2,797,1365294085,NULL,10415,NULL,1343097924,NULL,0),(2,798,1349038609,NULL,3086,NULL,1349037350,NULL,0),(2,798,1349570181,NULL,3086,NULL,1343097922,NULL,0),(2,798,1360456535,NULL,4569,NULL,1360093461,NULL,0),(2,798,1365294085,NULL,3086,NULL,1343097922,NULL,0),(2,799,1349038609,NULL,2902,NULL,1349037350,NULL,0),(2,799,1349570181,NULL,2902,NULL,1343097924,NULL,0),(2,799,1360456535,NULL,2902,NULL,1360093461,NULL,0),(2,799,1365294085,NULL,2902,NULL,1343097924,NULL,0),(2,800,1349038609,NULL,1684,NULL,1349037350,NULL,0),(2,800,1349570181,NULL,1684,NULL,1343097924,NULL,0),(2,800,1360456535,NULL,1684,NULL,1360093461,NULL,0),(2,800,1365294085,NULL,1684,NULL,1343097924,NULL,0),(2,801,1349038609,NULL,5221,NULL,1349037350,NULL,0),(2,801,1349570181,NULL,5221,NULL,1343097924,NULL,0),(2,801,1360456535,NULL,6582,NULL,1360093461,NULL,0),(2,801,1365294085,NULL,5221,NULL,1343097924,NULL,0),(2,802,1349038609,NULL,1578,NULL,1349037350,NULL,0),(2,802,1349570181,NULL,1578,NULL,1343097924,NULL,0),(2,802,1360456535,NULL,1578,NULL,1360093461,NULL,0),(2,802,1365294085,NULL,1578,NULL,1343097924,NULL,0),(2,803,1349038609,NULL,565,NULL,1349037350,NULL,0),(2,803,1349570181,NULL,565,NULL,1343097924,NULL,0),(2,803,1360456535,NULL,565,NULL,1360093461,NULL,0),(2,803,1365294085,NULL,565,NULL,1343097924,NULL,0),(2,804,1349038609,NULL,1404,NULL,1349037350,NULL,0),(2,804,1349570181,NULL,1404,NULL,1343097924,NULL,0),(2,804,1360456535,NULL,1404,NULL,1360093461,NULL,0),(2,804,1365294085,NULL,1404,NULL,1343097924,NULL,0),(2,805,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,806,1349038609,NULL,1475,NULL,1349037350,NULL,0),(2,806,1349570181,NULL,1475,NULL,1343097924,NULL,0),(2,806,1360456535,NULL,1475,NULL,1360093461,NULL,0),(2,806,1365294085,NULL,1475,NULL,1343097924,NULL,0),(2,807,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,808,1349038609,NULL,519,NULL,1349037350,NULL,0),(2,808,1349570181,NULL,519,NULL,1343097924,NULL,0),(2,808,1360456535,NULL,519,NULL,1360093461,NULL,0),(2,808,1365294085,NULL,519,NULL,1343097924,NULL,0),(2,809,1349038609,NULL,77,NULL,1349037350,NULL,0),(2,809,1349570181,NULL,75,NULL,1343097924,NULL,0),(2,809,1360456535,NULL,77,NULL,1360093461,NULL,0),(2,809,1365294085,NULL,75,NULL,1343097924,NULL,0),(2,810,1349038609,NULL,675,NULL,1349037350,NULL,0),(2,810,1349570181,NULL,675,NULL,1343097924,NULL,0),(2,810,1360456535,NULL,675,NULL,1360093461,NULL,0),(2,810,1365294085,NULL,675,NULL,1343097924,NULL,0),(2,811,1349038609,NULL,3871,NULL,1349037350,NULL,0),(2,811,1349570181,NULL,3871,NULL,1343097924,NULL,0),(2,811,1360456535,NULL,3871,NULL,1360093461,NULL,0),(2,811,1365294085,NULL,3871,NULL,1343097924,NULL,0),(2,812,1349038609,NULL,245,NULL,1349037350,NULL,0),(2,812,1349570181,NULL,234,NULL,1343097924,NULL,0),(2,812,1360456535,NULL,245,NULL,1360093461,NULL,0),(2,812,1365294085,NULL,234,NULL,1343097924,NULL,0),(2,813,1349038609,NULL,373,NULL,1349037350,NULL,0),(2,813,1349570181,NULL,343,NULL,1343097924,NULL,0),(2,813,1360456535,NULL,373,NULL,1360093461,NULL,0),(2,813,1365294085,NULL,343,NULL,1343097924,NULL,0),(2,814,1349038609,NULL,271,NULL,1349037350,NULL,0),(2,814,1349570181,NULL,271,NULL,1343097924,NULL,0),(2,814,1360456535,NULL,271,NULL,1360093461,NULL,0),(2,814,1365294085,NULL,271,NULL,1343097924,NULL,0),(2,815,1349038609,NULL,5212,NULL,1349037350,NULL,0),(2,815,1349570181,NULL,5069,NULL,1343097924,NULL,0),(2,815,1360456535,NULL,5212,NULL,1360093461,NULL,0),(2,815,1365294085,NULL,5069,NULL,1343097924,NULL,0),(2,816,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,817,1349038609,NULL,833,NULL,1349037350,NULL,0),(2,817,1349570181,NULL,833,NULL,1343097924,NULL,0),(2,817,1360456535,NULL,833,NULL,1360093461,NULL,0),(2,817,1365294085,NULL,833,NULL,1343097924,NULL,0),(2,818,1349038609,NULL,989,NULL,1349037350,NULL,0),(2,818,1349570181,NULL,989,NULL,1343097924,NULL,0),(2,818,1360456535,NULL,989,NULL,1360093461,NULL,0),(2,818,1365294085,NULL,989,NULL,1343097924,NULL,0),(2,819,1349038609,NULL,4823,NULL,1349037350,NULL,0),(2,819,1349570181,NULL,4565,NULL,1343097924,NULL,0),(2,819,1360456535,NULL,4823,NULL,1360093461,NULL,0),(2,819,1365294085,NULL,4565,NULL,1343097924,NULL,0),(2,820,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,821,1349038609,NULL,24298,NULL,1349037352,NULL,0),(2,821,1360456535,NULL,24298,NULL,1360093463,NULL,0),(2,821,1365898500,NULL,24298,NULL,1365481302,NULL,0),(2,822,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,823,1349038609,NULL,43093,NULL,1349037352,NULL,0),(2,823,1360456535,NULL,45702,NULL,1360093463,NULL,0),(2,823,1365898500,NULL,45766,NULL,1365481301,NULL,0),(2,824,1349038609,NULL,31161,NULL,1349037352,NULL,0),(2,824,1360456535,NULL,31161,NULL,1360093463,NULL,0),(2,824,1365898500,NULL,31161,NULL,1365481301,NULL,0),(2,825,1349038609,NULL,0,NULL,1349037352,NULL,0),(2,825,1360456535,NULL,0,NULL,1360093463,NULL,0),(2,825,1365898500,NULL,0,NULL,1365481301,NULL,0),(2,826,1349038609,NULL,21771,NULL,1349037352,NULL,0),(2,826,1360456535,NULL,21549,NULL,1360093463,NULL,0),(2,826,1365898500,NULL,24444,NULL,1365481301,NULL,0),(2,827,1349038609,NULL,3032,NULL,1349037352,NULL,0),(2,827,1360456535,NULL,3032,NULL,1360093463,NULL,0),(2,827,1365898500,NULL,3032,NULL,1365481301,NULL,0),(2,828,1349038609,NULL,5548,NULL,1349037352,NULL,0),(2,828,1360456535,NULL,5548,NULL,1360093463,NULL,0),(2,828,1365898500,NULL,5548,NULL,1365481301,NULL,0),(2,829,1349038609,NULL,20001,NULL,1349037352,NULL,0),(2,829,1360456535,NULL,19933,NULL,1360093463,NULL,0),(2,829,1365898500,NULL,19933,NULL,1365481301,NULL,0),(2,830,1349038609,NULL,1281,NULL,1349037352,NULL,0),(2,830,1360456535,NULL,1623,NULL,1360093463,NULL,0),(2,830,1365898500,NULL,1624,NULL,1365481301,NULL,0),(2,831,1349038609,1360456535,3070,NULL,1349037352,NULL,0),(2,832,1349038609,NULL,7883,NULL,1349037352,NULL,0),(2,832,1360456535,NULL,7883,NULL,1360093463,NULL,0),(2,832,1365898500,NULL,7883,NULL,1365481301,NULL,0),(2,833,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,834,1349038609,NULL,3286,NULL,1349037352,NULL,0),(2,834,1360456535,NULL,3286,NULL,1360093463,NULL,0),(2,834,1365898500,NULL,3286,NULL,1365481301,NULL,0),(2,835,1349038609,NULL,3298,NULL,1349037352,NULL,0),(2,835,1360456535,NULL,3298,NULL,1360093463,NULL,0),(2,835,1365898500,NULL,3298,NULL,1365481301,NULL,0),(2,836,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,837,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,838,1349038609,NULL,17175,NULL,1349037352,NULL,0),(2,838,1360456535,NULL,17175,NULL,1360093463,NULL,0),(2,838,1365898500,NULL,17175,NULL,1365481301,NULL,0),(2,839,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,840,1349038609,NULL,3181,NULL,1349037352,NULL,0),(2,840,1360456535,NULL,3181,NULL,1360093463,NULL,0),(2,840,1365898500,NULL,3181,NULL,1365481301,NULL,0),(2,841,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,842,1349038609,NULL,562,NULL,1349037352,NULL,0),(2,842,1360456535,NULL,562,NULL,1360093463,NULL,0),(2,842,1365898500,NULL,562,NULL,1365481301,NULL,0),(2,843,1349038609,NULL,1012,NULL,1349037352,NULL,0),(2,843,1360456535,NULL,1012,NULL,1360093463,NULL,0),(2,843,1365898500,NULL,1012,NULL,1365481301,NULL,0),(2,844,1349038609,NULL,315,NULL,1349037352,NULL,0),(2,844,1360456535,NULL,315,NULL,1360093463,NULL,0),(2,844,1365898500,NULL,315,NULL,1365481301,NULL,0),(2,845,1349038609,NULL,984,NULL,1349037352,NULL,0),(2,845,1360456535,NULL,984,NULL,1360093463,NULL,0),(2,845,1365898500,NULL,984,NULL,1365481301,NULL,0),(2,846,1349038609,NULL,1069,NULL,1349037352,NULL,0),(2,846,1360456535,NULL,1069,NULL,1360093463,NULL,0),(2,846,1365898500,NULL,1069,NULL,1365481301,NULL,0),(2,847,1349038609,NULL,518,NULL,1349037352,NULL,0),(2,847,1360456535,NULL,518,NULL,1360093463,NULL,0),(2,847,1365898500,NULL,518,NULL,1365481301,NULL,0),(2,848,1349038609,NULL,997,NULL,1349037352,NULL,0),(2,848,1360456535,NULL,997,NULL,1360093463,NULL,0),(2,848,1365898500,NULL,997,NULL,1365481301,NULL,0),(2,849,1349038609,NULL,86,NULL,1349037352,NULL,0),(2,849,1360456535,NULL,86,NULL,1360093463,NULL,0),(2,849,1365898500,NULL,86,NULL,1365481301,NULL,0),(2,850,1349038609,NULL,86,NULL,1349037352,NULL,0),(2,850,1360456535,NULL,86,NULL,1360093463,NULL,0),(2,850,1365898500,NULL,86,NULL,1365481301,NULL,0),(2,851,1349038609,NULL,10355,NULL,1349037352,NULL,0),(2,851,1360456535,NULL,10355,NULL,1360093463,NULL,0),(2,851,1365898500,NULL,10355,NULL,1365481301,NULL,0),(2,852,1349038609,NULL,1097,NULL,1349037352,NULL,0),(2,852,1360456535,NULL,1097,NULL,1360093463,NULL,0),(2,852,1365898500,NULL,1097,NULL,1365481301,NULL,0),(2,853,1349038609,NULL,970,NULL,1349037352,NULL,0),(2,853,1360456535,NULL,970,NULL,1360093463,NULL,0),(2,853,1365898500,NULL,970,NULL,1365481301,NULL,0),(2,854,1349038609,NULL,532,NULL,1349037352,NULL,0),(2,854,1360456535,NULL,532,NULL,1360093463,NULL,0),(2,854,1365898500,NULL,532,NULL,1365481301,NULL,0),(2,855,1349038609,NULL,970,NULL,1349037352,NULL,0),(2,855,1360456535,NULL,970,NULL,1360093463,NULL,0),(2,855,1365898500,NULL,970,NULL,1365481301,NULL,0),(2,856,1349038609,NULL,49,NULL,1349037352,NULL,0),(2,856,1360456535,NULL,49,NULL,1360093463,NULL,0),(2,856,1365898500,NULL,49,NULL,1365481301,NULL,0),(2,857,1349038609,NULL,78,NULL,1349037352,NULL,0),(2,857,1360456535,NULL,78,NULL,1360093463,NULL,0),(2,857,1365898500,NULL,78,NULL,1365481301,NULL,0),(2,858,1349038609,NULL,1069,NULL,1349037352,NULL,0),(2,858,1360456535,NULL,1069,NULL,1360093463,NULL,0),(2,858,1365898500,NULL,1069,NULL,1365481301,NULL,0),(2,859,1349038609,NULL,1168,NULL,1349037352,NULL,0),(2,859,1360456535,NULL,1168,NULL,1360093463,NULL,0),(2,859,1365898500,NULL,1168,NULL,1365481301,NULL,0),(2,860,1349038609,NULL,1018,NULL,1349037352,NULL,0),(2,860,1360456535,NULL,1018,NULL,1360093463,NULL,0),(2,860,1365898500,NULL,1018,NULL,1365481301,NULL,0),(2,861,1349038609,NULL,970,NULL,1349037352,NULL,0),(2,861,1360456535,NULL,970,NULL,1360093463,NULL,0),(2,861,1365898500,NULL,970,NULL,1365481301,NULL,0),(2,862,1349038609,NULL,1008,NULL,1349037352,NULL,0),(2,862,1360456535,NULL,1008,NULL,1360093463,NULL,0),(2,862,1365898500,NULL,1008,NULL,1365481301,NULL,0),(2,863,1349038609,NULL,1066,NULL,1349037352,NULL,0),(2,863,1360456535,NULL,1066,NULL,1360093463,NULL,0),(2,863,1365898500,NULL,1066,NULL,1365481301,NULL,0),(2,864,1349038609,NULL,1916,NULL,1349037352,NULL,0),(2,864,1360456535,NULL,1916,NULL,1360093463,NULL,0),(2,864,1365898500,NULL,1916,NULL,1365481301,NULL,0),(2,865,1349038609,NULL,1171,NULL,1349037352,NULL,0),(2,865,1360456535,NULL,1171,NULL,1360093463,NULL,0),(2,865,1365898500,NULL,1171,NULL,1365481301,NULL,0),(2,866,1349038609,NULL,506,NULL,1349037352,NULL,0),(2,866,1360456535,NULL,506,NULL,1360093463,NULL,0),(2,866,1365898500,NULL,506,NULL,1365481301,NULL,0),(2,867,1349038609,NULL,1897,NULL,1349037352,NULL,0),(2,867,1360456535,NULL,1897,NULL,1360093463,NULL,0),(2,867,1365898500,NULL,1897,NULL,1365481301,NULL,0),(2,868,1349038609,NULL,9005,NULL,1349037352,NULL,0),(2,868,1360456535,NULL,9005,NULL,1360093463,NULL,0),(2,868,1365898500,NULL,9005,NULL,1365481301,NULL,0),(2,869,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,870,1349038609,NULL,3771,NULL,1349037352,NULL,0),(2,870,1360456535,NULL,3771,NULL,1360093463,NULL,0),(2,870,1365898500,NULL,3771,NULL,1365481301,NULL,0),(2,871,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,872,1349038609,NULL,2530,NULL,1349037352,NULL,0),(2,872,1360456535,NULL,2530,NULL,1360093463,NULL,0),(2,872,1365898500,NULL,2530,NULL,1365481301,NULL,0),(2,873,1349038609,NULL,583,NULL,1349037352,NULL,0),(2,873,1360456535,NULL,583,NULL,1360093463,NULL,0),(2,873,1365898500,NULL,583,NULL,1365481301,NULL,0),(2,874,1349038609,NULL,537,NULL,1349037352,NULL,0),(2,874,1360456535,NULL,537,NULL,1360093463,NULL,0),(2,874,1365898500,NULL,537,NULL,1365481301,NULL,0),(2,875,1349038609,NULL,3446,NULL,1349037352,NULL,0),(2,875,1360456535,NULL,3446,NULL,1360093463,NULL,0),(2,875,1365898500,NULL,3446,NULL,1365481301,NULL,0),(2,876,1349038609,NULL,513,NULL,1349037352,NULL,0),(2,876,1360456535,NULL,513,NULL,1360093463,NULL,0),(2,876,1365898500,NULL,513,NULL,1365481301,NULL,0),(2,877,1349038609,NULL,16533,NULL,1349037352,NULL,0),(2,877,1360456535,NULL,16533,NULL,1360093463,NULL,0),(2,877,1365898500,NULL,16533,NULL,1365481301,NULL,0),(2,878,1349038609,1360456535,12787,NULL,1349037352,NULL,0),(2,879,1349038609,NULL,2613,NULL,1349037352,NULL,0),(2,879,1360456535,NULL,2613,NULL,1360093463,NULL,0),(2,879,1365898500,NULL,2613,NULL,1365481301,NULL,0),(2,880,1349038609,1360456535,227,NULL,1349037352,NULL,0),(2,881,1349038609,1360456535,6224,NULL,1349037352,NULL,0),(2,882,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,883,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,884,1349038609,NULL,25566,NULL,1349037352,NULL,0),(2,884,1360456535,NULL,25566,NULL,1360093463,NULL,0),(2,884,1365898500,NULL,25566,NULL,1365481301,NULL,0),(2,885,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,886,1349038609,NULL,329,NULL,1349037352,NULL,0),(2,886,1360456535,NULL,329,NULL,1360093463,NULL,0),(2,886,1365898500,NULL,329,NULL,1365481301,NULL,0),(2,887,1349038609,NULL,748,NULL,1349037352,NULL,0),(2,887,1360456535,NULL,748,NULL,1360093463,NULL,0),(2,887,1365898500,NULL,748,NULL,1365481301,NULL,0),(2,888,1349038609,1360456535,9018,NULL,1349037352,NULL,0),(2,889,1349038609,1360456535,22619,NULL,1349037352,NULL,0),(2,890,1349038609,1360456535,38799,NULL,1349037352,NULL,0),(2,891,1349038609,1360456535,10223,NULL,1349037352,NULL,0),(2,892,1349038609,NULL,19749,NULL,1349037352,NULL,0),(2,892,1360456535,NULL,19749,NULL,1360093463,NULL,0),(2,892,1365898500,NULL,19749,NULL,1365481301,NULL,0),(2,893,1349038609,NULL,5062,NULL,1349037352,NULL,0),(2,893,1360456535,NULL,5062,NULL,1360093463,NULL,0),(2,893,1365898500,NULL,5062,NULL,1365481301,NULL,0),(2,894,1349038609,NULL,4964,NULL,1349037352,NULL,0),(2,894,1360456535,NULL,4964,NULL,1360093463,NULL,0),(2,894,1365898500,NULL,4964,NULL,1365481301,NULL,0),(2,895,1349038609,NULL,8160,NULL,1349037352,NULL,0),(2,895,1360456535,NULL,8160,NULL,1360093463,NULL,0),(2,895,1365898500,NULL,8160,NULL,1365481301,NULL,0),(2,896,1349038609,NULL,10536,NULL,1349037352,NULL,0),(2,896,1360456535,NULL,10514,NULL,1360093463,NULL,0),(2,896,1365898500,NULL,10205,NULL,1365481301,NULL,0),(2,897,1349038609,NULL,4811,NULL,1349037352,NULL,0),(2,897,1360456535,NULL,5107,NULL,1360093463,NULL,0),(2,897,1365898500,NULL,5107,NULL,1365481301,NULL,0),(2,898,1349038609,NULL,3574,NULL,1349037352,NULL,0),(2,898,1360456535,NULL,3574,NULL,1360093463,NULL,0),(2,898,1365898500,NULL,3574,NULL,1365481301,NULL,0),(2,899,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,900,1349038609,NULL,118,NULL,1349037352,NULL,0),(2,900,1360456535,NULL,118,NULL,1360093463,NULL,0),(2,900,1365898500,NULL,118,NULL,1365481301,NULL,0),(2,901,1349038609,NULL,8809,NULL,1349037352,NULL,0),(2,901,1360456535,NULL,8850,NULL,1360093463,NULL,0),(2,901,1365898500,NULL,8850,NULL,1365481302,NULL,0),(2,902,1349038609,NULL,4583,NULL,1349037352,NULL,0),(2,902,1360456535,NULL,4583,NULL,1360093463,NULL,0),(2,902,1365898500,NULL,4583,NULL,1365481301,NULL,0),(2,903,1349038609,NULL,559,NULL,1349037352,NULL,0),(2,903,1360456535,NULL,559,NULL,1360093463,NULL,0),(2,903,1365898500,NULL,559,NULL,1365481301,NULL,0),(2,904,1349038609,NULL,315,NULL,1349037352,NULL,0),(2,904,1360456535,NULL,315,NULL,1360093463,NULL,0),(2,904,1365898500,NULL,315,NULL,1365481301,NULL,0),(2,905,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,906,1349038609,NULL,1553,NULL,1349037352,NULL,0),(2,906,1360456535,NULL,1553,NULL,1360093463,NULL,0),(2,906,1365898500,NULL,1553,NULL,1365481301,NULL,0),(2,907,1349038609,NULL,4369,NULL,1349037352,NULL,0),(2,907,1360456535,NULL,4369,NULL,1360093463,NULL,0),(2,907,1365898500,NULL,4369,NULL,1365481301,NULL,0),(2,908,1349038609,NULL,4369,NULL,1349037352,NULL,0),(2,908,1360456535,NULL,4369,NULL,1360093463,NULL,0),(2,908,1365898500,NULL,4369,NULL,1365481301,NULL,0),(2,909,1349038609,NULL,4369,NULL,1349037352,NULL,0),(2,909,1360456535,NULL,4369,NULL,1360093463,NULL,0),(2,909,1365898500,NULL,4369,NULL,1365481301,NULL,0),(2,910,1349038609,NULL,217,NULL,1349037352,NULL,0),(2,910,1360456535,NULL,217,NULL,1360093463,NULL,0),(2,910,1365898500,NULL,217,NULL,1365481301,NULL,0),(2,911,1349038609,NULL,7539,NULL,1349037352,NULL,0),(2,911,1360456535,NULL,6526,NULL,1360093463,NULL,0),(2,911,1365898500,NULL,6556,NULL,1365481301,NULL,0),(2,912,1349038609,NULL,664,NULL,1349037352,NULL,0),(2,912,1360456535,NULL,664,NULL,1360093463,NULL,0),(2,912,1365898500,NULL,664,NULL,1365481301,NULL,0),(2,913,1349038609,1360456535,1583,NULL,1349037352,NULL,0),(2,914,1349038609,NULL,47984,NULL,1349037352,NULL,0),(2,914,1360456535,NULL,47984,NULL,1360093463,NULL,0),(2,914,1365898500,NULL,47984,NULL,1365481301,NULL,0),(2,915,1349038609,NULL,15894,NULL,1349037352,NULL,0),(2,915,1360456535,NULL,15894,NULL,1360093463,NULL,0),(2,915,1365898500,NULL,15894,NULL,1365481301,NULL,0),(2,916,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,917,1349038609,NULL,172,NULL,1349037352,NULL,0),(2,917,1360456535,NULL,172,NULL,1360093463,NULL,0),(2,917,1365898500,NULL,172,NULL,1365481301,NULL,0),(2,918,1349038609,NULL,213,NULL,1349037352,NULL,0),(2,918,1360456535,NULL,213,NULL,1360093463,NULL,0),(2,918,1365898500,NULL,213,NULL,1365481301,NULL,0),(2,919,1349038609,NULL,127,NULL,1349037352,NULL,0),(2,919,1360456535,NULL,127,NULL,1360093463,NULL,0),(2,919,1365898500,NULL,127,NULL,1365481301,NULL,0),(2,920,1349038609,1360456535,519,NULL,1349037352,NULL,0),(2,921,1349038609,NULL,8999,NULL,1349037352,NULL,0),(2,921,1360456535,NULL,8999,NULL,1360093463,NULL,0),(2,921,1365898500,NULL,8999,NULL,1365481301,NULL,0),(2,922,1349038609,NULL,13732,NULL,1349037352,NULL,0),(2,922,1360456535,NULL,13474,NULL,1360093463,NULL,0),(2,922,1365898500,NULL,13474,NULL,1365481301,NULL,0),(2,923,1349038609,1360456535,17369,NULL,1349037352,NULL,0),(2,924,1349038609,NULL,6005,NULL,1349037352,NULL,0),(2,924,1360456535,NULL,6005,NULL,1360093463,NULL,0),(2,924,1365898500,NULL,6005,NULL,1365481301,NULL,0),(2,925,1349038609,NULL,3121,NULL,1349037352,NULL,0),(2,925,1360456535,NULL,3121,NULL,1360093463,NULL,0),(2,925,1365898500,NULL,3121,NULL,1365481301,NULL,0),(2,926,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,927,1349038609,NULL,738,NULL,1349037352,NULL,0),(2,927,1360456535,NULL,738,NULL,1360093463,NULL,0),(2,927,1365898500,NULL,738,NULL,1365481301,NULL,0),(2,928,1349038609,NULL,462,NULL,1349037352,NULL,0),(2,928,1360456535,NULL,462,NULL,1360093463,NULL,0),(2,928,1365898500,NULL,462,NULL,1365481301,NULL,0),(2,929,1349038609,NULL,45,NULL,1349037352,NULL,0),(2,929,1360456535,NULL,45,NULL,1360093463,NULL,0),(2,929,1365898500,NULL,45,NULL,1365481301,NULL,0),(2,930,1349038609,NULL,898,NULL,1349037352,NULL,0),(2,930,1360456535,NULL,898,NULL,1360093463,NULL,0),(2,930,1365898500,NULL,898,NULL,1365481301,NULL,0),(2,931,1349038609,NULL,45,NULL,1349037352,NULL,0),(2,931,1360456535,NULL,45,NULL,1360093463,NULL,0),(2,931,1365898500,NULL,45,NULL,1365481301,NULL,0),(2,932,1349038609,NULL,1194,NULL,1349037352,NULL,0),(2,932,1360456535,NULL,1194,NULL,1360093463,NULL,0),(2,932,1365898500,NULL,1194,NULL,1365481301,NULL,0),(2,933,1349038609,NULL,1082,NULL,1349037352,NULL,0),(2,933,1360456535,NULL,1082,NULL,1360093463,NULL,0),(2,933,1365898500,NULL,1082,NULL,1365481301,NULL,0),(2,934,1349038609,NULL,1513,NULL,1349037352,NULL,0),(2,934,1360456535,NULL,1513,NULL,1360093463,NULL,0),(2,934,1365898500,NULL,1513,NULL,1365481301,NULL,0),(2,935,1349038609,1360456535,244,NULL,1349037352,NULL,0),(2,936,1349038609,NULL,220,NULL,1349037352,NULL,0),(2,936,1360456535,NULL,220,NULL,1360093463,NULL,0),(2,936,1365898500,NULL,220,NULL,1365481301,NULL,0),(2,937,1349038609,NULL,1108,NULL,1349037352,NULL,0),(2,937,1360456535,NULL,1108,NULL,1360093463,NULL,0),(2,937,1365898500,NULL,1108,NULL,1365481301,NULL,0),(2,938,1349038609,NULL,48,NULL,1349037352,NULL,0),(2,938,1360456535,NULL,48,NULL,1360093463,NULL,0),(2,938,1365898500,NULL,48,NULL,1365481301,NULL,0),(2,939,1349038609,NULL,819,NULL,1349037352,NULL,0),(2,939,1360456535,NULL,819,NULL,1360093463,NULL,0),(2,939,1365898500,NULL,819,NULL,1365481301,NULL,0),(2,940,1349038609,NULL,964,NULL,1349037352,NULL,0),(2,940,1360456535,NULL,964,NULL,1360093463,NULL,0),(2,940,1365898500,NULL,964,NULL,1365481301,NULL,0),(2,941,1349038609,NULL,728,NULL,1349037352,NULL,0),(2,941,1360456535,NULL,728,NULL,1360093463,NULL,0),(2,941,1365898500,NULL,728,NULL,1365481301,NULL,0),(2,942,1349038609,NULL,506,NULL,1349037352,NULL,0),(2,942,1360456535,NULL,506,NULL,1360093463,NULL,0),(2,942,1365898500,NULL,506,NULL,1365481301,NULL,0),(2,943,1349038609,NULL,400,NULL,1349037352,NULL,0),(2,943,1360456535,NULL,400,NULL,1360093463,NULL,0),(2,943,1365898500,NULL,400,NULL,1365481301,NULL,0),(2,944,1349038609,NULL,4755,NULL,1349037352,NULL,0),(2,944,1360456535,NULL,4755,NULL,1360093463,NULL,0),(2,944,1365898500,NULL,4755,NULL,1365481302,NULL,0),(2,945,1349038609,NULL,24211,NULL,1349037352,NULL,0),(2,945,1360456535,NULL,24211,NULL,1360093463,NULL,0),(2,945,1365898500,NULL,24211,NULL,1365481301,NULL,0),(2,946,1349038609,NULL,11115,NULL,1349037352,NULL,0),(2,946,1360456535,NULL,11115,NULL,1360093463,NULL,0),(2,946,1365898500,NULL,11115,NULL,1365481301,NULL,0),(2,947,1349038609,NULL,17862,NULL,1349037352,NULL,0),(2,947,1360456535,NULL,17862,NULL,1360093463,NULL,0),(2,947,1365898500,NULL,17862,NULL,1365481301,NULL,0),(2,948,1349038609,NULL,2833,NULL,1349037352,NULL,0),(2,948,1360456535,NULL,2833,NULL,1360093463,NULL,0),(2,948,1365898500,NULL,2833,NULL,1365481301,NULL,0),(2,949,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,950,1349038609,NULL,963,NULL,1349037352,NULL,0),(2,950,1360456535,NULL,963,NULL,1360093463,NULL,0),(2,950,1365898500,NULL,963,NULL,1365481301,NULL,0),(2,951,1349038609,NULL,2343,NULL,1349037352,NULL,0),(2,951,1360456535,NULL,2343,NULL,1360093463,NULL,0),(2,951,1365898500,NULL,2340,NULL,1365481301,NULL,0),(2,952,1349038609,NULL,2761,NULL,1349037352,NULL,0),(2,952,1360456535,NULL,2761,NULL,1360093463,NULL,0),(2,952,1365898500,NULL,2761,NULL,1365481301,NULL,0),(2,953,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,954,1349038609,NULL,105,NULL,1349037352,NULL,0),(2,954,1360456535,NULL,105,NULL,1360093463,NULL,0),(2,954,1365898500,NULL,105,NULL,1365481301,NULL,0),(2,955,1349038609,NULL,112,NULL,1349037352,NULL,0),(2,955,1360456535,NULL,112,NULL,1360093463,NULL,0),(2,955,1365898500,NULL,112,NULL,1365481301,NULL,0),(2,956,1349038609,NULL,112,NULL,1349037352,NULL,0),(2,956,1360456535,NULL,112,NULL,1360093463,NULL,0),(2,956,1365898500,NULL,112,NULL,1365481301,NULL,0),(2,957,1349038609,NULL,108,NULL,1349037352,NULL,0),(2,957,1360456535,NULL,108,NULL,1360093463,NULL,0),(2,957,1365898500,NULL,108,NULL,1365481301,NULL,0),(2,958,1349038609,NULL,7685,NULL,1349037352,NULL,0),(2,958,1360456535,NULL,7448,NULL,1360093463,NULL,0),(2,958,1365898500,NULL,7448,NULL,1365481301,NULL,0),(2,959,1349038609,NULL,2246,NULL,1349037352,NULL,0),(2,959,1360456535,NULL,2246,NULL,1360093463,NULL,0),(2,959,1365898500,NULL,2246,NULL,1365481301,NULL,0),(2,960,1349038609,NULL,11607,NULL,1349037352,NULL,0),(2,960,1360456535,NULL,11607,NULL,1360093463,NULL,0),(2,960,1365898500,NULL,11607,NULL,1365481301,NULL,0),(2,961,1349038609,NULL,29478,NULL,1349037352,NULL,0),(2,961,1360456535,NULL,29478,NULL,1360093463,NULL,0),(2,961,1365898500,NULL,29619,NULL,1365481301,NULL,0),(2,962,1349038609,NULL,0,NULL,1349037352,NULL,0),(2,962,1360456535,NULL,0,NULL,1360093463,NULL,0),(2,962,1365898500,NULL,0,NULL,1365481301,NULL,0),(2,963,1349038609,NULL,33472,NULL,1349037352,NULL,0),(2,963,1360456535,NULL,33472,NULL,1360093463,NULL,0),(2,963,1365898500,NULL,33472,NULL,1365481302,NULL,0),(2,964,1349038609,NULL,18725,NULL,1349037352,NULL,0),(2,964,1360456535,NULL,21437,NULL,1360093463,NULL,0),(2,964,1365898500,NULL,23392,NULL,1365481302,NULL,0),(2,965,1349038609,NULL,39666,NULL,1349037352,NULL,0),(2,965,1360456535,NULL,39666,NULL,1360093463,NULL,0),(2,965,1365898500,NULL,39666,NULL,1365481302,NULL,0),(2,966,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,967,1349038609,NULL,1906,NULL,1349037352,NULL,0),(2,967,1360456535,NULL,1906,NULL,1360093463,NULL,0),(2,967,1365898500,NULL,1906,NULL,1365481302,NULL,0),(2,968,1349038609,NULL,2484,NULL,1349037352,NULL,0),(2,968,1360456535,NULL,2484,NULL,1360093463,NULL,0),(2,968,1365898500,NULL,2484,NULL,1365481302,NULL,0),(2,969,1349038609,NULL,1463,NULL,1349037352,NULL,0),(2,969,1360456535,NULL,1463,NULL,1360093463,NULL,0),(2,969,1365898500,NULL,1463,NULL,1365481302,NULL,0),(2,970,1349038609,NULL,1948,NULL,1349037352,NULL,0),(2,970,1360456535,NULL,1948,NULL,1360093463,NULL,0),(2,970,1365898500,NULL,1948,NULL,1365481302,NULL,0),(2,971,1349038609,NULL,1245,NULL,1349037352,NULL,0),(2,971,1360456535,NULL,1245,NULL,1360093463,NULL,0),(2,971,1365898500,NULL,1245,NULL,1365481302,NULL,0),(2,972,1349038609,NULL,1463,NULL,1349037352,NULL,0),(2,972,1360456535,NULL,1463,NULL,1360093463,NULL,0),(2,972,1365898500,NULL,1463,NULL,1365481302,NULL,0),(2,973,1349038609,NULL,1383,NULL,1349037352,NULL,0),(2,973,1360456535,NULL,1383,NULL,1360093463,NULL,0),(2,973,1365898500,NULL,1383,NULL,1365481302,NULL,0),(2,974,1349038609,NULL,1350,NULL,1349037352,NULL,0),(2,974,1360456535,NULL,1350,NULL,1360093463,NULL,0),(2,974,1365898500,NULL,1343,NULL,1365481302,NULL,0),(2,975,1349038609,NULL,1731,NULL,1349037352,NULL,0),(2,975,1360456535,NULL,1731,NULL,1360093463,NULL,0),(2,975,1365898500,NULL,1731,NULL,1365481302,NULL,0),(2,976,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,977,1349038609,NULL,4547,NULL,1349037352,NULL,0),(2,977,1360456535,NULL,4547,NULL,1360093463,NULL,0),(2,977,1365898500,NULL,4547,NULL,1365481301,NULL,0),(2,978,1349038609,NULL,50255,NULL,1349037352,NULL,0),(2,978,1360456535,NULL,50255,NULL,1360093463,NULL,0),(2,978,1365898500,NULL,50255,NULL,1365481301,NULL,0),(2,979,1349038609,NULL,1791,NULL,1349037352,NULL,0),(2,979,1360456535,NULL,1791,NULL,1360093463,NULL,0),(2,979,1365898500,NULL,1791,NULL,1365481301,NULL,0),(2,980,1349038609,NULL,26590,NULL,1349037352,NULL,0),(2,980,1360456535,NULL,26590,NULL,1360093463,NULL,0),(2,980,1365898500,NULL,26590,NULL,1365481301,NULL,0),(2,981,1349038609,NULL,5488,NULL,1349037352,NULL,0),(2,981,1360456535,NULL,5488,NULL,1360093463,NULL,0),(2,981,1365898500,NULL,5488,NULL,1365481301,NULL,0),(2,982,1349038609,NULL,17482,NULL,1349037352,NULL,0),(2,982,1360456535,NULL,17482,NULL,1360093463,NULL,0),(2,982,1365898500,NULL,17482,NULL,1365481302,NULL,0),(2,983,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,984,1349038609,NULL,6304,NULL,1349037352,NULL,0),(2,984,1360456535,NULL,6304,NULL,1360093463,NULL,0),(2,984,1365898500,NULL,6304,NULL,1365481302,NULL,0),(2,985,1349038609,NULL,6775,NULL,1349037352,NULL,0),(2,985,1360456535,NULL,6775,NULL,1360093463,NULL,0),(2,985,1365898500,NULL,6774,NULL,1365481302,NULL,0),(2,986,1349038609,NULL,6379,NULL,1349037352,NULL,0),(2,986,1360456535,NULL,6379,NULL,1360093463,NULL,0),(2,986,1365898500,NULL,6379,NULL,1365481302,NULL,0),(2,987,1349038609,NULL,814,NULL,1349037352,NULL,0),(2,987,1360456535,NULL,814,NULL,1360093463,NULL,0),(2,987,1365898500,NULL,814,NULL,1365481302,NULL,0),(2,988,1349038609,NULL,7711,NULL,1349037352,NULL,0),(2,988,1360456535,NULL,7711,NULL,1360093463,NULL,0),(2,988,1365898500,NULL,7711,NULL,1365481302,NULL,0),(2,989,1349038609,NULL,5724,NULL,1349037352,NULL,0),(2,989,1360456535,NULL,5724,NULL,1360093463,NULL,0),(2,989,1365898500,NULL,5724,NULL,1365481302,NULL,0),(2,990,1349038609,NULL,3403,NULL,1349037352,NULL,0),(2,990,1360456535,NULL,3403,NULL,1360093463,NULL,0),(2,990,1365898500,NULL,3403,NULL,1365481302,NULL,0),(2,991,1349038609,NULL,5443,NULL,1349037352,NULL,0),(2,991,1360456535,NULL,5443,NULL,1360093463,NULL,0),(2,991,1365898500,NULL,5443,NULL,1365481302,NULL,0),(2,992,1349038609,NULL,6576,NULL,1349037352,NULL,0),(2,992,1360456535,NULL,6576,NULL,1360093463,NULL,0),(2,992,1365898500,NULL,6576,NULL,1365481302,NULL,0),(2,993,1349038609,NULL,4364,NULL,1349037352,NULL,0),(2,993,1360456535,NULL,4364,NULL,1360093463,NULL,0),(2,993,1365898500,NULL,4364,NULL,1365481302,NULL,0),(2,994,1349038609,NULL,24830,NULL,1349037352,NULL,0),(2,994,1360456535,NULL,24830,NULL,1360093463,NULL,0),(2,994,1365898500,NULL,24830,NULL,1365481302,NULL,0),(2,995,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,996,1349038609,NULL,3502,NULL,1349037352,NULL,0),(2,996,1360456535,NULL,3502,NULL,1360093463,NULL,0),(2,996,1365898500,NULL,3502,NULL,1365481302,NULL,0),(2,997,1349038609,NULL,1200,NULL,1349037352,NULL,0),(2,997,1360456535,NULL,1200,NULL,1360093463,NULL,0),(2,997,1365898500,NULL,1200,NULL,1365481302,NULL,0),(2,998,1349038609,NULL,9427,NULL,1349037352,NULL,0),(2,998,1360456535,NULL,9427,NULL,1360093463,NULL,0),(2,998,1365898500,NULL,9427,NULL,1365481302,NULL,0),(2,999,1349038609,NULL,1936,NULL,1349037352,NULL,0),(2,999,1360456535,NULL,1936,NULL,1360093463,NULL,0),(2,999,1365898500,NULL,1936,NULL,1365481302,NULL,0),(2,1000,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1001,1349038609,NULL,311636,NULL,1349037352,NULL,0),(2,1001,1360456535,NULL,311636,NULL,1360093463,NULL,0),(2,1001,1365898500,NULL,311636,NULL,1365481302,NULL,0),(2,1002,1349038609,NULL,21582,NULL,1349037352,NULL,0),(2,1002,1360456535,NULL,19664,NULL,1360093463,NULL,0),(2,1002,1365898500,NULL,19667,NULL,1365481301,NULL,0),(2,1003,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1004,1349038609,NULL,5321,NULL,1349037352,NULL,0),(2,1004,1360456535,NULL,5321,NULL,1360093463,NULL,0),(2,1004,1365898500,NULL,5321,NULL,1365481302,NULL,0),(2,1005,1349038609,NULL,17119,NULL,1349037352,NULL,0),(2,1005,1360456535,NULL,17119,NULL,1360093463,NULL,0),(2,1005,1365898500,NULL,17119,NULL,1365481302,NULL,0),(2,1006,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1007,1349038609,NULL,8702,NULL,1349037352,NULL,0),(2,1007,1360456535,NULL,8702,NULL,1360093463,NULL,0),(2,1007,1365898500,NULL,8702,NULL,1365481302,NULL,0),(2,1008,1349038609,NULL,17466,NULL,1349037352,NULL,0),(2,1008,1360456535,NULL,17466,NULL,1360093463,NULL,0),(2,1008,1365898500,NULL,16846,NULL,1365481302,NULL,0),(2,1009,1349038609,NULL,14389,NULL,1349037352,NULL,0),(2,1009,1360456535,NULL,14389,NULL,1360093463,NULL,0),(2,1009,1365898500,NULL,14389,NULL,1365481302,NULL,0),(2,1010,1349038609,NULL,3707,NULL,1349037352,NULL,0),(2,1010,1360456535,NULL,3707,NULL,1360093463,NULL,0),(2,1010,1365898500,NULL,3570,NULL,1365481302,NULL,0),(2,1011,1349038609,NULL,3431,NULL,1349037352,NULL,0),(2,1011,1360456535,NULL,3431,NULL,1360093463,NULL,0),(2,1011,1365898500,NULL,3431,NULL,1365481302,NULL,0),(2,1012,1349038609,NULL,13811,NULL,1349037352,NULL,0),(2,1012,1360456535,NULL,13811,NULL,1360093463,NULL,0),(2,1012,1365898500,NULL,13572,NULL,1365481302,NULL,0),(2,1013,1349038609,NULL,18422,NULL,1349037352,NULL,0),(2,1013,1360456535,NULL,18422,NULL,1360093463,NULL,0),(2,1013,1365898500,NULL,18422,NULL,1365481302,NULL,0),(2,1014,1349038609,NULL,41346,NULL,1349037352,NULL,0),(2,1014,1360456535,NULL,39724,NULL,1360093463,NULL,0),(2,1014,1365898500,NULL,39862,NULL,1365481302,NULL,0),(2,1015,1349038609,NULL,17400,NULL,1349037352,NULL,0),(2,1015,1360456535,NULL,17400,NULL,1360093463,NULL,0),(2,1015,1365898500,NULL,17219,NULL,1365481302,NULL,0),(2,1016,1349038609,NULL,29686,NULL,1349037352,NULL,0),(2,1016,1360456535,NULL,29689,NULL,1360093463,NULL,0),(2,1016,1365898500,NULL,29689,NULL,1365481302,NULL,0),(2,1017,1349038609,NULL,7344,NULL,1349037352,NULL,0),(2,1017,1360456535,NULL,7344,NULL,1360093463,NULL,0),(2,1017,1365898500,NULL,7344,NULL,1365481302,NULL,0),(2,1018,1349038609,NULL,5612,NULL,1349037352,NULL,0),(2,1018,1360456535,NULL,5612,NULL,1360093463,NULL,0),(2,1018,1365898500,NULL,5612,NULL,1365481302,NULL,0),(2,1019,1349038609,NULL,23826,NULL,1349037352,NULL,0),(2,1019,1360456535,NULL,23612,NULL,1360093463,NULL,0),(2,1019,1365898500,NULL,23612,NULL,1365481302,NULL,0),(2,1020,1349038609,NULL,2944,NULL,1349037352,NULL,0),(2,1020,1360456535,NULL,2944,NULL,1360093463,NULL,0),(2,1020,1365898500,NULL,2944,NULL,1365481302,NULL,0),(2,1021,1349038609,NULL,10421,NULL,1349037352,NULL,0),(2,1021,1360456535,NULL,10324,NULL,1360093463,NULL,0),(2,1021,1365898500,NULL,10324,NULL,1365481302,NULL,0),(2,1022,1349038609,NULL,7568,NULL,1349037352,NULL,0),(2,1022,1360456535,NULL,7568,NULL,1360093463,NULL,0),(2,1022,1365898500,NULL,7568,NULL,1365481302,NULL,0),(2,1023,1349038609,NULL,1287,NULL,1349037352,NULL,0),(2,1023,1360456535,NULL,1287,NULL,1360093463,NULL,0),(2,1023,1365898500,NULL,1287,NULL,1365481302,NULL,0),(2,1024,1349038609,NULL,982,NULL,1349037352,NULL,0),(2,1024,1360456535,NULL,982,NULL,1360093463,NULL,0),(2,1024,1365898500,NULL,982,NULL,1365481301,NULL,0),(2,1025,1349038609,NULL,23568,NULL,1349037352,NULL,0),(2,1025,1360456535,NULL,23568,NULL,1360093463,NULL,0),(2,1025,1365898500,NULL,23568,NULL,1365481302,NULL,0),(2,1026,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1027,1349038609,NULL,111025,NULL,1349037352,NULL,0),(2,1027,1360456535,NULL,111025,NULL,1360093463,NULL,0),(2,1027,1365898500,NULL,111025,NULL,1365481302,NULL,0),(2,1028,1349038609,NULL,73617,NULL,1349037352,NULL,0),(2,1028,1360456535,NULL,73617,NULL,1360093463,NULL,0),(2,1028,1365898500,NULL,73617,NULL,1365481302,NULL,0),(2,1029,1349038609,NULL,73986,NULL,1349037352,NULL,0),(2,1029,1360456535,NULL,73986,NULL,1360093463,NULL,0),(2,1029,1365898500,NULL,73986,NULL,1365481302,NULL,0),(2,1030,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1031,1349038609,NULL,673,NULL,1349037352,NULL,0),(2,1031,1360456535,NULL,673,NULL,1360093463,NULL,0),(2,1031,1365898500,NULL,673,NULL,1365481302,NULL,0),(2,1032,1349038609,NULL,1443,NULL,1349037352,NULL,0),(2,1032,1360456535,NULL,1443,NULL,1360093463,NULL,0),(2,1032,1365898500,NULL,1443,NULL,1365481302,NULL,0),(2,1033,1349038609,NULL,6820,NULL,1349037352,NULL,0),(2,1033,1360456535,NULL,6820,NULL,1360093463,NULL,0),(2,1033,1365898500,NULL,6820,NULL,1365481302,NULL,0),(2,1034,1349038609,NULL,1040,NULL,1349037352,NULL,0),(2,1034,1360456535,NULL,1040,NULL,1360093463,NULL,0),(2,1034,1365898500,NULL,1040,NULL,1365481302,NULL,0),(2,1035,1349038609,NULL,34299,NULL,1349037352,NULL,0),(2,1035,1360456535,NULL,36145,NULL,1360093463,NULL,0),(2,1035,1365898500,NULL,37026,NULL,1365481301,NULL,0),(2,1036,1349038609,NULL,46125,NULL,1349037352,NULL,0),(2,1036,1360456535,NULL,45168,NULL,1360093463,NULL,0),(2,1036,1365898500,NULL,44499,NULL,1365481302,NULL,0),(2,1037,1349038609,NULL,2339,NULL,1349037352,NULL,0),(2,1037,1360456535,NULL,2339,NULL,1360093463,NULL,0),(2,1037,1365898500,NULL,2339,NULL,1365481302,NULL,0),(2,1038,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1039,1349038609,NULL,1530,NULL,1349037352,NULL,0),(2,1039,1360456535,NULL,1530,NULL,1360093463,NULL,0),(2,1039,1365898500,NULL,1530,NULL,1365481301,NULL,0),(2,1040,1349038609,NULL,9986,NULL,1349037352,NULL,0),(2,1040,1360456535,NULL,9986,NULL,1360093463,NULL,0),(2,1040,1365898500,NULL,9986,NULL,1365481301,NULL,0),(2,1041,1349038609,NULL,30,NULL,1343617645,NULL,0),(2,1042,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1043,1349038609,NULL,31912,NULL,1349037353,NULL,0),(2,1043,1358984755,NULL,46562,NULL,1343360486,NULL,0),(2,1044,1349038609,NULL,23201,NULL,1349037353,NULL,0),(2,1044,1358984755,NULL,9411,NULL,1343360486,NULL,0),(2,1045,1349038609,NULL,25938,NULL,1349037353,NULL,0),(2,1045,1358984755,NULL,11147,NULL,1350467585,NULL,0),(2,1046,1349038609,1349570181,650,NULL,1349037353,NULL,0),(2,1047,1349038609,1349570181,40819,NULL,1349037353,NULL,0),(2,1048,1349038609,NULL,89344,NULL,1349037353,NULL,0),(2,1048,1358984755,NULL,45519,NULL,1343360486,NULL,0),(2,1049,1349038609,NULL,1794,NULL,1349037353,NULL,0),(2,1049,1358984755,NULL,1050,NULL,1343360486,NULL,0),(2,1050,1349038609,NULL,194603,NULL,1349037353,NULL,0),(2,1050,1358984755,NULL,30990,NULL,1343360486,NULL,0),(2,1051,1349038609,1349570181,NULL,NULL,NULL,NULL,0),(2,1052,1349038609,1349570181,37339,NULL,1349037353,NULL,0),(2,1053,1349038609,1349570181,12597,NULL,1349037353,NULL,0),(2,1054,1349038609,NULL,222038,NULL,1349037353,NULL,0),(2,1054,1358984755,NULL,136301,NULL,1343360486,NULL,0),(2,1055,1349038609,NULL,45519,NULL,1349037353,NULL,0),(2,1055,1358984755,NULL,124944,NULL,1343360486,NULL,0),(2,1056,1349038609,NULL,132552,NULL,1349037353,NULL,0),(2,1056,1358984755,NULL,35493,NULL,1343360486,NULL,0),(2,1057,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1058,1349038609,NULL,6945,NULL,1349037353,NULL,0),(2,1058,1358984755,NULL,7098,NULL,1343360486,NULL,0),(2,1059,1349038609,NULL,35919,NULL,1349037353,NULL,0),(2,1059,1358984755,NULL,8854,NULL,1343360486,NULL,0),(2,1060,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1061,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1062,1349038609,NULL,106396,NULL,1343617645,NULL,0),(2,1063,1349038609,NULL,172029,NULL,1343617645,NULL,0),(2,1064,1349038609,NULL,43578,NULL,1343617645,NULL,0),(2,1065,1349038609,NULL,125544,NULL,1343617645,NULL,0),(2,1066,1349038609,NULL,45457,NULL,1343617645,NULL,0),(2,1067,1349038609,NULL,417849,NULL,1343617645,NULL,0),(2,1068,1349038609,NULL,367195,NULL,1347320583,NULL,0),(2,1069,1349038609,NULL,344736,NULL,1343617645,NULL,0),(2,1070,1349038609,NULL,125275,NULL,1343617645,NULL,0),(2,1071,1349038609,NULL,119027,NULL,1343617645,NULL,0),(2,1072,1349038609,NULL,109997,NULL,1343617645,NULL,0),(2,1073,1349038609,NULL,113246,NULL,1343617645,NULL,0),(2,1074,1349038609,NULL,447438,NULL,1343617645,NULL,0),(2,1075,1349038609,NULL,106562,NULL,1343617645,NULL,0),(2,1076,1349038609,NULL,140405,NULL,1343617645,NULL,0),(2,1077,1349038609,NULL,158868,NULL,1343617645,NULL,0),(2,1078,1349038609,NULL,448982,NULL,1343617645,NULL,0),(2,1078,1365294085,NULL,66171,NULL,1365117544,NULL,0),(2,1079,1349038609,NULL,94937,NULL,1343617645,NULL,0),(2,1080,1349038609,NULL,108349,NULL,1343617645,NULL,0),(2,1081,1349038609,NULL,130940,NULL,1343617645,NULL,0),(2,1082,1349038609,NULL,75103,NULL,1343617645,NULL,0),(2,1083,1349038609,NULL,471288,NULL,1343617645,NULL,0),(2,1084,1349038609,NULL,178247,NULL,1343617645,NULL,0),(2,1085,1349038609,NULL,122043,NULL,1343617645,NULL,0),(2,1086,1349038609,NULL,108340,NULL,1343617645,NULL,0),(2,1087,1349038609,NULL,120456,NULL,1343617645,NULL,0),(2,1088,1349038609,NULL,367896,NULL,1343617645,NULL,0),(2,1089,1349038609,NULL,158927,NULL,1343617645,NULL,0),(2,1090,1349038609,NULL,684818,NULL,1343617645,NULL,0),(2,1090,1365294085,NULL,112942,NULL,1365116883,NULL,0),(2,1091,1349038609,NULL,407283,NULL,1343617645,NULL,0),(2,1092,1349038609,NULL,516265,NULL,1343617645,NULL,0),(2,1093,1349038609,NULL,114960,NULL,1343617645,NULL,0),(2,1094,1349038609,NULL,97338,NULL,1343617645,NULL,0),(2,1095,1349038609,NULL,138149,NULL,1343617645,NULL,0),(2,1096,1349038609,NULL,326485,NULL,1343617645,NULL,0),(2,1097,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1098,1349038609,NULL,15727,NULL,1343791255,NULL,0),(2,1099,1349038609,NULL,14919,NULL,1343791252,NULL,0),(2,1100,1349038609,NULL,15427,NULL,1343791248,NULL,0),(2,1101,1349038609,NULL,13153,NULL,1343791246,NULL,0),(2,1102,1349038609,NULL,16285,NULL,1343791257,NULL,0),(2,1103,1349038609,NULL,13908,NULL,1343791258,NULL,0),(2,1104,1349038609,NULL,14505,NULL,1343791248,NULL,0),(2,1105,1349038609,NULL,17812,NULL,1343791253,NULL,0),(2,1106,1349038609,NULL,16262,NULL,1343791243,NULL,0),(2,1107,1349038609,NULL,16868,NULL,1343791257,NULL,0),(2,1108,1349038609,NULL,18391,NULL,1343791245,NULL,0),(2,1109,1349038609,NULL,15980,NULL,1343791259,NULL,0),(2,1110,1349038609,NULL,16573,NULL,1343791244,NULL,0),(2,1111,1349038609,NULL,14999,NULL,1343791250,NULL,0),(2,1112,1349038609,NULL,17827,NULL,1343791254,NULL,0),(2,1113,1349038609,NULL,15772,NULL,1343791245,NULL,0),(2,1114,1349038609,NULL,16842,NULL,1343791256,NULL,0),(2,1115,1349038609,NULL,15223,NULL,1343791253,NULL,0),(2,1116,1349038609,NULL,13876,NULL,1343791254,NULL,0),(2,1117,1349038609,NULL,15495,NULL,1343791251,NULL,0),(2,1118,1349038609,NULL,18329,NULL,1343791255,NULL,0),(2,1119,1349038609,NULL,16625,NULL,1343791247,NULL,0),(2,1120,1349038609,NULL,14637,NULL,1343791243,NULL,0),(2,1121,1349038609,NULL,13967,NULL,1343791250,NULL,0),(2,1122,1349038609,NULL,13161,NULL,1347320585,NULL,0),(2,1123,1349038609,NULL,16752,NULL,1343791261,NULL,0),(2,1124,1349038609,NULL,13393,NULL,1343791249,NULL,0),(2,1125,1349038609,NULL,13325,NULL,1343791242,NULL,0),(2,1126,1349038609,NULL,16317,NULL,1343791260,NULL,0),(2,1127,1349038609,NULL,13168,NULL,1343791251,NULL,0),(2,1128,1349038609,NULL,13307,NULL,1343791249,NULL,0),(2,1129,1349038609,NULL,12970,NULL,1343791256,NULL,0),(2,1130,1349038609,NULL,19066,NULL,1343791247,NULL,0),(2,1131,1349038609,NULL,15283,NULL,1343791246,NULL,0),(2,1132,1349038609,NULL,15994,NULL,1343791260,NULL,0),(2,1133,1349038609,NULL,16945,NULL,1343791258,NULL,0),(2,1134,1349038609,NULL,15219,NULL,1343791244,NULL,0),(2,1135,1349038609,NULL,417392,NULL,1343617645,NULL,0),(2,1136,1349038609,NULL,111673,NULL,1343617645,NULL,0),(2,1137,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1138,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1139,1349038609,NULL,317,NULL,1319822258,NULL,0),(2,1139,1360456535,NULL,317,NULL,1360093613,NULL,0),(2,1140,1349038609,NULL,3695,NULL,1310381924,NULL,0),(2,1140,1360456535,NULL,3952,NULL,1360093613,NULL,0),(2,1141,1349038609,NULL,3181,NULL,1310381924,NULL,0),(2,1141,1360456535,NULL,3191,NULL,1360093613,NULL,0),(2,1142,1349038609,NULL,1888,NULL,1307875384,NULL,0),(2,1142,1360456535,NULL,1888,NULL,1360093613,NULL,0),(2,1143,1349038609,NULL,92,NULL,1303344516,NULL,0),(2,1143,1360456535,NULL,92,NULL,1360093613,NULL,0),(2,1144,1349038609,NULL,956,NULL,1308845026,NULL,0),(2,1144,1360456535,NULL,956,NULL,1360093613,NULL,0),(2,1145,1349038609,NULL,2102,NULL,1310381924,NULL,0),(2,1145,1360456535,NULL,2112,NULL,1360093613,NULL,0),(2,1146,1349038609,NULL,10976,NULL,1321865268,NULL,0),(2,1146,1360456535,NULL,10976,NULL,1360093613,NULL,0),(2,1147,1349038609,NULL,2216,NULL,1310381924,NULL,0),(2,1147,1360456535,NULL,2226,NULL,1360093613,NULL,0),(2,1148,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1149,1349038609,NULL,2000,NULL,1303310794,NULL,0),(2,1149,1360456535,NULL,2436,NULL,1360093613,NULL,0),(2,1150,1349038609,NULL,473,NULL,1304011142,NULL,0),(2,1150,1360456535,NULL,473,NULL,1360093613,NULL,0),(2,1151,1349038609,NULL,3129,NULL,1307781846,NULL,0),(2,1151,1360456535,NULL,3124,NULL,1360093613,NULL,0),(2,1152,1349038609,NULL,7381,NULL,1338795800,NULL,0),(2,1152,1360456535,NULL,7411,NULL,1360093613,NULL,0),(2,1153,1349038609,NULL,1639,NULL,1305720370,NULL,0),(2,1153,1360456535,NULL,1639,NULL,1360093613,NULL,0),(2,1154,1349038609,NULL,1601,NULL,1309181064,NULL,0),(2,1154,1360456535,NULL,1601,NULL,1360093613,NULL,0),(2,1155,1349038609,NULL,743,NULL,1308845026,NULL,0),(2,1155,1360456535,NULL,743,NULL,1360093613,NULL,0),(2,1156,1349038609,NULL,3977,NULL,1321864814,NULL,0),(2,1156,1360456535,NULL,3991,NULL,1360093613,NULL,0),(2,1157,1349038609,NULL,777,NULL,1309445870,NULL,0),(2,1157,1360456535,NULL,777,NULL,1360093613,NULL,0),(2,1158,1349038609,NULL,21186,NULL,1338795800,NULL,0),(2,1158,1360456535,NULL,21332,NULL,1360093613,NULL,0),(2,1159,1349038609,NULL,593,NULL,1307781846,NULL,0),(2,1159,1360456535,NULL,593,NULL,1360093613,NULL,0),(2,1160,1349038609,NULL,2100,NULL,1310381924,NULL,0),(2,1160,1360456535,NULL,2110,NULL,1360093613,NULL,0),(2,1161,1349038609,NULL,1928,NULL,1307875384,NULL,0),(2,1161,1360456535,NULL,1928,NULL,1360093613,NULL,0),(2,1162,1349038609,NULL,54401,NULL,1339312726,NULL,0),(2,1162,1360456535,NULL,54966,NULL,1360093613,NULL,0),(2,1163,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1164,1349038609,NULL,13259,NULL,1321650474,NULL,0),(2,1164,1360456535,NULL,13248,NULL,1360093613,NULL,0),(2,1165,1349038609,NULL,2920,NULL,1329777872,NULL,0),(2,1165,1360456535,NULL,2920,NULL,1360093613,NULL,0),(2,1166,1349038609,NULL,1233,NULL,1305424472,NULL,0),(2,1166,1360456535,NULL,1233,NULL,1360093613,NULL,0),(2,1167,1349038609,NULL,3453,NULL,1323519532,NULL,0),(2,1167,1360456535,NULL,3455,NULL,1360093613,NULL,0),(2,1168,1349038609,NULL,5012,NULL,1337944952,NULL,0),(2,1168,1360456535,NULL,5032,NULL,1360093613,NULL,0),(2,1169,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1170,1349038609,NULL,16206,NULL,1339316296,NULL,0),(2,1170,1360456535,NULL,15779,NULL,1360093613,NULL,0),(2,1171,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1172,1349038609,NULL,250,NULL,1307604658,NULL,0),(2,1172,1360456535,NULL,250,NULL,1360093613,NULL,0),(2,1173,1349038609,NULL,441,NULL,1307604658,NULL,0),(2,1173,1360456535,NULL,440,NULL,1360093613,NULL,0),(2,1174,1349038609,NULL,271,NULL,1307604658,NULL,0),(2,1174,1360456535,NULL,271,NULL,1360093613,NULL,0),(2,1175,1349038609,NULL,272,NULL,1307604658,NULL,0),(2,1175,1360456535,NULL,272,NULL,1360093613,NULL,0),(2,1176,1349038609,NULL,239,NULL,1307604658,NULL,0),(2,1176,1360456535,NULL,239,NULL,1360093613,NULL,0),(2,1177,1349038609,NULL,257,NULL,1307604658,NULL,0),(2,1177,1360456535,NULL,257,NULL,1360093613,NULL,0),(2,1178,1349038609,NULL,1782,NULL,1309008248,NULL,0),(2,1178,1360456535,NULL,783,NULL,1360093613,NULL,0),(2,1179,1349038609,NULL,1868,NULL,1309008248,NULL,0),(2,1179,1360456535,NULL,856,NULL,1360093613,NULL,0),(2,1180,1349038609,NULL,965,NULL,1307722224,NULL,0),(2,1180,1360456535,NULL,872,NULL,1360093613,NULL,0),(2,1181,1349038609,NULL,348,NULL,1307604658,NULL,0),(2,1181,1360456535,NULL,348,NULL,1360093613,NULL,0),(2,1182,1349038609,NULL,794,NULL,1307604658,NULL,0),(2,1182,1360456535,NULL,794,NULL,1360093613,NULL,0),(2,1183,1349038609,NULL,925,NULL,1307722224,NULL,0),(2,1183,1360456535,NULL,791,NULL,1360093613,NULL,0),(2,1184,1349038609,NULL,255,NULL,1307604658,NULL,0),(2,1184,1360456535,NULL,255,NULL,1360093613,NULL,0),(2,1185,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1186,1349038609,NULL,6460,NULL,1307717950,NULL,0),(2,1186,1360456535,NULL,6460,NULL,1360093613,NULL,0),(2,1187,1349038609,NULL,40965,NULL,1307604658,NULL,0),(2,1187,1360456535,NULL,39868,NULL,1360093613,NULL,0),(2,1188,1349038609,NULL,6420,NULL,1307717950,NULL,0),(2,1188,1360456535,NULL,6420,NULL,1360093613,NULL,0),(2,1189,1349038609,NULL,39112,NULL,1307604658,NULL,0),(2,1189,1360456535,NULL,38272,NULL,1360093613,NULL,0),(2,1190,1349038609,NULL,95061,NULL,1307604658,NULL,0),(2,1190,1360456535,NULL,91152,NULL,1360093613,NULL,0),(2,1191,1349038609,NULL,8370,NULL,1307717950,NULL,0),(2,1191,1360456535,NULL,8195,NULL,1360093613,NULL,0),(2,1192,1349038609,NULL,4297,NULL,1307717950,NULL,0),(2,1192,1360456535,NULL,4297,NULL,1360093613,NULL,0),(2,1193,1349038609,NULL,4584,NULL,1307717950,NULL,0),(2,1193,1360456535,NULL,4584,NULL,1360093613,NULL,0),(2,1194,1349038609,NULL,6385,NULL,1307717950,NULL,0),(2,1194,1360456535,NULL,6385,NULL,1360093613,NULL,0),(2,1195,1349038609,NULL,6035,NULL,1307717950,NULL,0),(2,1195,1360456535,NULL,6035,NULL,1360093613,NULL,0),(2,1196,1349038609,NULL,68450,NULL,1307604658,NULL,0),(2,1196,1360456535,NULL,64681,NULL,1360093613,NULL,0),(2,1197,1349038609,NULL,60901,NULL,1307604658,NULL,0),(2,1197,1360456535,NULL,59833,NULL,1360093613,NULL,0),(2,1198,1349038609,NULL,62979,NULL,1307604658,NULL,0),(2,1198,1360456535,NULL,62046,NULL,1360093613,NULL,0),(2,1199,1349038609,NULL,79509,NULL,1307604658,NULL,0),(2,1199,1360456535,NULL,77120,NULL,1360093613,NULL,0),(2,1200,1349038609,NULL,3770,NULL,1307717950,NULL,0),(2,1200,1360456535,NULL,3770,NULL,1360093613,NULL,0),(2,1201,1349038609,NULL,53906,NULL,1307604658,NULL,0),(2,1201,1360456535,NULL,52548,NULL,1360093613,NULL,0),(2,1202,1349038609,NULL,237,NULL,1307604658,NULL,0),(2,1202,1360456535,NULL,237,NULL,1360093613,NULL,0),(2,1203,1349038609,NULL,1491,NULL,1307875384,NULL,0),(2,1203,1360456535,NULL,1491,NULL,1360093613,NULL,0),(2,1204,1349038609,NULL,914,NULL,1321651000,NULL,0),(2,1204,1360456535,NULL,898,NULL,1360093613,NULL,0),(2,1205,1349038609,NULL,62878,NULL,1310337680,NULL,0),(2,1205,1360456535,NULL,197796,NULL,1360093613,NULL,0),(2,1206,1349038609,NULL,4143,NULL,1323519532,NULL,0),(2,1206,1360456535,NULL,4143,NULL,1360093613,NULL,0),(2,1207,1349038609,NULL,5589,NULL,1338795800,NULL,0),(2,1207,1360456535,NULL,5589,NULL,1360093613,NULL,0),(2,1208,1349038609,NULL,692,NULL,1321867250,NULL,0),(2,1208,1360456535,NULL,692,NULL,1360093613,NULL,0),(2,1209,1349038609,NULL,932,NULL,1309186950,NULL,0),(2,1209,1360456535,NULL,948,NULL,1360093613,NULL,0),(2,1210,1349038609,NULL,2426,NULL,1320925040,NULL,0),(2,1210,1360456535,NULL,2426,NULL,1360093613,NULL,0),(2,1211,1349038609,NULL,15129,NULL,1303344516,NULL,0),(2,1211,1360456535,NULL,15129,NULL,1360093613,NULL,0),(2,1212,1349038609,NULL,1896,NULL,1308845026,NULL,0),(2,1212,1360456535,NULL,1906,NULL,1360093613,NULL,0),(2,1213,1349038609,NULL,563,NULL,1321867250,NULL,0),(2,1213,1360456535,NULL,563,NULL,1360093613,NULL,0),(2,1214,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1215,1349038609,NULL,1240,NULL,1307688112,NULL,0),(2,1215,1360456535,NULL,1240,NULL,1360093613,NULL,0),(2,1216,1349038609,NULL,296,NULL,1337957402,NULL,0),(2,1216,1360456535,NULL,296,NULL,1360093613,NULL,0),(2,1217,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1218,1349038609,NULL,6884,NULL,1303833138,NULL,0),(2,1218,1360456535,NULL,5243,NULL,1360093613,NULL,0),(2,1219,1349038609,NULL,273,NULL,1303833138,NULL,0),(2,1219,1360456535,NULL,210,NULL,1360093613,NULL,0),(2,1220,1349038609,NULL,7052,NULL,1303833138,NULL,0),(2,1220,1360456535,NULL,5354,NULL,1360093613,NULL,0),(2,1221,1349038609,NULL,272,NULL,1303833138,NULL,0),(2,1221,1360456535,NULL,209,NULL,1360093613,NULL,0),(2,1222,1349038609,NULL,3682,NULL,1303833138,NULL,0),(2,1222,1360456535,NULL,185,NULL,1360093613,NULL,0),(2,1223,1349038609,NULL,615,NULL,1307027998,NULL,0),(2,1223,1360456535,NULL,615,NULL,1360093613,NULL,0),(2,1224,1349038609,NULL,6049,NULL,1321376910,NULL,0),(2,1224,1360456535,NULL,6069,NULL,1360093613,NULL,0),(2,1225,1349038609,NULL,19398,NULL,1338032672,NULL,0),(2,1225,1360456535,NULL,19398,NULL,1360093613,NULL,0),(2,1226,1349038609,NULL,3144,NULL,1329777872,NULL,0),(2,1226,1360456535,NULL,3144,NULL,1360093613,NULL,0),(2,1227,1349038609,NULL,30,NULL,1343617645,NULL,0),(2,1228,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1229,1349038609,NULL,3695,NULL,1343617645,NULL,0),(2,1230,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1231,1349038609,NULL,85925,NULL,1343617645,NULL,0),(2,1232,1349038609,NULL,187,NULL,1343617645,NULL,0),(2,1233,1349038609,NULL,2000,NULL,1343617645,NULL,0),(2,1234,1349038609,NULL,365,NULL,1343617645,NULL,0),(2,1235,1349038609,NULL,28730,NULL,1343617645,NULL,0),(2,1236,1349038609,NULL,473,NULL,1343617645,NULL,0),(2,1237,1349038609,NULL,6786,NULL,1343617645,NULL,0),(2,1238,1349038609,NULL,176,NULL,1343617645,NULL,0),(2,1239,1349038609,NULL,2094,NULL,1343793693,NULL,0),(2,1240,1349038609,NULL,1542,NULL,1343617645,NULL,0),(2,1241,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1242,1349038609,NULL,3771,NULL,1343617645,NULL,0),(2,1243,1349038609,NULL,1194,NULL,1343617645,NULL,0),(2,1244,1349038609,NULL,2769,NULL,1343701656,NULL,0),(2,1245,1349038609,NULL,494,NULL,1343617645,NULL,0),(2,1246,1349038609,NULL,1601,NULL,1343617645,NULL,0),(2,1247,1349038609,NULL,6560,NULL,1239249056,NULL,0),(2,1248,1349038609,NULL,1191,NULL,1343617645,NULL,0),(2,1249,1349038609,NULL,24072,NULL,1344845670,NULL,0),(2,1250,1349038609,NULL,509,NULL,1343617645,NULL,0),(2,1251,1349038609,NULL,8578,NULL,1346116601,NULL,0),(2,1251,1358984755,NULL,8639,NULL,1350465092,NULL,0),(2,1252,1349038609,NULL,1782,NULL,1344652518,NULL,0),(2,1252,1365294085,NULL,1772,NULL,1364287964,NULL,0),(2,1253,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1254,1349038609,NULL,121836,NULL,1343617645,NULL,0),(2,1255,1349038609,NULL,284258,NULL,1343617645,NULL,0),(2,1256,1349038609,NULL,138049,NULL,1343617645,NULL,0),(2,1257,1349038609,NULL,61152,NULL,1343617645,NULL,0),(2,1258,1349038609,NULL,63356,NULL,1343617645,NULL,0),(2,1259,1349038609,NULL,129963,NULL,1343617645,NULL,0),(2,1260,1349038609,NULL,295163,NULL,1343617645,NULL,0),(2,1261,1349038609,NULL,137855,NULL,1343617645,NULL,0),(2,1262,1349038609,NULL,118056,NULL,1343617645,NULL,0),(2,1263,1349038609,NULL,130161,NULL,1343617645,NULL,0),(2,1264,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1265,1349038609,NULL,304,NULL,1343617645,NULL,0),(2,1266,1349038609,NULL,1289,NULL,1343617645,NULL,0),(2,1267,1349038609,NULL,12221,NULL,1343617645,NULL,0),(2,1268,1349038609,NULL,3043,NULL,1343617645,NULL,0),(2,1269,1349038609,NULL,11414,NULL,1343617645,NULL,0),(2,1270,1349038609,NULL,34216,NULL,1343617645,NULL,0),(2,1271,1349038609,NULL,1910,NULL,1239249056,NULL,0),(2,1272,1349038609,NULL,355,NULL,1343617645,NULL,0),(2,1273,1349038609,NULL,576,NULL,1343617645,NULL,0),(2,1274,1349038609,NULL,3541,NULL,1343617645,NULL,0),(2,1275,1349038609,NULL,13182,NULL,1343617645,NULL,0),(2,1276,1349038609,NULL,240,NULL,1343617645,NULL,0),(2,1277,1349038609,NULL,858,NULL,1343617645,NULL,0),(2,1278,1349038609,NULL,73059,NULL,1343617645,NULL,0),(2,1279,1349038609,NULL,1330,NULL,1343617645,NULL,0),(2,1280,1349038609,NULL,10919,NULL,1343617645,NULL,0),(2,1281,1349038609,NULL,110,NULL,1343617645,NULL,0),(2,1282,1349038609,NULL,1382,NULL,1343617645,NULL,0),(2,1283,1349038609,NULL,10940,NULL,1343617645,NULL,0),(2,1284,1349038609,NULL,11872,NULL,1343617645,NULL,0),(2,1285,1349038609,NULL,12346,NULL,1343617645,NULL,0),(2,1286,1349038609,NULL,364,NULL,1343617645,NULL,0),(2,1287,1349038609,NULL,304,NULL,1239249056,NULL,0),(2,1288,1349038609,NULL,882,NULL,1343617645,NULL,0),(2,1289,1349038609,NULL,234,NULL,1343617645,NULL,0),(2,1290,1349038609,NULL,4782,NULL,1343617645,NULL,0),(2,1291,1349038609,NULL,1150,NULL,1343878136,NULL,0),(2,1292,1349038609,NULL,3042,NULL,1343617645,NULL,0),(2,1293,1349038609,NULL,2113,NULL,1343617645,NULL,0),(2,1293,1365294085,NULL,1682,NULL,1364287313,NULL,0),(2,1294,1349038609,NULL,606,NULL,1343617645,NULL,0),(2,1295,1349038609,NULL,62878,NULL,1343617645,NULL,0),(2,1296,1349038609,NULL,11591,NULL,1344937850,NULL,0),(2,1297,1349038609,NULL,810,NULL,1343617645,NULL,0),(2,1298,1349038609,NULL,522,NULL,1347007556,NULL,0),(2,1299,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1300,1349038609,NULL,1240,NULL,1343617645,NULL,0),(2,1301,1349038609,NULL,296,NULL,1343617645,NULL,0),(2,1302,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1303,1349038609,NULL,6884,NULL,1343617645,NULL,0),(2,1304,1349038609,NULL,273,NULL,1343617645,NULL,0),(2,1305,1349038609,NULL,7052,NULL,1343617645,NULL,0),(2,1306,1349038609,NULL,272,NULL,1343617645,NULL,0),(2,1307,1349038609,NULL,3682,NULL,1343617645,NULL,0),(2,1308,1349038609,NULL,615,NULL,1343617645,NULL,0),(2,1309,1349038609,NULL,6049,NULL,1343617645,NULL,0),(2,1310,1349038609,NULL,19398,NULL,1343617645,NULL,0),(2,1311,1349038609,NULL,515,NULL,1347007506,NULL,0),(2,1312,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1313,1349038609,NULL,NULL,NULL,NULL,NULL,0),(2,1314,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1314,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1315,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1316,1349038609,1350173567,765838,NULL,1346055722,NULL,0),(2,1317,1349038609,1350173567,10455,NULL,1343617645,NULL,0),(2,1317,1360456535,NULL,10455,NULL,1343617645,NULL,0),(2,1318,1349038609,1350173567,3884,NULL,1343617645,NULL,0),(2,1318,1360456535,NULL,3884,NULL,1343617645,NULL,0),(2,1319,1349038609,1350173567,9137,NULL,1343665227,NULL,0),(2,1319,1360456535,NULL,9137,NULL,1343665227,NULL,0),(2,1320,1349038609,1350173567,191524,NULL,1344640355,NULL,0),(2,1320,1360456535,NULL,191524,NULL,1344640355,NULL,0),(2,1321,1349038609,1350173567,136908,NULL,1343698745,NULL,0),(2,1321,1360456535,NULL,136908,NULL,1343698745,NULL,0),(2,1322,1349038609,1350173567,10510,NULL,1343617645,NULL,0),(2,1322,1360456535,NULL,10510,NULL,1343617645,NULL,0),(2,1323,1349038609,1350173567,114960,NULL,1344915000,NULL,0),(2,1323,1360456535,NULL,114960,NULL,1344915000,NULL,0),(2,1324,1349038609,1350173567,42005,NULL,1346051460,NULL,0),(2,1325,1349038609,1350173567,10421,NULL,1343698447,NULL,0),(2,1325,1360456535,NULL,10421,NULL,1343698447,NULL,0),(2,1326,1349038609,1350173567,6324,NULL,1343665227,NULL,0),(2,1326,1360456535,NULL,6324,NULL,1343665227,NULL,0),(2,1327,1349038609,1350173567,6191,NULL,1343699033,NULL,0),(2,1327,1360456535,NULL,6191,NULL,1343699033,NULL,0),(2,1328,1349038609,1350173567,20712,NULL,1343617645,NULL,0),(2,1328,1360456535,NULL,20712,NULL,1343617645,NULL,0),(2,1329,1349038609,1350173567,6835,NULL,1343665455,NULL,0),(2,1329,1360456535,NULL,6835,NULL,1343665455,NULL,0),(2,1330,1349038609,1350173567,12520,NULL,1343698745,NULL,0),(2,1330,1360456535,NULL,12520,NULL,1343698745,NULL,0),(2,1331,1349038609,1350173567,5717,NULL,1343698447,NULL,0),(2,1331,1360456535,NULL,5717,NULL,1343698447,NULL,0),(2,1332,1349038609,1350173567,13757,NULL,1343665455,NULL,0),(2,1332,1360456535,NULL,13757,NULL,1343665455,NULL,0),(2,1333,1349038609,1350173567,368597,NULL,1344640354,NULL,0),(2,1333,1360456535,NULL,368597,NULL,1344640354,NULL,0),(2,1334,1349038609,1350173567,5938,NULL,1343617645,NULL,0),(2,1334,1360456535,NULL,5938,NULL,1343617645,NULL,0),(2,1335,1349038609,1350173567,843371,NULL,1346055722,NULL,0),(2,1336,1349038609,1350173567,321127,NULL,1346117447,NULL,0),(2,1337,1349038609,1350173567,168275,NULL,1343665227,NULL,0),(2,1337,1360456535,NULL,168275,NULL,1343665227,NULL,0),(2,1338,1349038609,1350173567,12966,NULL,1343617645,NULL,0),(2,1338,1360456535,NULL,12966,NULL,1343617645,NULL,0),(2,1339,1349038609,1350173567,13182,NULL,1343617645,NULL,0),(2,1339,1360456535,NULL,13182,NULL,1343617645,NULL,0),(2,1340,1349038609,1350173567,7655,NULL,1343699033,NULL,0),(2,1340,1360456535,NULL,7655,NULL,1343699033,NULL,0),(2,1341,1349038609,1350173567,4687,NULL,1343698447,NULL,0),(2,1341,1360456535,NULL,4687,NULL,1343698447,NULL,0),(2,1342,1349038609,1350173567,434977,NULL,1346117403,NULL,0),(2,1343,1349038609,1350173567,164119,NULL,1346117421,NULL,0),(2,1344,1349038609,1350173567,233871,NULL,1346117433,NULL,0),(2,1345,1349038609,1350173567,5785,NULL,1343617645,NULL,0),(2,1345,1360456535,NULL,5785,NULL,1343617645,NULL,0),(2,1346,1349038609,1350173567,147084,NULL,1343665455,NULL,0),(2,1346,1360456535,NULL,147084,NULL,1343665455,NULL,0),(2,1347,1349038609,1350173567,34583,NULL,1343617645,NULL,0),(2,1347,1360456535,NULL,34583,NULL,1343617645,NULL,0),(2,1348,1349038609,1350173567,774125,NULL,1346055722,NULL,0),(2,1348,1358984755,NULL,65025,NULL,1350466947,NULL,0),(2,1349,1349038609,1350173567,29048,NULL,1343617645,NULL,0),(2,1349,1360456535,NULL,29048,NULL,1343617645,NULL,0),(2,1350,1349038609,1350173567,37757,NULL,1346051460,NULL,0),(2,1351,1349038609,1350173567,9361,NULL,1343617645,NULL,0),(2,1351,1360456535,NULL,9361,NULL,1343617645,NULL,0),(2,1352,1349038609,1350173567,5315,NULL,1343698745,NULL,0),(2,1352,1360456535,NULL,5315,NULL,1343698745,NULL,0),(2,1353,1349038609,1350173567,34554,NULL,1343617645,NULL,0),(2,1353,1360456535,NULL,34554,NULL,1343617645,NULL,0),(2,1354,1349038609,1350173567,121462,NULL,1343698447,NULL,0),(2,1354,1360456535,NULL,121462,NULL,1343698447,NULL,0),(2,1355,1349038609,1350173567,105841,NULL,1344640355,NULL,0),(2,1355,1360456535,NULL,105841,NULL,1344640355,NULL,0),(2,1356,1349038609,1350173567,5872,NULL,1343665455,NULL,0),(2,1356,1360456535,NULL,5872,NULL,1343665455,NULL,0),(2,1357,1349038609,1350173567,108340,NULL,1344914958,NULL,0),(2,1357,1360456535,NULL,108340,NULL,1344914958,NULL,0),(2,1358,1349038609,1350173567,9462,NULL,1343617645,NULL,0),(2,1358,1360456535,NULL,9462,NULL,1343617645,NULL,0),(2,1359,1349038609,1350173567,5452,NULL,1343617645,NULL,0),(2,1359,1360456535,NULL,5452,NULL,1343617645,NULL,0),(2,1360,1349038609,1350173567,7202,NULL,1343617645,NULL,0),(2,1360,1360456535,NULL,7202,NULL,1343617645,NULL,0),(2,1361,1349038609,1350173567,51943,NULL,1344640354,NULL,0),(2,1361,1360456535,NULL,51943,NULL,1344640354,NULL,0),(2,1362,1349038609,1350173567,2053,NULL,1343617645,NULL,0),(2,1362,1360456535,NULL,2053,NULL,1343617645,NULL,0),(2,1363,1349038609,1350173567,12641,NULL,1343617645,NULL,0),(2,1363,1360456535,NULL,12641,NULL,1343617645,NULL,0),(2,1364,1349038609,1350173567,15408,NULL,1343665227,NULL,0),(2,1364,1360456535,NULL,15408,NULL,1343665227,NULL,0),(2,1365,1349038609,1350173567,2507,NULL,1343617645,NULL,0),(2,1365,1360456535,NULL,2507,NULL,1343617645,NULL,0),(2,1366,1349038609,1350173567,13617,NULL,1343699033,NULL,0),(2,1366,1360456535,NULL,13617,NULL,1343699033,NULL,0),(2,1367,1349038609,1350173567,22562,NULL,1343617645,NULL,0),(2,1367,1360456535,NULL,22562,NULL,1343617645,NULL,0),(2,1368,1349038609,1350173567,773622,NULL,1346055722,NULL,0),(2,1369,1349038609,1350173567,7844,NULL,1343698745,NULL,0),(2,1369,1360456535,NULL,7844,NULL,1343698745,NULL,0),(2,1370,1349038609,1350173567,330230,NULL,1346117461,NULL,0),(2,1371,1349038609,1350173567,123197,NULL,1343699033,NULL,0),(2,1371,1360456535,NULL,123197,NULL,1343699033,NULL,0),(2,1372,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1373,1349038609,1350173567,72920,NULL,1347336000,NULL,0),(2,1373,1360456535,NULL,72920,NULL,1347336000,NULL,0),(2,1374,1349038609,1350173567,66977,NULL,1346948498,NULL,0),(2,1374,1360456535,NULL,66977,NULL,1346948498,NULL,0),(2,1375,1349038609,1350173567,580393,NULL,1347335999,NULL,0),(2,1375,1360456535,NULL,580393,NULL,1347335999,NULL,0),(2,1376,1349038609,1350173567,16335,NULL,1346949464,NULL,0),(2,1376,1360456535,NULL,16335,NULL,1346949464,NULL,0),(2,1377,1349038609,1350173567,3917339,NULL,1346949460,NULL,0),(2,1377,1360456535,NULL,3917339,NULL,1346949460,NULL,0),(2,1378,1349038609,1350173567,140504,NULL,1347336177,NULL,0),(2,1378,1360456535,NULL,140504,NULL,1347336177,NULL,0),(2,1379,1349038609,1350173567,27956,NULL,1346948499,NULL,0),(2,1379,1360456535,NULL,27956,NULL,1346948499,NULL,0),(2,1380,1349038609,1350173567,16335,NULL,1347336179,NULL,0),(2,1380,1360456535,NULL,16335,NULL,1347336179,NULL,0),(2,1381,1349038609,1350173567,62639,NULL,1347336178,NULL,0),(2,1381,1360456535,NULL,62639,NULL,1347336178,NULL,0),(2,1382,1349038609,1350173567,140504,NULL,1346949463,NULL,0),(2,1382,1360456535,NULL,140504,NULL,1346949463,NULL,0),(2,1383,1349038609,1350173567,62639,NULL,1346949464,NULL,0),(2,1383,1360456535,NULL,62639,NULL,1346949464,NULL,0),(2,1384,1349038609,1350173567,16538,NULL,1346948497,NULL,0),(2,1384,1360456535,NULL,16538,NULL,1346948497,NULL,0),(2,1385,1349038609,1350173567,3917339,NULL,1347336175,NULL,0),(2,1385,1360456535,NULL,3917339,NULL,1347336175,NULL,0),(2,1386,1349038609,1350173567,7833,NULL,1346949461,NULL,0),(2,1386,1360456535,NULL,7833,NULL,1346949461,NULL,0),(2,1387,1349038609,1350173567,13392,NULL,1347336000,NULL,0),(2,1387,1360456535,NULL,13392,NULL,1347336000,NULL,0),(2,1388,1349038609,1350173567,147370,NULL,1347336000,NULL,0),(2,1388,1360456535,NULL,147370,NULL,1347336000,NULL,0),(2,1389,1349038609,1350173567,4958,NULL,1347336000,NULL,0),(2,1389,1360456535,NULL,4958,NULL,1347336000,NULL,0),(2,1390,1349038609,1350173567,1160746,NULL,1346948496,NULL,0),(2,1390,1360456535,NULL,1160746,NULL,1346948496,NULL,0),(2,1391,1349038609,1350173567,36660,NULL,1347336001,NULL,0),(2,1391,1360456535,NULL,36660,NULL,1347336001,NULL,0),(2,1392,1349038609,1350173567,171080,NULL,1346948498,NULL,0),(2,1392,1360456535,NULL,171080,NULL,1346948498,NULL,0),(2,1393,1349038609,1350173567,6359,NULL,1347336176,NULL,0),(2,1393,1360456535,NULL,6359,NULL,1347336176,NULL,0),(2,1394,1349038609,1350173567,6110,NULL,1346948497,NULL,0),(2,1394,1360456535,NULL,6110,NULL,1346948497,NULL,0),(2,1395,1349038609,1350173567,28,NULL,1343617645,NULL,0),(2,1395,1360456535,NULL,28,NULL,1343617645,NULL,0),(2,1396,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1396,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1397,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1397,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1398,1349038609,1350173567,6543,NULL,1343617645,NULL,0),(2,1398,1360456535,NULL,6647,NULL,1360093320,NULL,0),(2,1399,1349038609,1350173567,2470,NULL,1343617645,NULL,0),(2,1399,1360456535,NULL,2694,NULL,1360093319,NULL,0),(2,1400,1349038609,1350173567,42982,NULL,1343617645,NULL,0),(2,1400,1360456535,NULL,43116,NULL,1360093320,NULL,0),(2,1401,1349038609,1350173567,37774,NULL,1343617645,NULL,0),(2,1401,1360456535,NULL,37774,NULL,1360093320,NULL,0),(2,1402,1349038609,1350173567,27276,NULL,1343617645,NULL,0),(2,1402,1360456535,NULL,27592,NULL,1360093320,NULL,0),(2,1403,1349038609,1350173567,26111,NULL,1343617645,NULL,0),(2,1403,1360456535,NULL,27217,NULL,1360093320,NULL,0),(2,1404,1349038609,1350173567,20748,NULL,1343617645,NULL,0),(2,1404,1360456535,NULL,20748,NULL,1360093320,NULL,0),(2,1405,1349038609,1350173567,396787,NULL,1343617645,NULL,0),(2,1405,1360456535,NULL,90453,NULL,1360093320,NULL,0),(2,1406,1349038609,1350173567,58750,NULL,1343617645,NULL,0),(2,1406,1360456535,NULL,58772,NULL,1360093320,NULL,0),(2,1407,1349038609,1350173567,24618,NULL,1343617645,NULL,0),(2,1407,1360456535,NULL,24618,NULL,1360093320,NULL,0),(2,1408,1349038609,1350173567,188,NULL,1343617645,NULL,0),(2,1408,1360456535,NULL,188,NULL,1360093320,NULL,0),(2,1409,1349038609,1350173567,90425,NULL,1343617645,NULL,0),(2,1409,1360456535,NULL,96384,NULL,1360093320,NULL,0),(2,1410,1349038609,1350173567,25392,NULL,1343617645,NULL,0),(2,1410,1360456535,NULL,25638,NULL,1360093320,NULL,0),(2,1411,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1411,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1412,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1412,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1413,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1413,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1414,1349038609,1350173567,5535,NULL,1343617645,NULL,0),(2,1414,1360456535,NULL,5535,NULL,1360093320,NULL,0),(2,1415,1349038609,1350173567,6693,NULL,1343617645,NULL,0),(2,1415,1360456535,NULL,6693,NULL,1360093320,NULL,0),(2,1416,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1416,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1417,1349038609,1350173567,2213,NULL,1343617645,NULL,0),(2,1417,1360456535,NULL,2213,NULL,1360093320,NULL,0),(2,1418,1349038609,1350173567,8362,NULL,1343617645,NULL,0),(2,1418,1360456535,NULL,8362,NULL,1360093320,NULL,0),(2,1419,1349038609,1350173567,5170,NULL,1343617645,NULL,0),(2,1419,1360456535,NULL,5170,NULL,1360093320,NULL,0),(2,1420,1349038609,1350173567,15844,NULL,1343617645,NULL,0),(2,1420,1360456535,NULL,15844,NULL,1360093320,NULL,0),(2,1421,1349038609,1350173567,11942,NULL,1343617645,NULL,0),(2,1421,1360456535,NULL,11942,NULL,1360093320,NULL,0),(2,1422,1349038609,1350173567,37740,NULL,1343617645,NULL,0),(2,1422,1360456535,NULL,41330,NULL,1360093320,NULL,0),(2,1423,1349038609,NULL,62567,NULL,1343617645,NULL,0),(2,1423,1349570181,1350173567,62560,NULL,1349038798,NULL,0),(2,1423,1360456535,NULL,60125,NULL,1360093320,NULL,0),(2,1424,1349038609,1350173567,13761,NULL,1343617645,NULL,0),(2,1424,1360456535,NULL,14202,NULL,1360093320,NULL,0),(2,1425,1349038609,NULL,36488,NULL,1343617645,NULL,0),(2,1425,1349570181,1350173567,36750,NULL,1349038798,NULL,0),(2,1425,1360456535,NULL,36750,NULL,1349038798,NULL,0),(2,1426,1349038609,1350173567,52637,NULL,1343617645,NULL,0),(2,1426,1360456535,NULL,54270,NULL,1360093320,NULL,0),(2,1427,1349038609,1350173567,22900,NULL,1343617645,NULL,0),(2,1427,1360456535,NULL,23030,NULL,1360093320,NULL,0),(2,1428,1349038609,1350173567,6745,NULL,1343617645,NULL,0),(2,1428,1360456535,NULL,6779,NULL,1360093320,NULL,0),(2,1429,1349038609,1350173567,15667,NULL,1343617645,NULL,0),(2,1429,1360456535,NULL,17925,NULL,1360093320,NULL,0),(2,1430,1349038609,NULL,31961,NULL,1343617645,NULL,0),(2,1430,1349570181,1350173567,31959,NULL,1349038798,NULL,0),(2,1430,1360456535,NULL,33112,NULL,1360093320,NULL,0),(2,1431,1349038609,1350173567,94092,NULL,1343617645,NULL,0),(2,1431,1360456535,NULL,95688,NULL,1360093320,NULL,0),(2,1432,1349038609,1350173567,11514,NULL,1343617645,NULL,0),(2,1432,1360456535,NULL,11510,NULL,1360093320,NULL,0),(2,1433,1349038609,1350173567,176,NULL,1343617645,NULL,0),(2,1433,1360456535,NULL,176,NULL,1360093320,NULL,0),(2,1434,1349038609,NULL,51402,NULL,1343617645,NULL,0),(2,1434,1349570181,1350173567,51475,NULL,1349038798,NULL,0),(2,1434,1360456535,NULL,52918,NULL,1360093320,NULL,0),(2,1435,1349038609,1350173567,2187,NULL,1343617645,NULL,0),(2,1435,1360456535,NULL,2240,NULL,1360093320,NULL,0),(2,1436,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1436,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1437,1349038609,1350173567,17119,NULL,1343617645,NULL,0),(2,1437,1360456535,NULL,29083,NULL,1360093319,NULL,0),(2,1438,1349038609,NULL,10892,NULL,1343617645,NULL,0),(2,1438,1349570181,1350173567,10922,NULL,1349038798,NULL,0),(2,1439,1349038609,1350173567,15503,NULL,1343617645,NULL,0),(2,1440,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1440,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1441,1349038609,1350173567,25566,NULL,1343617645,NULL,0),(2,1442,1349038609,1350173567,329,NULL,1343617645,NULL,0),(2,1442,1360456535,NULL,323,NULL,1360093319,NULL,0),(2,1443,1349038609,1350173567,748,NULL,1343617645,NULL,0),(2,1444,1349038609,1350173567,12637,NULL,1343617645,NULL,0),(2,1445,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1445,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1446,1349038609,1350173567,3870,NULL,1343617645,NULL,0),(2,1446,1360456535,NULL,4114,NULL,1360093319,NULL,0),(2,1447,1349038609,1350173567,506,NULL,1343617645,NULL,0),(2,1447,1360456535,NULL,387,NULL,1360093319,NULL,0),(2,1448,1349038609,1350173567,12501,NULL,1343617645,NULL,0),(2,1448,1360456535,NULL,12417,NULL,1360093319,NULL,0),(2,1449,1349038609,1350173567,207,NULL,1343617645,NULL,0),(2,1449,1360456535,NULL,94,NULL,1360093319,NULL,0),(2,1450,1349038609,1350173567,5886,NULL,1343617645,NULL,0),(2,1450,1360456535,NULL,15238,NULL,1360093319,NULL,0),(2,1451,1349038609,1350173567,3797,NULL,1343617645,NULL,0),(2,1451,1360456535,NULL,6607,NULL,1360093319,NULL,0),(2,1452,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1452,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1453,1349038609,1350173567,2950,NULL,1343617645,NULL,0),(2,1453,1360456535,NULL,2950,NULL,1360093320,NULL,0),(2,1454,1349038609,1350173567,1125,NULL,1343617645,NULL,0),(2,1454,1360456535,NULL,277,NULL,1360093320,NULL,0),(2,1455,1349038609,1350173567,1141,NULL,1343617645,NULL,0),(2,1455,1360456535,NULL,293,NULL,1360093320,NULL,0),(2,1456,1349038609,1350173567,16485,NULL,1343617645,NULL,0),(2,1456,1360456535,NULL,16485,NULL,1360093320,NULL,0),(2,1457,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1457,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1458,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1458,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1459,1349038609,1350173567,12234,NULL,1343617645,NULL,0),(2,1459,1360456535,NULL,12234,NULL,1360093320,NULL,0),(2,1460,1349038609,1350173567,1572,NULL,1343617645,NULL,0),(2,1460,1360456535,NULL,1572,NULL,1360093320,NULL,0),(2,1461,1349038609,1350173567,3383,NULL,1343617645,NULL,0),(2,1461,1360456535,NULL,3383,NULL,1360093320,NULL,0),(2,1462,1349038609,1350173567,3926,NULL,1343617645,NULL,0),(2,1462,1360456535,NULL,3926,NULL,1360093320,NULL,0),(2,1463,1349038609,1350173567,12547,NULL,1343617645,NULL,0),(2,1463,1360456535,NULL,12547,NULL,1360093320,NULL,0),(2,1464,1349038609,1350173567,8827,NULL,1343617645,NULL,0),(2,1464,1360456535,NULL,12588,NULL,1360093320,NULL,0),(2,1465,1349038609,1350173567,37689,NULL,1343617645,NULL,0),(2,1465,1360456535,NULL,37689,NULL,1360093320,NULL,0),(2,1466,1349038609,1350173567,12588,NULL,1343617645,NULL,0),(2,1467,1349038609,1350173567,1540,NULL,1343617645,NULL,0),(2,1467,1360456535,NULL,1540,NULL,1360093320,NULL,0),(2,1468,1349038609,1350173567,29020,NULL,1343617645,NULL,0),(2,1468,1360456535,NULL,29020,NULL,1360093320,NULL,0),(2,1469,1349038609,1350173567,604,NULL,1343617645,NULL,0),(2,1469,1360456535,NULL,912,NULL,1360093320,NULL,0),(2,1470,1349038609,1350173567,1222,NULL,1343617645,NULL,0),(2,1471,1349038609,1350173567,10718,NULL,1343617645,NULL,0),(2,1472,1349038609,1350173567,3377,NULL,1343617645,NULL,0),(2,1472,1360456535,NULL,17413,NULL,1360093320,NULL,0),(2,1473,1349038609,1350173567,6866,NULL,1343617645,NULL,0),(2,1473,1360456535,NULL,15518,NULL,1360093320,NULL,0),(2,1474,1349038609,1350173567,9016,NULL,1343617645,NULL,0),(2,1474,1360456535,NULL,15505,NULL,1360093320,NULL,0),(2,1475,1349038609,1350173567,3114,NULL,1343617645,NULL,0),(2,1476,1349038609,1350173567,17413,NULL,1343617645,NULL,0),(2,1477,1349038609,1350173567,4066,NULL,1343617645,NULL,0),(2,1478,1349038609,1350173567,6607,NULL,1343617645,NULL,0),(2,1479,1349038609,1350173567,3619,NULL,1343617645,NULL,0),(2,1479,1360456535,NULL,4969,NULL,1360093319,NULL,0),(2,1480,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1480,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1481,1349038609,NULL,9638,NULL,1343617645,NULL,0),(2,1481,1349570181,1350173567,9628,NULL,1349038798,NULL,0),(2,1481,1360456535,NULL,36846,NULL,1360093319,NULL,0),(2,1482,1349038609,1350173567,790,NULL,1343617645,NULL,0),(2,1482,1360456535,NULL,790,NULL,1360093319,NULL,0),(2,1483,1349038609,1350173567,219,NULL,1343617645,NULL,0),(2,1483,1360456535,NULL,178,NULL,1360093319,NULL,0),(2,1484,1349038609,NULL,36826,NULL,1343617645,NULL,0),(2,1484,1349570181,1350173567,36846,NULL,1349038798,NULL,0),(2,1485,1349038609,1350173567,219,NULL,1343617645,NULL,0),(2,1485,1360456535,NULL,178,NULL,1360093319,NULL,0),(2,1486,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1486,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1487,1349038609,1350173567,2301,NULL,1343617645,NULL,0),(2,1488,1349038609,1350173567,1179,NULL,1343617645,NULL,0),(2,1488,1360456535,NULL,1179,NULL,1360093320,NULL,0),(2,1489,1349038609,1350173567,24074,NULL,1343617645,NULL,0),(2,1490,1349038609,1350173567,7301,NULL,1343617645,NULL,0),(2,1491,1349038609,1350173567,94861,NULL,1343617645,NULL,0),(2,1491,1360456535,NULL,93658,NULL,1360093320,NULL,0),(2,1492,1349038609,1350173567,1793,NULL,1343617645,NULL,0),(2,1492,1360456535,NULL,5711,NULL,1360093320,NULL,0),(2,1493,1349038609,1350173567,4462,NULL,1343617645,NULL,0),(2,1494,1349038609,1350173567,3788,NULL,1343617645,NULL,0),(2,1494,1360456535,NULL,3788,NULL,1360093320,NULL,0),(2,1495,1349038609,1350173567,3457,NULL,1343617645,NULL,0),(2,1495,1360456535,NULL,3457,NULL,1360093320,NULL,0),(2,1496,1349038609,1350173567,3725,NULL,1343617645,NULL,0),(2,1497,1349038609,1350173567,3213,NULL,1343617645,NULL,0),(2,1497,1360456535,NULL,7301,NULL,1360093320,NULL,0),(2,1498,1349038609,1350173567,2295,NULL,1343617645,NULL,0),(2,1498,1360456535,NULL,3725,NULL,1360093320,NULL,0),(2,1499,1349038609,1350173567,5711,NULL,1343617645,NULL,0),(2,1500,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1500,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1501,1349038609,1350173567,1034,NULL,1343617645,NULL,0),(2,1502,1349038609,1350173567,1586,NULL,1343617645,NULL,0),(2,1503,1349038609,1350173567,5889,NULL,1343617645,NULL,0),(2,1503,1360456535,NULL,5881,NULL,1360093320,NULL,0),(2,1504,1349038609,1350173567,9118,NULL,1343617645,NULL,0),(2,1504,1360456535,NULL,10454,NULL,1360093320,NULL,0),(2,1505,1349038609,1350173567,955,NULL,1343617645,NULL,0),(2,1506,1349038609,1350173567,3740,NULL,1343617645,NULL,0),(2,1507,1349038609,1350173567,777,NULL,1343617645,NULL,0),(2,1508,1349038609,1350173567,9038,NULL,1343617645,NULL,0),(2,1508,1360456535,NULL,7723,NULL,1360093320,NULL,0),(2,1509,1349038609,1350173567,10621,NULL,1343617645,NULL,0),(2,1510,1349038609,1350173567,1530,NULL,1343617645,NULL,0),(2,1511,1349038609,1350173567,1037,NULL,1343617645,NULL,0),(2,1512,1349038609,1350173567,4040,NULL,1343617645,NULL,0),(2,1512,1360456535,NULL,6645,NULL,1360093320,NULL,0),(2,1513,1349038609,1350173567,37099,NULL,1343617645,NULL,0),(2,1513,1360456535,NULL,37629,NULL,1360093320,NULL,0),(2,1514,1349038609,1350173567,23823,NULL,1343617645,NULL,0),(2,1514,1360456535,NULL,23582,NULL,1360093320,NULL,0),(2,1515,1349038609,1350173567,11463,NULL,1343617645,NULL,0),(2,1515,1360456535,NULL,18572,NULL,1360093320,NULL,0),(2,1516,1349038609,1350173567,465,NULL,1343617645,NULL,0),(2,1517,1349038609,1350173567,11226,NULL,1343617645,NULL,0),(2,1517,1360456535,NULL,11264,NULL,1360093320,NULL,0),(2,1518,1349038609,1350173567,3189,NULL,1343617645,NULL,0),(2,1518,1360456535,NULL,6759,NULL,1360093320,NULL,0),(2,1519,1349038609,1350173567,4295,NULL,1343617645,NULL,0),(2,1519,1360456535,NULL,4693,NULL,1360093320,NULL,0),(2,1520,1349038609,1350173567,796,NULL,1343617645,NULL,0),(2,1521,1349038609,1350173567,1699,NULL,1343617645,NULL,0),(2,1521,1360456535,NULL,1589,NULL,1360093320,NULL,0),(2,1522,1349038609,1350173567,4163,NULL,1343617645,NULL,0),(2,1522,1360456535,NULL,4079,NULL,1360093320,NULL,0),(2,1523,1349038609,1350173567,18736,NULL,1343617645,NULL,0),(2,1523,1360456535,NULL,18614,NULL,1360093320,NULL,0),(2,1524,1349038609,1350173567,2803,NULL,1343617645,NULL,0),(2,1524,1360456535,NULL,2864,NULL,1360093320,NULL,0),(2,1525,1349038609,1350173567,965,NULL,1343617645,NULL,0),(2,1526,1349038609,1350173567,718,NULL,1343617645,NULL,0),(2,1527,1349038609,1350173567,698,NULL,1343617645,NULL,0),(2,1528,1349038609,1350173567,9821,NULL,1343617645,NULL,0),(2,1528,1360456535,NULL,9913,NULL,1360093320,NULL,0),(2,1529,1349038609,1350173567,6953,NULL,1343617645,NULL,0),(2,1529,1360456535,NULL,7222,NULL,1360093320,NULL,0),(2,1530,1349038609,1350173567,961,NULL,1343617645,NULL,0),(2,1531,1349038609,1350173567,17462,NULL,1343617645,NULL,0),(2,1531,1360456535,NULL,17325,NULL,1360093320,NULL,0),(2,1532,1349038609,1350173567,11116,NULL,1343617645,NULL,0),(2,1532,1360456535,NULL,24074,NULL,1360093320,NULL,0),(2,1533,1349038609,1350173567,783,NULL,1343617645,NULL,0),(2,1533,1360456535,NULL,783,NULL,1360093320,NULL,0),(2,1534,1349038609,1350173567,15536,NULL,1343617645,NULL,0),(2,1535,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1536,1349038609,1350173567,2936,NULL,1343617645,NULL,0),(2,1537,1349038609,1350173567,31056,NULL,1343617645,NULL,0),(2,1538,1349038609,1350173567,4744,NULL,1343617645,NULL,0),(2,1539,1349038609,1350173567,34787,NULL,1343617645,NULL,0),(2,1540,1349038609,1350173567,2943,NULL,1343617645,NULL,0),(2,1541,1349038609,1350173567,20209,NULL,1343617645,NULL,0),(2,1542,1349038609,1350173567,38471,NULL,1343617645,NULL,0),(2,1543,1349038609,1350173567,2456,NULL,1343617645,NULL,0),(2,1544,1349038609,1350173567,1125,NULL,1343617645,NULL,0),(2,1545,1349038609,1350173567,10162,NULL,1343617645,NULL,0),(2,1546,1349038609,1350173567,3701,NULL,1343617645,NULL,0),(2,1547,1349038609,1350173567,19139,NULL,1343617645,NULL,0),(2,1548,1349038609,1350173567,139854,NULL,1343617645,NULL,0),(2,1549,1349038609,NULL,7656,NULL,1343617645,NULL,0),(2,1549,1349570181,1350173567,7682,NULL,1349038798,NULL,0),(2,1549,1360456535,NULL,11036,NULL,1360093319,NULL,0),(2,1550,1349038609,1350173567,2609,NULL,1343617645,NULL,0),(2,1550,1360456535,NULL,4244,NULL,1360093319,NULL,0),(2,1551,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1551,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1552,1349038609,NULL,6001,NULL,1343617645,NULL,0),(2,1552,1349570181,1350173567,6379,NULL,1349038798,NULL,0),(2,1553,1349038609,1350173567,10619,NULL,1343617645,NULL,0),(2,1553,1360456535,NULL,15699,NULL,1360093320,NULL,0),(2,1554,1349038609,1350173567,44013,NULL,1343617645,NULL,0),(2,1554,1360456535,NULL,44116,NULL,1360093320,NULL,0),(2,1555,1349038609,NULL,2880,NULL,1343617645,NULL,0),(2,1555,1349570181,1350173567,3074,NULL,1349038798,NULL,0),(2,1555,1360456535,NULL,9746,NULL,1360093320,NULL,0),(2,1556,1349038609,1350173567,4788,NULL,1343617645,NULL,0),(2,1556,1360456535,NULL,4788,NULL,1360093320,NULL,0),(2,1557,1349038609,1350173567,18873,NULL,1343617645,NULL,0),(2,1557,1360456535,NULL,18958,NULL,1360093320,NULL,0),(2,1558,1349038609,1350173567,5610,NULL,1343617645,NULL,0),(2,1558,1360456535,NULL,5606,NULL,1360093320,NULL,0),(2,1559,1349038609,1350173567,5541,NULL,1343617645,NULL,0),(2,1559,1360456535,NULL,5541,NULL,1360093320,NULL,0),(2,1560,1349038609,1350173567,11904,NULL,1343617645,NULL,0),(2,1560,1360456535,NULL,11939,NULL,1360093320,NULL,0),(2,1561,1349038609,1350173567,16719,NULL,1343617645,NULL,0),(2,1561,1360456535,NULL,16756,NULL,1360093320,NULL,0),(2,1562,1349038609,1350173567,15579,NULL,1343617645,NULL,0),(2,1563,1349038609,1350173567,17655,NULL,1343617645,NULL,0),(2,1563,1360456535,NULL,18315,NULL,1360093320,NULL,0),(2,1564,1349038609,1350173567,17987,NULL,1343617645,NULL,0),(2,1564,1360456535,NULL,17987,NULL,1360093320,NULL,0),(2,1565,1349038609,1350173567,10231,NULL,1343617645,NULL,0),(2,1565,1360456535,NULL,10231,NULL,1360093320,NULL,0),(2,1566,1349038609,1350173567,8091,NULL,1343617645,NULL,0),(2,1567,1349038609,1350173567,5253,NULL,1343617645,NULL,0),(2,1567,1360456535,NULL,9690,NULL,1360093319,NULL,0),(2,1568,1349038609,1350173567,2152,NULL,1343617645,NULL,0),(2,1568,1360456535,NULL,3114,NULL,1360093319,NULL,0),(2,1569,1349038609,1350173567,996,NULL,1343617645,NULL,0),(2,1569,1360456535,NULL,4246,NULL,1360093319,NULL,0),(2,1570,1349038609,1350173567,4246,NULL,1343617645,NULL,0),(2,1571,1349038609,1350173567,786,NULL,1343617645,NULL,0),(2,1571,1360456535,NULL,1222,NULL,1360093319,NULL,0),(2,1572,1349038609,1350173567,912,NULL,1343617645,NULL,0),(2,1573,1349038609,1350173567,1949,NULL,1343617645,NULL,0),(2,1573,1360456535,NULL,3699,NULL,1360093320,NULL,0),(2,1574,1349038609,1350173567,29114,NULL,1343617645,NULL,0),(2,1575,1349038609,1350173567,6828,NULL,1343617645,NULL,0),(2,1575,1360456535,NULL,10649,NULL,1360093320,NULL,0),(2,1576,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1576,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1577,1349038609,1350173567,13086,NULL,1343617645,NULL,0),(2,1577,1360456535,NULL,12615,NULL,1360093320,NULL,0),(2,1578,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1578,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1579,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1579,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1580,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1580,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1581,1349038609,1350173567,733,NULL,1343617645,NULL,0),(2,1582,1349038609,1350173567,11854,NULL,1343617645,NULL,0),(2,1583,1349038609,1350173567,4674,NULL,1343617645,NULL,0),(2,1583,1360456535,NULL,11854,NULL,1360093319,NULL,0),(2,1584,1349038609,1350173567,427,NULL,1343617645,NULL,0),(2,1584,1360456535,NULL,769,NULL,1360093319,NULL,0),(2,1585,1349038609,1350173567,1018,NULL,1343617645,NULL,0),(2,1585,1360456535,NULL,1018,NULL,1360093319,NULL,0),(2,1586,1349038609,1350173567,1792,NULL,1343617645,NULL,0),(2,1586,1360456535,NULL,1792,NULL,1360093319,NULL,0),(2,1587,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1587,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1588,1349038609,1350173567,1333,NULL,1343617645,NULL,0),(2,1588,1360456535,NULL,1259,NULL,1360093319,NULL,0),(2,1589,1349038609,1350173567,1994,NULL,1343617645,NULL,0),(2,1589,1360456535,NULL,2105,NULL,1360093319,NULL,0),(2,1590,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1590,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1591,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1591,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1592,1349038609,1350173567,17070,NULL,1343617645,NULL,0),(2,1593,1349038609,1350173567,12534,NULL,1343617645,NULL,0),(2,1593,1360456535,NULL,17070,NULL,1360093319,NULL,0),(2,1594,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1594,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1595,1349038609,1350173567,6683,NULL,1343617645,NULL,0),(2,1595,1360456535,NULL,6970,NULL,1360093319,NULL,0),(2,1596,1349038609,1350173567,11851,NULL,1343617645,NULL,0),(2,1596,1360456535,NULL,11989,NULL,1360093319,NULL,0),(2,1597,1349038609,NULL,5060,NULL,1343617645,NULL,0),(2,1597,1349570181,1350173567,5078,NULL,1349038798,NULL,0),(2,1597,1360456535,NULL,5874,NULL,1360093319,NULL,0),(2,1598,1349038609,NULL,7850,NULL,1343617645,NULL,0),(2,1598,1349570181,1350173567,7895,NULL,1349038798,NULL,0),(2,1598,1360456535,NULL,9137,NULL,1360093319,NULL,0),(2,1599,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1599,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1600,1349038609,1350173567,3701,NULL,1343617645,NULL,0),(2,1600,1360456535,NULL,946,NULL,1360093319,NULL,0),(2,1601,1349038609,1350173567,1638,NULL,1343617645,NULL,0),(2,1601,1360456535,NULL,1386,NULL,1360093319,NULL,0),(2,1602,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1602,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1603,1349038609,1350173567,9298,NULL,1343617645,NULL,0),(2,1603,1360456535,NULL,8706,NULL,1360093319,NULL,0),(2,1604,1349038609,1350173567,13604,NULL,1343617645,NULL,0),(2,1604,1360456535,NULL,13207,NULL,1360093319,NULL,0),(2,1605,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1605,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1606,1349038609,1350173567,146,NULL,1343617645,NULL,0),(2,1606,1360456535,NULL,146,NULL,1360093319,NULL,0),(2,1607,1349038609,1350173567,101,NULL,1343617645,NULL,0),(2,1607,1360456535,NULL,95,NULL,1360093319,NULL,0),(2,1608,1349038609,1350173567,149,NULL,1343617645,NULL,0),(2,1608,1360456535,NULL,149,NULL,1360093319,NULL,0),(2,1609,1349038609,1350173567,108,NULL,1343617645,NULL,0),(2,1609,1360456535,NULL,108,NULL,1360093319,NULL,0),(2,1610,1349038609,1350173567,43,NULL,1343617645,NULL,0),(2,1610,1360456535,NULL,43,NULL,1360093319,NULL,0),(2,1611,1349038609,1350173567,99,NULL,1343617645,NULL,0),(2,1611,1360456535,NULL,93,NULL,1360093319,NULL,0),(2,1612,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1612,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1613,1349038609,1350173567,2446,NULL,1343617645,NULL,0),(2,1613,1360456535,NULL,3094,NULL,1360093319,NULL,0),(2,1614,1349038609,1350173567,3324,NULL,1343617645,NULL,0),(2,1614,1360456535,NULL,4541,NULL,1360093319,NULL,0),(2,1615,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1615,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1616,1349038609,1350173567,43,NULL,1343617645,NULL,0),(2,1616,1360456535,NULL,43,NULL,1360093319,NULL,0),(2,1617,1349038609,1350173567,1638,NULL,1343617645,NULL,0),(2,1617,1360456535,NULL,1386,NULL,1360093319,NULL,0),(2,1618,1349038609,1350173567,1799,NULL,1343617645,NULL,0),(2,1618,1360456535,NULL,1590,NULL,1360093319,NULL,0),(2,1619,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1619,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1620,1349038609,1350173567,668,NULL,1343617645,NULL,0),(2,1620,1360456535,NULL,586,NULL,1360093319,NULL,0),(2,1621,1349038609,1350173567,1771,NULL,1343617645,NULL,0),(2,1621,1360456535,NULL,1681,NULL,1360093319,NULL,0),(2,1622,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1622,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1623,1349038609,1350173567,1654,NULL,1343617645,NULL,0),(2,1623,1360456535,NULL,1666,NULL,1360093319,NULL,0),(2,1624,1349038609,1350173567,2923,NULL,1343617645,NULL,0),(2,1624,1360456535,NULL,2935,NULL,1360093319,NULL,0),(2,1625,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1625,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1626,1349038609,1350173567,2887,NULL,1343617645,NULL,0),(2,1626,1360456535,NULL,2887,NULL,1360093319,NULL,0),(2,1627,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1627,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1628,1349038609,1350173567,97,NULL,1343617645,NULL,0),(2,1628,1360456535,NULL,97,NULL,1360093319,NULL,0),(2,1629,1349038609,1350173567,6894,NULL,1343617645,NULL,0),(2,1629,1360456535,NULL,6876,NULL,1360093319,NULL,0),(2,1630,1349038609,1350173567,11620,NULL,1343617645,NULL,0),(2,1630,1360456535,NULL,11602,NULL,1360093319,NULL,0),(2,1631,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1631,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1632,1349038609,1350173567,2097,NULL,1343617645,NULL,0),(2,1632,1360456535,NULL,2097,NULL,1360093319,NULL,0),(2,1633,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1633,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1634,1349038609,1350173567,1931,NULL,1343617645,NULL,0),(2,1634,1360456535,NULL,1931,NULL,1360093319,NULL,0),(2,1635,1349038609,1350173567,1518,NULL,1343617645,NULL,0),(2,1635,1360456535,NULL,1518,NULL,1360093319,NULL,0),(2,1636,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1636,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1637,1349038609,1350173567,11877,NULL,1343617645,NULL,0),(2,1637,1360456535,NULL,11877,NULL,1360093319,NULL,0),(2,1638,1349038609,1350173567,5465,NULL,1343617645,NULL,0),(2,1638,1360456535,NULL,5465,NULL,1360093319,NULL,0),(2,1639,1349038609,1350173567,2847,NULL,1343617645,NULL,0),(2,1639,1360456535,NULL,2847,NULL,1360093319,NULL,0),(2,1640,1349038609,1350173567,1772,NULL,1343617645,NULL,0),(2,1640,1360456535,NULL,1772,NULL,1360093319,NULL,0),(2,1641,1349038609,1350173567,4131,NULL,1343617645,NULL,0),(2,1641,1360456535,NULL,4255,NULL,1360093319,NULL,0),(2,1642,1349038609,1350173567,775,NULL,1343617645,NULL,0),(2,1642,1360456535,NULL,775,NULL,1360093319,NULL,0),(2,1643,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1643,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1644,1349038609,1350173567,46,NULL,1343617645,NULL,0),(2,1644,1360456535,NULL,46,NULL,1360093319,NULL,0),(2,1645,1349038609,1350173567,1711,NULL,1343617645,NULL,0),(2,1645,1360456535,NULL,1711,NULL,1360093319,NULL,0),(2,1646,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1646,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1647,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1647,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1648,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1648,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1649,1349038609,1350173567,6859,NULL,1343617645,NULL,0),(2,1649,1360456535,NULL,6859,NULL,1360093319,NULL,0),(2,1650,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1650,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1651,1349038609,1350173567,57,NULL,1343617645,NULL,0),(2,1651,1360456535,NULL,51,NULL,1360093319,NULL,0),(2,1652,1349038609,1350173567,915,NULL,1343617645,NULL,0),(2,1652,1360456535,NULL,907,NULL,1360093319,NULL,0),(2,1653,1349038609,1350173567,769,NULL,1343617645,NULL,0),(2,1653,1360456535,NULL,769,NULL,1360093319,NULL,0),(2,1654,1349038609,1350173567,280,NULL,1343617645,NULL,0),(2,1654,1360456535,NULL,272,NULL,1360093319,NULL,0),(2,1655,1349038609,1350173567,818,NULL,1343617645,NULL,0),(2,1655,1360456535,NULL,810,NULL,1360093319,NULL,0),(2,1656,1349038609,1350173567,911,NULL,1343617645,NULL,0),(2,1656,1360456535,NULL,909,NULL,1360093319,NULL,0),(2,1657,1349038609,1350173567,989,NULL,1343617645,NULL,0),(2,1657,1360456535,NULL,989,NULL,1360093319,NULL,0),(2,1658,1349038609,1350173567,92,NULL,1343617645,NULL,0),(2,1658,1360456535,NULL,84,NULL,1360093319,NULL,0),(2,1659,1349038609,1350173567,11909,NULL,1343617645,NULL,0),(2,1659,1360456535,NULL,11909,NULL,1360093319,NULL,0),(2,1660,1349038609,1350173567,18910,NULL,1343617645,NULL,0),(2,1660,1360456535,NULL,18910,NULL,1360093319,NULL,0),(2,1661,1349038609,1350173567,12508,NULL,1343617645,NULL,0),(2,1661,1360456535,NULL,12508,NULL,1360093319,NULL,0),(2,1662,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1662,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1663,1349038609,1350173567,3561,NULL,1343617645,NULL,0),(2,1663,1360456535,NULL,3618,NULL,1360093319,NULL,0),(2,1664,1349038609,1350173567,5424,NULL,1343617645,NULL,0),(2,1664,1360456535,NULL,5484,NULL,1360093319,NULL,0),(2,1665,1349038609,1350173567,3279,NULL,1343617645,NULL,0),(2,1665,1360456535,NULL,3279,NULL,1360093319,NULL,0),(2,1666,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1666,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1667,1349038609,1350173567,1299,NULL,1343617645,NULL,0),(2,1667,1360456535,NULL,1217,NULL,1360093319,NULL,0),(2,1668,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1668,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1669,1349038609,1350173567,1596,NULL,1343617645,NULL,0),(2,1669,1360456535,NULL,1596,NULL,1360093319,NULL,0),(2,1670,1349038609,1350173567,848,NULL,1343617645,NULL,0),(2,1670,1360456535,NULL,848,NULL,1360093319,NULL,0),(2,1671,1349038609,1350173567,13309,NULL,1343617645,NULL,0),(2,1671,1360456535,NULL,13616,NULL,1360093319,NULL,0),(2,1672,1349038609,1350173567,30018,NULL,1343617645,NULL,0),(2,1672,1360456535,NULL,30590,NULL,1360093319,NULL,0),(2,1673,1349038609,1350173567,878,NULL,1343617645,NULL,0),(2,1673,1360456535,NULL,796,NULL,1360093319,NULL,0),(2,1674,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1674,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1675,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1675,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1676,1349038609,1350173567,1865,NULL,1343617645,NULL,0),(2,1676,1360456535,NULL,1865,NULL,1360093319,NULL,0),(2,1677,1349038609,1350173567,14619,NULL,1343617645,NULL,0),(2,1677,1360456535,NULL,15960,NULL,1360093319,NULL,0),(2,1678,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1678,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1679,1349038609,1350173567,1340,NULL,1343617645,NULL,0),(2,1679,1360456535,NULL,1340,NULL,1360093319,NULL,0),(2,1680,1349038609,1350173567,12459,NULL,1343617645,NULL,0),(2,1680,1360456535,NULL,12655,NULL,1360093319,NULL,0),(2,1681,1349038609,1350173567,24976,NULL,1343617645,NULL,0),(2,1681,1360456535,NULL,25521,NULL,1360093319,NULL,0),(2,1682,1349038609,1350173567,38049,NULL,1343617645,NULL,0),(2,1682,1360456535,NULL,38049,NULL,1360093319,NULL,0),(2,1683,1349038609,1350173567,19980,NULL,1343617645,NULL,0),(2,1683,1360456535,NULL,19980,NULL,1360093319,NULL,0),(2,1684,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1684,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1685,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1685,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1686,1349038609,1350173567,221,NULL,1343617645,NULL,0),(2,1686,1360456535,NULL,221,NULL,1360093319,NULL,0),(2,1687,1349038609,1350173567,2706,NULL,1343617645,NULL,0),(2,1687,1360456535,NULL,3030,NULL,1360093319,NULL,0),(2,1688,1349038609,1350173567,4953,NULL,1343617645,NULL,0),(2,1688,1360456535,NULL,5362,NULL,1360093319,NULL,0),(2,1689,1349038609,NULL,101114,NULL,1343617645,NULL,0),(2,1689,1349570181,1350173567,101121,NULL,1349038798,NULL,0),(2,1689,1360456535,NULL,115718,NULL,1360093320,NULL,0),(2,1690,1349038609,1350173567,5345,NULL,1343617645,NULL,0),(2,1690,1360456535,NULL,4776,NULL,1360093320,NULL,0),(2,1691,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1691,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1692,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1692,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1693,1349038609,1350173567,4104,NULL,1343617645,NULL,0),(2,1693,1360456535,NULL,4026,NULL,1360093320,NULL,0),(2,1694,1349038609,1350173567,3213,NULL,1343617645,NULL,0),(2,1694,1360456535,NULL,3298,NULL,1360093320,NULL,0),(2,1695,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1695,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1696,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1696,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1697,1349038609,1350173567,5944,NULL,1343617645,NULL,0),(2,1697,1360456535,NULL,6090,NULL,1360093320,NULL,0),(2,1698,1349038609,1350173567,151,NULL,1343617645,NULL,0),(2,1698,1360456535,NULL,151,NULL,1343617645,NULL,0),(2,1699,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1699,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1700,1349038609,1350173567,1326,NULL,1343617645,NULL,0),(2,1700,1360456535,NULL,1322,NULL,1360093320,NULL,0),(2,1701,1349038609,1350173567,28741,NULL,1343617645,NULL,0),(2,1701,1360456535,NULL,27345,NULL,1360093320,NULL,0),(2,1702,1349038609,1350173567,27676,NULL,1343617645,NULL,0),(2,1702,1360456535,NULL,26240,NULL,1360093320,NULL,0),(2,1703,1349038609,1350173567,180,NULL,1343617645,NULL,0),(2,1703,1360456535,NULL,176,NULL,1360093320,NULL,0),(2,1704,1349038609,1350173567,146,NULL,1343617645,NULL,0),(2,1704,1360456535,NULL,146,NULL,1360093320,NULL,0),(2,1705,1349038609,1350173567,3862,NULL,1343617646,NULL,0),(2,1705,1360456535,NULL,3842,NULL,1360093320,NULL,0),(2,1706,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1706,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1707,1349038609,1350173567,4969,NULL,1343617646,NULL,0),(2,1707,1360456535,NULL,5113,NULL,1360093320,NULL,0),(2,1708,1349038609,1350173567,8637,NULL,1343617646,NULL,0),(2,1708,1360456535,NULL,8780,NULL,1360093320,NULL,0),(2,1709,1349038609,1350173567,1098,NULL,1343617646,NULL,0),(2,1709,1360456535,NULL,1098,NULL,1360093320,NULL,0),(2,1710,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1710,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1711,1349038609,1350173567,5587,NULL,1343617646,NULL,0),(2,1711,1360456535,NULL,5731,NULL,1360093320,NULL,0),(2,1712,1349038609,1350173567,1688,NULL,1343617646,NULL,0),(2,1712,1360456535,NULL,1688,NULL,1360093320,NULL,0),(2,1713,1349038609,1350173567,14971,NULL,1343617646,NULL,0),(2,1713,1360456535,NULL,15183,NULL,1360093320,NULL,0),(2,1714,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1714,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1715,1349038609,1350173567,2766,NULL,1343617646,NULL,0),(2,1715,1360456535,NULL,2766,NULL,1360093320,NULL,0),(2,1716,1349038609,1350173567,651,NULL,1343617646,NULL,0),(2,1716,1360456535,NULL,651,NULL,1360093320,NULL,0),(2,1717,1349038609,1350173567,2084,NULL,1343617646,NULL,0),(2,1717,1360456535,NULL,2084,NULL,1360093320,NULL,0),(2,1718,1349038609,1350173567,855,NULL,1343617646,NULL,0),(2,1718,1360456535,NULL,855,NULL,1360093320,NULL,0),(2,1719,1349038609,1350173567,2283,NULL,1343617646,NULL,0),(2,1719,1360456535,NULL,2283,NULL,1360093320,NULL,0),(2,1720,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1720,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1721,1349038609,1350173567,5499,NULL,1343617646,NULL,0),(2,1721,1360456535,NULL,5643,NULL,1360093320,NULL,0),(2,1722,1349038609,1350173567,15525,NULL,1343617646,NULL,0),(2,1722,1360456535,NULL,15740,NULL,1360093320,NULL,0),(2,1723,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1723,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1724,1349038609,1350173567,1322,NULL,1343617646,NULL,0),(2,1724,1360456535,NULL,1322,NULL,1360093320,NULL,0),(2,1725,1349038609,1350173567,68,NULL,1343617646,NULL,0),(2,1725,1360456535,NULL,68,NULL,1360093320,NULL,0),(2,1726,1349038609,1350173567,3133,NULL,1343617646,NULL,0),(2,1726,1360456535,NULL,3133,NULL,1360093320,NULL,0),(2,1727,1349038609,1350173567,1787,NULL,1343617646,NULL,0),(2,1727,1360456535,NULL,1787,NULL,1360093320,NULL,0),(2,1728,1349038609,1350173567,70,NULL,1343617646,NULL,0),(2,1728,1360456535,NULL,70,NULL,1360093320,NULL,0),(2,1729,1349038609,1350173567,64,NULL,1343617646,NULL,0),(2,1729,1360456535,NULL,64,NULL,1360093320,NULL,0),(2,1730,1349038609,1350173567,2557,NULL,1343617646,NULL,0),(2,1730,1360456535,NULL,2557,NULL,1360093320,NULL,0),(2,1731,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1731,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1732,1349038609,1350173567,6074,NULL,1343617646,NULL,0),(2,1732,1360456535,NULL,6138,NULL,1360093320,NULL,0),(2,1733,1349038609,1350173567,1020,NULL,1343617646,NULL,0),(2,1733,1360456535,NULL,1442,NULL,1360093320,NULL,0),(2,1734,1349038609,1350173567,15430,NULL,1343617646,NULL,0),(2,1734,1360456535,NULL,15430,NULL,1360093320,NULL,0),(2,1735,1349038609,1350173567,1251,NULL,1343617646,NULL,0),(2,1735,1360456535,NULL,1616,NULL,1360093320,NULL,0),(2,1736,1349038609,1350173567,4731,NULL,1343617646,NULL,0),(2,1736,1360456535,NULL,4788,NULL,1360093320,NULL,0),(2,1737,1349038609,1350173567,2130,NULL,1343617646,NULL,0),(2,1737,1360456535,NULL,2130,NULL,1360093320,NULL,0),(2,1738,1349038609,1350173567,13904,NULL,1343617646,NULL,0),(2,1738,1360456535,NULL,14214,NULL,1360093320,NULL,0),(2,1739,1349038609,1350173567,2633,NULL,1343617646,NULL,0),(2,1739,1360456535,NULL,2555,NULL,1360093320,NULL,0),(2,1740,1349038609,1350173567,1702,NULL,1343617646,NULL,0),(2,1740,1360456535,NULL,1702,NULL,1360093320,NULL,0),(2,1741,1349038609,1350173567,38215,NULL,1343617646,NULL,0),(2,1741,1360456535,NULL,41929,NULL,1360093320,NULL,0),(2,1742,1349038609,1350173567,1253,NULL,1343617646,NULL,0),(2,1742,1360456535,NULL,1175,NULL,1360093320,NULL,0),(2,1743,1349038609,1350173567,25184,NULL,1343617646,NULL,0),(2,1743,1360456535,NULL,26734,NULL,1360093320,NULL,0),(2,1744,1349038609,1350173567,1341,NULL,1343617646,NULL,0),(2,1744,1360456535,NULL,1278,NULL,1360093320,NULL,0),(2,1745,1349038609,1350173567,2230,NULL,1343617646,NULL,0),(2,1745,1360456535,NULL,2230,NULL,1360093320,NULL,0),(2,1746,1349038609,1350173567,2700,NULL,1343617646,NULL,0),(2,1746,1360456535,NULL,2700,NULL,1360093320,NULL,0),(2,1747,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1747,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1748,1349038609,1350173567,11790,NULL,1343617646,NULL,0),(2,1748,1360456535,NULL,11982,NULL,1360093320,NULL,0),(2,1749,1349038609,1350173567,301,NULL,1343617646,NULL,0),(2,1749,1360456535,NULL,301,NULL,1360093320,NULL,0),(2,1750,1349038609,1350173567,325,NULL,1343617646,NULL,0),(2,1750,1360456535,NULL,325,NULL,1360093320,NULL,0),(2,1751,1349038609,1350173567,239,NULL,1343617646,NULL,0),(2,1751,1360456535,NULL,239,NULL,1360093320,NULL,0),(2,1752,1349038609,1350173567,415,NULL,1343617646,NULL,0),(2,1752,1360456535,NULL,415,NULL,1360093320,NULL,0),(2,1753,1349038609,1350173567,983,NULL,1343617646,NULL,0),(2,1753,1360456535,NULL,892,NULL,1360093320,NULL,0),(2,1754,1349038609,1350173567,2584,NULL,1343617646,NULL,0),(2,1754,1360456535,NULL,2584,NULL,1360093320,NULL,0),(2,1755,1349038609,1350173567,43,NULL,1343617646,NULL,0),(2,1755,1360456535,NULL,43,NULL,1360093320,NULL,0),(2,1756,1349038609,1350173567,439,NULL,1343617646,NULL,0),(2,1756,1360456535,NULL,439,NULL,1360093320,NULL,0),(2,1757,1349038609,1350173567,597,NULL,1343617646,NULL,0),(2,1757,1360456535,NULL,597,NULL,1360093320,NULL,0),(2,1758,1349038609,1350173567,600,NULL,1343617646,NULL,0),(2,1758,1360456535,NULL,600,NULL,1360093320,NULL,0),(2,1759,1349038609,1350173567,384,NULL,1343617646,NULL,0),(2,1759,1360456535,NULL,384,NULL,1360093320,NULL,0),(2,1760,1349038609,1350173567,209629,NULL,1343617646,NULL,0),(2,1760,1360456535,NULL,231114,NULL,1360093320,NULL,0),(2,1761,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1761,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1762,1349038609,1350173567,13593,NULL,1343617646,NULL,0),(2,1762,1360456535,NULL,13662,NULL,1360093319,NULL,0),(2,1763,1349038609,NULL,20214,NULL,1343617646,NULL,0),(2,1763,1349570181,1350173567,20308,NULL,1349038798,NULL,0),(2,1763,1360456535,NULL,20390,NULL,1360093319,NULL,0),(2,1764,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1764,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1765,1349038609,1350173567,5848,NULL,1343617646,NULL,0),(2,1765,1360456535,NULL,5848,NULL,1360093320,NULL,0),(2,1766,1349038609,1350173567,1976,NULL,1343617646,NULL,0),(2,1766,1360456535,NULL,1976,NULL,1360093320,NULL,0),(2,1767,1349038609,1350173567,3894,NULL,1343617646,NULL,0),(2,1767,1360456535,NULL,3894,NULL,1360093320,NULL,0),(2,1768,1349038609,1350173567,5781,NULL,1343617646,NULL,0),(2,1768,1360456535,NULL,5781,NULL,1360093320,NULL,0),(2,1769,1349038609,1350173567,983,NULL,1343617646,NULL,0),(2,1769,1360456535,NULL,1046,NULL,1360093320,NULL,0),(2,1770,1349038609,1350173567,26427,NULL,1343617646,NULL,0),(2,1770,1360456535,NULL,26427,NULL,1360093320,NULL,0),(2,1771,1349038609,1350173567,802,NULL,1343617646,NULL,0),(2,1771,1360456535,NULL,802,NULL,1360093319,NULL,0),(2,1772,1349038609,1350173567,4969,NULL,1343617646,NULL,0),(2,1773,1349038609,1350173567,9872,NULL,1343617646,NULL,0),(2,1773,1360456535,NULL,19310,NULL,1360093320,NULL,0),(2,1774,1349038609,1350173567,11687,NULL,1343617646,NULL,0),(2,1774,1360456535,NULL,11687,NULL,1360093319,NULL,0),(2,1775,1349038609,1350173567,9913,NULL,1343617646,NULL,0),(2,1775,1360456535,NULL,9992,NULL,1360093320,NULL,0),(2,1776,1349038609,1350173567,62720,NULL,1343617646,NULL,0),(2,1776,1360456535,NULL,63555,NULL,1360093320,NULL,0),(2,1777,1349038609,NULL,108668,NULL,1343617646,NULL,0),(2,1777,1349570181,1350173567,108789,NULL,1349038798,NULL,0),(2,1777,1360456535,NULL,109612,NULL,1360093320,NULL,0),(2,1778,1349038609,1350173567,9568,NULL,1343617646,NULL,0),(2,1778,1360456535,NULL,9553,NULL,1360093320,NULL,0),(2,1779,1349038609,1350173567,6991,NULL,1343617646,NULL,0),(2,1779,1360456535,NULL,6991,NULL,1360093320,NULL,0),(2,1780,1349038609,1350173567,5101,NULL,1343617646,NULL,0),(2,1780,1360456535,NULL,5805,NULL,1360093320,NULL,0),(2,1781,1349038609,1350173567,NULL,NULL,NULL,NULL,0),(2,1781,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1782,1349038609,1350173567,4845,NULL,1343617646,NULL,0),(2,1783,1349038609,1350173567,3751,NULL,1343617646,NULL,0),(2,1784,1349038609,1350173567,2882,NULL,1343617646,NULL,0),(2,1784,1360456535,NULL,4480,NULL,1360093320,NULL,0),(2,1785,1349038609,NULL,43861,NULL,1343617646,NULL,0),(2,1785,1349570181,1350173567,43861,NULL,1349038798,NULL,0),(2,1785,1360456535,NULL,52798,NULL,1360093320,NULL,0),(2,1786,1349038609,1350173567,11547,NULL,1343617646,NULL,0),(2,1786,1360456535,NULL,14969,NULL,1360093320,NULL,0),(2,1787,1349038609,1350173567,13882,NULL,1343617646,NULL,0),(2,1788,1349038609,NULL,52530,NULL,1343617646,NULL,0),(2,1788,1349570181,1350173567,52530,NULL,1349038798,NULL,0),(2,1789,1349038609,1350173567,3308,NULL,1343617646,NULL,0),(2,1789,1360456535,NULL,4795,NULL,1360093320,NULL,0),(2,1790,1349038609,1350173567,2987,NULL,1343617646,NULL,0),(2,1790,1360456535,NULL,3549,NULL,1360093320,NULL,0),(2,1791,1349038609,1350173567,3563,NULL,1343617646,NULL,0),(2,1792,1349038609,1350173567,2663,NULL,1343617646,NULL,0),(2,1792,1360456535,NULL,2663,NULL,1360093320,NULL,0),(2,1793,1349038609,1350173567,5595,NULL,1343617646,NULL,0),(2,1793,1360456535,NULL,5598,NULL,1360093320,NULL,0),(2,1794,1349038609,1350173567,46247,NULL,1343617646,NULL,0),(2,1794,1360456535,NULL,47626,NULL,1360093320,NULL,0),(2,1795,1349038609,1350173567,7281,NULL,1343617646,NULL,0),(2,1795,1360456535,NULL,7757,NULL,1360093320,NULL,0),(2,1796,1349038609,NULL,110982,NULL,1343617646,NULL,0),(2,1796,1349570181,1350173567,111403,NULL,1349038798,NULL,0),(2,1796,1360456535,NULL,118960,NULL,1360093320,NULL,0),(2,1797,1349038609,1350173567,13973,NULL,1343617646,NULL,0),(2,1797,1360456535,NULL,14531,NULL,1360093320,NULL,0),(2,1798,1349038609,1350173567,10382,NULL,1343617646,NULL,0),(2,1798,1360456535,NULL,10691,NULL,1360093320,NULL,0),(2,1799,1349038609,1350173567,66569,NULL,1343617646,NULL,0),(2,1799,1360456535,NULL,70015,NULL,1360093320,NULL,0),(2,1800,1349038609,1350173567,2122,NULL,1343617646,NULL,0),(2,1800,1360456535,NULL,2122,NULL,1360093320,NULL,0),(2,1801,1349038609,1350173567,21726,NULL,1343617646,NULL,0),(2,1801,1360456535,NULL,22249,NULL,1360093320,NULL,0),(2,1802,1349038609,1350173567,33133,NULL,1343617646,NULL,0),(2,1802,1360456535,NULL,33452,NULL,1360093320,NULL,0),(2,1803,1349038609,1350173567,54802,NULL,1343617646,NULL,0),(2,1803,1360456535,NULL,54753,NULL,1360093320,NULL,0),(2,1804,1349038609,1350173567,9620,NULL,1343617646,NULL,0),(2,1804,1360456535,NULL,9678,NULL,1360093320,NULL,0),(2,1805,1349038609,1350173567,26688,NULL,1343617646,NULL,0),(2,1805,1360456535,NULL,26688,NULL,1360093320,NULL,0),(2,1806,1349038609,1350173567,18438,NULL,1344822740,NULL,0),(2,1806,1360456535,NULL,18431,NULL,1360093320,NULL,0),(2,1807,1349038609,1350173567,59602,NULL,1343617646,NULL,0),(2,1807,1360456535,NULL,60123,NULL,1360093319,NULL,0),(2,1808,1349038609,1350173567,10888,NULL,1343617646,NULL,0),(2,1808,1360456535,NULL,10827,NULL,1360093320,NULL,0),(2,1809,1349038609,1350173567,18001,NULL,1343617646,NULL,0),(2,1809,1360456535,NULL,18149,NULL,1360093320,NULL,0),(2,1810,1349038609,1350173567,2861,NULL,1343617646,NULL,0),(2,1810,1360456535,NULL,2861,NULL,1360093320,NULL,0),(2,1811,1349038609,1350173567,5369,NULL,1343617646,NULL,0),(2,1811,1360456535,NULL,5419,NULL,1360093320,NULL,0),(2,1812,1349038609,1350173567,14959,NULL,1343617646,NULL,0),(2,1812,1360456535,NULL,15247,NULL,1360093320,NULL,0),(2,1813,1349038609,1350173567,10924,NULL,1343617646,NULL,0),(2,1813,1360456535,NULL,10924,NULL,1360093320,NULL,0),(2,1814,1349038609,1350779275,174589,NULL,1343617646,NULL,0),(2,1814,1360456535,NULL,177430,NULL,1360093320,NULL,0),(2,1815,1349038609,1350779275,7087,NULL,1343617646,NULL,0),(2,1815,1360456535,NULL,7087,NULL,1360093320,NULL,0),(2,1816,1349038609,1350779275,26428,NULL,1343617646,NULL,0),(2,1816,1360456535,NULL,26975,NULL,1360093320,NULL,0),(2,1817,1349038609,NULL,22978,NULL,1343617646,NULL,0),(2,1817,1349570181,1350779275,22922,NULL,1349038798,NULL,0),(2,1817,1360456535,NULL,23563,NULL,1360093320,NULL,0),(2,1818,1349038609,1350779275,12032,NULL,1343617646,NULL,0),(2,1818,1360456535,NULL,12111,NULL,1360093320,NULL,0),(2,1819,1349038609,1350779275,44530,NULL,1343617646,NULL,0),(2,1819,1360456535,NULL,45514,NULL,1360093320,NULL,0),(2,1820,1349038609,1350779275,12479,NULL,1343617646,NULL,0),(2,1820,1360456535,NULL,12684,NULL,1360093320,NULL,0),(2,1821,1349038609,1350779275,176,NULL,1343617646,NULL,0),(2,1821,1360456535,NULL,176,NULL,1360093320,NULL,0),(2,1822,1349038609,NULL,34614,NULL,1343617646,NULL,0),(2,1822,1349570181,1350779275,34624,NULL,1349038798,NULL,0),(2,1822,1360456535,NULL,36773,NULL,1360093319,NULL,0),(2,1823,1349038609,1350779275,21647,NULL,1343617646,NULL,0),(2,1823,1360456535,NULL,21604,NULL,1360093320,NULL,0),(2,1824,1349038609,1350779275,3626,NULL,1343617646,NULL,0),(2,1824,1360456535,NULL,4327,NULL,1360093320,NULL,0),(2,1825,1349038609,1350779275,1052,NULL,1343617646,NULL,0),(2,1825,1360456535,NULL,1052,NULL,1360093320,NULL,0),(2,1826,1349038609,1350779275,1048,NULL,1343617646,NULL,0),(2,1826,1360456535,NULL,1048,NULL,1360093320,NULL,0),(2,1827,1349038609,1350779275,10843,NULL,1343617646,NULL,0),(2,1827,1360456535,NULL,11393,NULL,1360093320,NULL,0),(2,1828,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1828,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1829,1349038609,1350779275,3904,NULL,1343617646,NULL,0),(2,1829,1360456535,NULL,3904,NULL,1360093320,NULL,0),(2,1830,1349038609,1350779275,5233,NULL,1343617646,NULL,0),(2,1830,1360456535,NULL,5217,NULL,1360093320,NULL,0),(2,1831,1349038609,1350779275,4012,NULL,1343617646,NULL,0),(2,1831,1360456535,NULL,3985,NULL,1360093320,NULL,0),(2,1832,1349038609,1350779275,1219,NULL,1343617646,NULL,0),(2,1832,1360456535,NULL,1219,NULL,1360093320,NULL,0),(2,1833,1349038609,1350779275,1723,NULL,1343617646,NULL,0),(2,1833,1360456535,NULL,1723,NULL,1360093320,NULL,0),(2,1834,1349038609,1350779275,22898,NULL,1343617646,NULL,0),(2,1834,1360456535,NULL,22898,NULL,1360093320,NULL,0),(2,1835,1349038609,1350779275,4753,NULL,1343617646,NULL,0),(2,1835,1360456535,NULL,4753,NULL,1360093320,NULL,0),(2,1836,1349038609,1350779275,7509,NULL,1343617646,NULL,0),(2,1836,1360456535,NULL,7620,NULL,1360093320,NULL,0),(2,1837,1349038609,1350779275,2444,NULL,1343617646,NULL,0),(2,1837,1360456535,NULL,2535,NULL,1360093320,NULL,0),(2,1838,1349038609,NULL,731,NULL,1343617646,NULL,0),(2,1838,1349570181,1350779275,731,NULL,1349038798,NULL,0),(2,1838,1360456535,NULL,615,NULL,1360093320,NULL,0),(2,1839,1349038609,1350779275,37753,NULL,1343617646,NULL,0),(2,1839,1360456535,NULL,37741,NULL,1360093320,NULL,0),(2,1840,1349038609,1350779275,44627,NULL,1343617646,NULL,0),(2,1840,1360456535,NULL,47279,NULL,1360093319,NULL,0),(2,1841,1349038609,1350779275,4511,NULL,1343617646,NULL,0),(2,1841,1360456535,NULL,4514,NULL,1360093319,NULL,0),(2,1842,1349038609,1350779275,73408,NULL,1343617646,NULL,0),(2,1842,1360456535,NULL,73622,NULL,1360093320,NULL,0),(2,1843,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1843,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1844,1349038609,1350779275,959,NULL,1343617646,NULL,0),(2,1844,1360456535,NULL,793,NULL,1360093320,NULL,0),(2,1845,1349038609,1350779275,958,NULL,1343617646,NULL,0),(2,1845,1360456535,NULL,751,NULL,1360093320,NULL,0),(2,1846,1349038609,1350779275,3999,NULL,1343617646,NULL,0),(2,1846,1360456535,NULL,2470,NULL,1360093320,NULL,0),(2,1847,1349038609,1350779275,814,NULL,1343617646,NULL,0),(2,1848,1349038609,1350779275,60,NULL,1343617646,NULL,0),(2,1848,1360456535,NULL,60,NULL,1360093320,NULL,0),(2,1849,1349038609,1350779275,43,NULL,1343617646,NULL,0),(2,1849,1360456535,NULL,43,NULL,1360093320,NULL,0),(2,1850,1349038609,1350779275,783,NULL,1343617646,NULL,0),(2,1850,1360456535,NULL,783,NULL,1360093320,NULL,0),(2,1851,1349038609,1350779275,21059,NULL,1343617646,NULL,0),(2,1851,1360456535,NULL,16089,NULL,1360093320,NULL,0),(2,1852,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1852,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1853,1349038609,1350779275,174,NULL,1343617646,NULL,0),(2,1853,1360456535,NULL,174,NULL,1360093320,NULL,0),(2,1854,1349038609,1350779275,174,NULL,1343617646,NULL,0),(2,1854,1360456535,NULL,174,NULL,1360093320,NULL,0),(2,1855,1349038609,1350779275,170,NULL,1343617646,NULL,0),(2,1855,1360456535,NULL,170,NULL,1360093320,NULL,0),(2,1856,1349038609,1350779275,174,NULL,1343617646,NULL,0),(2,1856,1360456535,NULL,174,NULL,1360093320,NULL,0),(2,1857,1349038609,1350779275,171,NULL,1343617646,NULL,0),(2,1857,1360456535,NULL,171,NULL,1360093320,NULL,0),(2,1858,1349038609,1350779275,498,NULL,1343617646,NULL,0),(2,1858,1360456535,NULL,498,NULL,1360093320,NULL,0),(2,1859,1349038609,1350779275,170,NULL,1343617646,NULL,0),(2,1859,1360456535,NULL,170,NULL,1360093320,NULL,0),(2,1860,1349038609,1350779275,336,NULL,1343617646,NULL,0),(2,1860,1360456535,NULL,336,NULL,1360093320,NULL,0),(2,1861,1349038609,1350779275,236,NULL,1343617646,NULL,0),(2,1861,1360456535,NULL,236,NULL,1360093320,NULL,0),(2,1862,1349038609,1350779275,176,NULL,1343617646,NULL,0),(2,1862,1360456535,NULL,176,NULL,1360093320,NULL,0),(2,1863,1349038609,1350779275,650,NULL,1343617646,NULL,0),(2,1863,1360456535,NULL,650,NULL,1360093320,NULL,0),(2,1864,1349038609,1350779275,176,NULL,1343617646,NULL,0),(2,1864,1360456535,NULL,176,NULL,1360093320,NULL,0),(2,1865,1349038609,1350779275,171,NULL,1343617646,NULL,0),(2,1865,1360456535,NULL,171,NULL,1360093320,NULL,0),(2,1866,1349038609,1350779275,170,NULL,1343617646,NULL,0),(2,1866,1360456535,NULL,170,NULL,1360093320,NULL,0),(2,1867,1349038609,1350779275,238,NULL,1343617646,NULL,0),(2,1867,1360456535,NULL,238,NULL,1360093320,NULL,0),(2,1868,1349038609,1350779275,349,NULL,1343617646,NULL,0),(2,1868,1360456535,NULL,349,NULL,1360093320,NULL,0),(2,1869,1349038609,1350779275,172,NULL,1343617646,NULL,0),(2,1869,1360456535,NULL,172,NULL,1360093320,NULL,0),(2,1870,1349038609,1350779275,485,NULL,1343617646,NULL,0),(2,1870,1360456535,NULL,485,NULL,1360093320,NULL,0),(2,1871,1349038609,1350779275,172,NULL,1343617646,NULL,0),(2,1871,1360456535,NULL,172,NULL,1360093320,NULL,0),(2,1872,1349038609,1350779275,236,NULL,1343617646,NULL,0),(2,1872,1360456535,NULL,236,NULL,1360093320,NULL,0),(2,1873,1349038609,1350779275,248,NULL,1343617646,NULL,0),(2,1873,1360456535,NULL,248,NULL,1360093320,NULL,0),(2,1874,1349038609,1350779275,171,NULL,1343617646,NULL,0),(2,1874,1360456535,NULL,171,NULL,1360093320,NULL,0),(2,1875,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1875,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1876,1349038609,1350779275,8280,NULL,1343617646,NULL,0),(2,1876,1360456535,NULL,5102,NULL,1360093320,NULL,0),(2,1877,1349038609,1350779275,1442,NULL,1343617646,NULL,0),(2,1877,1360456535,NULL,1373,NULL,1360093320,NULL,0),(2,1878,1349038609,1350779275,779,NULL,1343617646,NULL,0),(2,1878,1360456535,NULL,664,NULL,1360093320,NULL,0),(2,1879,1349038609,1350779275,3341,NULL,1343617646,NULL,0),(2,1879,1360456535,NULL,608,NULL,1360093320,NULL,0),(2,1880,1349038609,1350779275,3226,NULL,1343617646,NULL,0),(2,1880,1360456535,NULL,333,NULL,1360093320,NULL,0),(2,1881,1349038609,1350779275,182,NULL,1343617646,NULL,0),(2,1881,1360456535,NULL,182,NULL,1360093320,NULL,0),(2,1882,1349038609,1350779275,4160,NULL,1343617646,NULL,0),(2,1882,1360456535,NULL,4122,NULL,1360093320,NULL,0),(2,1883,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1883,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1884,1349038609,1350779275,2305,NULL,1343617646,NULL,0),(2,1884,1360456535,NULL,2230,NULL,1360093320,NULL,0),(2,1885,1349038609,1350779275,2808,NULL,1343617646,NULL,0),(2,1885,1360456535,NULL,2680,NULL,1360093320,NULL,0),(2,1886,1349038609,1350779275,638,NULL,1343617646,NULL,0),(2,1886,1360456535,NULL,490,NULL,1360093320,NULL,0),(2,1887,1349038609,1350779275,2725,NULL,1343617646,NULL,0),(2,1887,1360456535,NULL,2680,NULL,1360093320,NULL,0),(2,1888,1349038609,1350779275,2647,NULL,1343617646,NULL,0),(2,1888,1360456535,NULL,2595,NULL,1360093320,NULL,0),(2,1889,1349038609,1350779275,2372,NULL,1343617646,NULL,0),(2,1889,1360456535,NULL,1339,NULL,1360093320,NULL,0),(2,1890,1349038609,1350779275,3066,NULL,1343617646,NULL,0),(2,1890,1360456535,NULL,2897,NULL,1360093320,NULL,0),(2,1891,1349038609,1350779275,2133,NULL,1343617646,NULL,0),(2,1891,1360456535,NULL,1604,NULL,1360093320,NULL,0),(2,1892,1349038609,1350779275,999,NULL,1343617646,NULL,0),(2,1892,1360456535,NULL,707,NULL,1360093320,NULL,0),(2,1893,1349038609,1350779275,140,NULL,1343617646,NULL,0),(2,1893,1360456535,NULL,148,NULL,1360093320,NULL,0),(2,1894,1349038609,1350779275,77724,NULL,1343617646,NULL,0),(2,1894,1360456535,NULL,78501,NULL,1360093320,NULL,0),(2,1895,1349038609,1350779275,2553,NULL,1343617646,NULL,0),(2,1895,1360456535,NULL,2553,NULL,1360093320,NULL,0),(2,1896,1349038609,NULL,11133,NULL,1343617646,NULL,0),(2,1896,1349570181,1350779275,11259,NULL,1349038798,NULL,0),(2,1896,1360456535,NULL,12213,NULL,1360093320,NULL,0),(2,1897,1349038609,1350779275,4272,NULL,1343617646,NULL,0),(2,1897,1360456535,NULL,4311,NULL,1360093320,NULL,0),(2,1898,1349038609,1350779275,12496,NULL,1343617646,NULL,0),(2,1898,1360456535,NULL,12495,NULL,1360093320,NULL,0),(2,1899,1349038609,1350779275,1889,NULL,1343617646,NULL,0),(2,1899,1360456535,NULL,2060,NULL,1360093320,NULL,0),(2,1900,1349038609,NULL,107767,NULL,1343617646,NULL,0),(2,1900,1349570181,1350779275,107769,NULL,1349038798,NULL,0),(2,1900,1360456535,NULL,109954,NULL,1360093320,NULL,0),(2,1901,1349038609,1350779275,2635,NULL,1343617646,NULL,0),(2,1901,1360456535,NULL,2635,NULL,1360093320,NULL,0),(2,1902,1349038609,1350779275,40916,NULL,1343617646,NULL,0),(2,1902,1360456535,NULL,41273,NULL,1360093320,NULL,0),(2,1903,1349038609,1350779275,2530,NULL,1343617646,NULL,0),(2,1903,1360456535,NULL,3684,NULL,1360093320,NULL,0),(2,1904,1349038609,1350779275,38853,NULL,1343617646,NULL,0),(2,1904,1360456535,NULL,38849,NULL,1360093320,NULL,0),(2,1905,1349038609,1350779275,2856,NULL,1343617646,NULL,0),(2,1905,1360456535,NULL,2872,NULL,1360093320,NULL,0),(2,1906,1349038609,1350779275,8312,NULL,1343617646,NULL,0),(2,1906,1360456535,NULL,8679,NULL,1360093319,NULL,0),(2,1907,1349038609,1350779275,2518,NULL,1343617646,NULL,0),(2,1907,1360456535,NULL,2551,NULL,1360093320,NULL,0),(2,1908,1349038609,1350779275,14551,NULL,1343617646,NULL,0),(2,1908,1360456535,NULL,14612,NULL,1360093320,NULL,0),(2,1909,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1909,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1910,1349038609,1350779275,7271,NULL,1343617646,NULL,0),(2,1910,1360456535,NULL,7419,NULL,1360093320,NULL,0),(2,1911,1349038609,1350779275,7538,NULL,1343617646,NULL,0),(2,1911,1360456535,NULL,7532,NULL,1360093320,NULL,0),(2,1912,1349038609,1350779275,2581,NULL,1343617646,NULL,0),(2,1912,1360456535,NULL,2578,NULL,1360093320,NULL,0),(2,1913,1349038609,1350779275,11303,NULL,1343617646,NULL,0),(2,1913,1360456535,NULL,11485,NULL,1360093320,NULL,0),(2,1914,1349038609,1350779275,4551,NULL,1343617646,NULL,0),(2,1914,1360456535,NULL,4531,NULL,1360093320,NULL,0),(2,1915,1349038609,NULL,37781,NULL,1343617646,NULL,0),(2,1915,1349570181,1350779275,37937,NULL,1349038798,NULL,0),(2,1915,1360456535,NULL,38214,NULL,1360093320,NULL,0),(2,1916,1349038609,NULL,151360,NULL,1343617646,NULL,0),(2,1916,1349570181,1350779275,151567,NULL,1349038798,NULL,0),(2,1916,1360456535,NULL,163260,NULL,1360093320,NULL,0),(2,1917,1349038609,1350779275,18271,NULL,1343617646,NULL,0),(2,1917,1360456535,NULL,19136,NULL,1360093320,NULL,0),(2,1918,1349038609,1350779275,12173,NULL,1343617646,NULL,0),(2,1918,1360456535,NULL,12156,NULL,1360093319,NULL,0),(2,1919,1349038609,1350779275,3796,NULL,1343617646,NULL,0),(2,1919,1360456535,NULL,3887,NULL,1360093320,NULL,0),(2,1920,1349038609,1350779275,4529,NULL,1343617646,NULL,0),(2,1920,1360456535,NULL,4594,NULL,1360093319,NULL,0),(2,1921,1349038609,1350779275,81728,NULL,1343617646,NULL,0),(2,1921,1360456535,NULL,81728,NULL,1360093319,NULL,0),(2,1922,1349038609,NULL,13950,NULL,1343617646,NULL,0),(2,1922,1349570181,1350779275,15120,NULL,1349038798,NULL,0),(2,1922,1360456535,NULL,19516,NULL,1360093320,NULL,0),(2,1923,1349038609,1350779275,31370,NULL,1343617646,NULL,0),(2,1923,1360456535,NULL,31675,NULL,1360093320,NULL,0),(2,1924,1349038609,1350779275,NULL,NULL,NULL,NULL,0),(2,1924,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,1925,1349038609,1350779275,14142,NULL,1337385972,NULL,0),(2,1925,1360456535,NULL,14142,NULL,1337385972,NULL,0),(2,1926,1349038609,1350779275,397,NULL,1343662679,NULL,0),(2,1926,1360456535,NULL,395,NULL,1360093319,NULL,0),(2,1927,1349038609,1350779275,2788,NULL,1343092956,NULL,0),(2,1927,1360456535,NULL,2719,NULL,1360093319,NULL,0),(2,1928,1349038609,1350779275,3380,NULL,1343617948,NULL,0),(2,1928,1360456535,NULL,3380,NULL,1343617948,NULL,0),(2,1929,1349038609,1350779275,19544,NULL,1343092867,NULL,0),(2,1929,1360456535,NULL,19929,NULL,1360093319,NULL,0),(2,1930,1349038609,1350779275,3700,NULL,1343092956,NULL,0),(2,1930,1360456535,NULL,3700,NULL,1360093319,NULL,0),(2,1931,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1932,1349570181,1360456535,22235,NULL,1349037350,NULL,0),(2,1933,1349570181,1360456535,39898,NULL,1349037350,NULL,0),(2,1934,1349570181,1360456535,8516,NULL,1349037350,NULL,0),(2,1935,1349570181,1360456535,1474,NULL,1349037350,NULL,0),(2,1936,1349570181,1360456535,46441,NULL,1349037350,NULL,0),(2,1937,1349570181,1360456535,49552,NULL,1349037350,NULL,0),(2,1938,1349570181,1360456535,17046,NULL,1349037350,NULL,0),(2,1939,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1940,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1941,1349570181,1360456535,5374,NULL,1349037350,NULL,0),(2,1942,1349570181,1360456535,1047,NULL,1349037350,NULL,0),(2,1943,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1944,1349570181,1360456535,1351,NULL,1349037350,NULL,0),(2,1945,1349570181,1360456535,135,NULL,1349037350,NULL,0),(2,1946,1349570181,1360456535,3113,NULL,1349037350,NULL,0),(2,1947,1349570181,1360456535,1254,NULL,1349037350,NULL,0),(2,1948,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1949,1349570181,1360456535,1564,NULL,1349037350,NULL,0),(2,1950,1349570181,1360456535,3431,NULL,1349037350,NULL,0),(2,1951,1349570181,1360456535,3428,NULL,1349037350,NULL,0),(2,1952,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1953,1349570181,1360456535,2268,NULL,1349037350,NULL,0),(2,1954,1349570181,1360456535,2287,NULL,1349037350,NULL,0),(2,1955,1349570181,1360456535,2183,NULL,1349037350,NULL,0),(2,1956,1349570181,1360456535,718,NULL,1349037350,NULL,0),(2,1957,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1958,1349570181,1360456535,726,NULL,1349037350,NULL,0),(2,1959,1349570181,1360456535,1205,NULL,1349037350,NULL,0),(2,1960,1349570181,1360456535,139,NULL,1349037350,NULL,0),(2,1961,1349570181,1360456535,1189,NULL,1349037350,NULL,0),(2,1962,1349570181,1360456535,729,NULL,1349037350,NULL,0),(2,1963,1349570181,1360456535,344,NULL,1349037350,NULL,0),(2,1964,1349570181,1360456535,4454,NULL,1349037350,NULL,0),(2,1965,1349570181,1360456535,2195,NULL,1349037350,NULL,0),(2,1966,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1967,1349570181,1360456535,3951,NULL,1349037350,NULL,0),(2,1968,1349570181,1360456535,847,NULL,1349037350,NULL,0),(2,1969,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1970,1349570181,1360456535,1453,NULL,1349037350,NULL,0),(2,1971,1349570181,1360456535,3599,NULL,1349037350,NULL,0),(2,1972,1349570181,1360456535,1300,NULL,1349037350,NULL,0),(2,1973,1349570181,1360456535,51733,NULL,1349037350,NULL,0),(2,1974,1349570181,1360456535,1682,NULL,1349037350,NULL,0),(2,1975,1349570181,1360456535,51899,NULL,1349037350,NULL,0),(2,1976,1349570181,1360456535,1663,NULL,1349037350,NULL,0),(2,1977,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1978,1349570181,1360456535,1972,NULL,1349037350,NULL,0),(2,1979,1349570181,1360456535,1658,NULL,1349037350,NULL,0),(2,1980,1349570181,1360456535,3391,NULL,1349037350,NULL,0),(2,1981,1349570181,1360456535,821,NULL,1349037350,NULL,0),(2,1982,1349570181,1360456535,579,NULL,1349037350,NULL,0),(2,1983,1349570181,1360456535,1264,NULL,1349037350,NULL,0),(2,1984,1349570181,1360456535,6442,NULL,1349037350,NULL,0),(2,1985,1349570181,1360456535,1152,NULL,1349037350,NULL,0),(2,1986,1349570181,1360456535,18610,NULL,1349037350,NULL,0),(2,1987,1349570181,1360456535,116059,NULL,1349037350,NULL,0),(2,1988,1349570181,1360456535,2378,NULL,1349037350,NULL,0),(2,1989,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1990,1349570181,1360456535,3892,NULL,1349037350,NULL,0),(2,1991,1349570181,1360456535,3925,NULL,1349037350,NULL,0),(2,1992,1349570181,1360456535,8813,NULL,1349037350,NULL,0),(2,1993,1349570181,1360456535,3534,NULL,1349037350,NULL,0),(2,1994,1349570181,1360456535,49964,NULL,1349037350,NULL,0),(2,1995,1349570181,1360456535,43496,NULL,1349037350,NULL,0),(2,1996,1349570181,1360456535,826,NULL,1349037350,NULL,0),(2,1997,1349570181,1360456535,29358,NULL,1349037350,NULL,0),(2,1998,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,1999,1349570181,1360456535,21413,NULL,1349037350,NULL,0),(2,2000,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2001,1349570181,1360456535,57141,NULL,1349037350,NULL,0),(2,2002,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2003,1349570181,1360456535,0,NULL,1349037350,NULL,0),(2,2004,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2005,1349570181,1360456535,572,NULL,1349037350,NULL,0),(2,2006,1349570181,1360456535,1776,NULL,1349037350,NULL,0),(2,2007,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2008,1349570181,1360456535,2118,NULL,1349037350,NULL,0),(2,2009,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2010,1349570181,1360456535,268,NULL,1349037350,NULL,0),(2,2011,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2012,1349570181,1360456535,1475,NULL,1349037350,NULL,0),(2,2013,1349570181,1360456535,1874,NULL,1349037350,NULL,0),(2,2014,1349570181,1360456535,10415,NULL,1349037350,NULL,0),(2,2015,1349570181,1360456535,3086,NULL,1349037350,NULL,0),(2,2016,1349570181,1360456535,2902,NULL,1349037350,NULL,0),(2,2017,1349570181,1360456535,1684,NULL,1349037350,NULL,0),(2,2018,1349570181,1360456535,5221,NULL,1349037350,NULL,0),(2,2019,1349570181,1360456535,1578,NULL,1349037350,NULL,0),(2,2020,1349570181,1360456535,565,NULL,1349037350,NULL,0),(2,2021,1349570181,1360456535,1404,NULL,1349037350,NULL,0),(2,2022,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2023,1349570181,1360456535,1475,NULL,1349037350,NULL,0),(2,2024,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2025,1349570181,1360456535,519,NULL,1349037350,NULL,0),(2,2026,1349570181,1360456535,77,NULL,1349037350,NULL,0),(2,2027,1349570181,1360456535,675,NULL,1349037350,NULL,0),(2,2028,1349570181,1360456535,3871,NULL,1349037350,NULL,0),(2,2029,1349570181,1360456535,245,NULL,1349037350,NULL,0),(2,2030,1349570181,1360456535,373,NULL,1349037350,NULL,0),(2,2031,1349570181,1360456535,271,NULL,1349037350,NULL,0),(2,2032,1349570181,1360456535,5212,NULL,1349037350,NULL,0),(2,2033,1349570181,1360456535,NULL,NULL,NULL,NULL,0),(2,2034,1349570181,1360456535,833,NULL,1349037350,NULL,0),(2,2035,1349570181,1360456535,989,NULL,1349037350,NULL,0),(2,2036,1349570181,1360456535,4823,NULL,1349037350,NULL,0),(2,2037,1349570181,NULL,21316,NULL,1343360486,NULL,0),(2,2038,1349570181,NULL,8588,NULL,1343360486,NULL,0),(2,2039,1349570181,1352592384,NULL,NULL,NULL,NULL,0),(2,2039,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2040,1350779275,NULL,NULL,NULL,NULL,NULL,0),(2,2041,1350779275,NULL,28852,NULL,1350468529,NULL,0),(2,2041,1360456535,NULL,28852,NULL,1360093465,NULL,0),(2,2042,1350779275,NULL,30909,NULL,1350468529,NULL,0),(2,2042,1360456535,NULL,30909,NULL,1360093465,NULL,0),(2,2043,1350779275,NULL,42705,NULL,1350468529,NULL,0),(2,2043,1360456535,NULL,44011,NULL,1360093465,NULL,0),(2,2044,1350779275,NULL,33054,NULL,1350468529,NULL,0),(2,2044,1360456535,NULL,33054,NULL,1360093465,NULL,0),(2,2045,1350779275,NULL,34527,NULL,1350468529,NULL,0),(2,2045,1360456535,NULL,34527,NULL,1360093465,NULL,0),(2,2046,1350779275,NULL,50054,NULL,1350468529,NULL,0),(2,2046,1360456535,NULL,50054,NULL,1360093465,NULL,0),(2,2047,1350779275,NULL,22641,NULL,1350468529,NULL,0),(2,2047,1360456535,NULL,22641,NULL,1360093465,NULL,0),(2,2048,1350779275,NULL,51549,NULL,1350468529,NULL,0),(2,2048,1360456535,NULL,53821,NULL,1360093465,NULL,0),(2,2049,1350779275,NULL,35796,NULL,1350468529,NULL,0),(2,2049,1360456535,NULL,35796,NULL,1360093465,NULL,0),(2,2050,1350779275,NULL,32548,NULL,1350468529,NULL,0),(2,2050,1360456535,NULL,32548,NULL,1360093465,NULL,0),(2,2051,1350779275,NULL,40437,NULL,1350468529,NULL,0),(2,2051,1360456535,NULL,40437,NULL,1360093465,NULL,0),(2,2052,1350779275,NULL,41694,NULL,1350468529,NULL,0),(2,2052,1360456535,NULL,41694,NULL,1360093465,NULL,0),(2,2053,1350779275,NULL,62905,NULL,1350468529,NULL,0),(2,2053,1360456535,NULL,55819,NULL,1360093465,NULL,0),(2,2054,1350779275,NULL,28273,NULL,1350468529,NULL,0),(2,2054,1360456535,NULL,28273,NULL,1360093465,NULL,0),(2,2055,1350779275,NULL,21464,NULL,1350468529,NULL,0),(2,2055,1360456535,NULL,21464,NULL,1360093465,NULL,0),(2,2056,1350779275,NULL,37633,NULL,1350468529,NULL,0),(2,2056,1360456535,NULL,37633,NULL,1360093465,NULL,0),(2,2057,1350779275,NULL,23509,NULL,1350468529,NULL,0),(2,2057,1360456535,NULL,23509,NULL,1360093465,NULL,0),(2,2058,1350779275,NULL,48657,NULL,1350468529,NULL,0),(2,2058,1360456535,NULL,48657,NULL,1360093465,NULL,0),(2,2059,1350779275,NULL,29905,NULL,1350468529,NULL,0),(2,2059,1360456535,NULL,29905,NULL,1360093465,NULL,0),(2,2060,1350779275,NULL,27976,NULL,1350468529,NULL,0),(2,2060,1360456535,NULL,27976,NULL,1360093465,NULL,0),(2,2061,1350779275,NULL,33025,NULL,1350468529,NULL,0),(2,2061,1360456535,NULL,33773,NULL,1360093465,NULL,0),(2,2062,1350779275,NULL,21216,NULL,1350468529,NULL,0),(2,2062,1360456535,NULL,21216,NULL,1360093465,NULL,0),(2,2063,1350779275,NULL,28528,NULL,1350468529,NULL,0),(2,2063,1360456535,NULL,28528,NULL,1360093465,NULL,0),(2,2064,1350779275,NULL,26680,NULL,1350468529,NULL,0),(2,2064,1360456535,NULL,26680,NULL,1360093465,NULL,0),(2,2065,1350779275,NULL,32363,NULL,1350468529,NULL,0),(2,2065,1360456535,NULL,32363,NULL,1360093465,NULL,0),(2,2066,1350779275,NULL,22675,NULL,1350468529,NULL,0),(2,2066,1360456535,NULL,22675,NULL,1360093465,NULL,0),(2,2067,1350779275,NULL,29011,NULL,1350468529,NULL,0),(2,2067,1360456535,NULL,29011,NULL,1360093465,NULL,0),(2,2068,1350779275,NULL,32807,NULL,1350468529,NULL,0),(2,2068,1360456535,NULL,32807,NULL,1360093465,NULL,0),(2,2069,1350779275,NULL,24908,NULL,1350468529,NULL,0),(2,2069,1360456535,NULL,24908,NULL,1360093465,NULL,0),(2,2070,1350779275,NULL,28086,NULL,1350468529,NULL,0),(2,2070,1360456535,NULL,28086,NULL,1360093465,NULL,0),(2,2071,1350779275,NULL,38811,NULL,1350468529,NULL,0),(2,2071,1360456535,NULL,38811,NULL,1360093465,NULL,0),(2,2072,1350779275,NULL,45471,NULL,1350468529,NULL,0),(2,2072,1360456535,NULL,46312,NULL,1360093465,NULL,0),(2,2073,1350779275,NULL,39886,NULL,1350468529,NULL,0),(2,2073,1360456535,NULL,39886,NULL,1360093465,NULL,0),(2,2074,1350779275,NULL,31287,NULL,1350468529,NULL,0),(2,2074,1360456535,NULL,31287,NULL,1360093465,NULL,0),(2,2075,1350779275,NULL,33864,NULL,1350468529,NULL,0),(2,2075,1360456535,NULL,33864,NULL,1360093465,NULL,0),(2,2076,1350779275,1352592384,52092,NULL,1350466953,NULL,0),(2,2076,1360456535,NULL,52092,NULL,1350466953,NULL,0),(2,2077,1350779275,1352592384,843371,NULL,1346055722,NULL,0),(2,2077,1360456535,NULL,843371,NULL,1346055722,NULL,0),(2,2078,1350779275,1352592384,6541,NULL,1350289241,NULL,0),(2,2078,1360456535,NULL,6541,NULL,1350289241,NULL,0),(2,2079,1350779275,1352592384,3532,NULL,1350289517,NULL,0),(2,2079,1360456535,NULL,3532,NULL,1350289517,NULL,0),(2,2080,1350779275,1352592384,4536,NULL,1350288783,NULL,0),(2,2080,1360456535,NULL,4536,NULL,1350288783,NULL,0),(2,2081,1350779275,1352592384,187153,NULL,1350466888,NULL,0),(2,2081,1360456535,NULL,187153,NULL,1350466888,NULL,0),(2,2082,1350779275,1352592384,4507,NULL,1350289451,NULL,0),(2,2082,1360456535,NULL,4507,NULL,1350289451,NULL,0),(2,2083,1350779275,1352592384,126953,NULL,1350466902,NULL,0),(2,2083,1360456535,NULL,126953,NULL,1350466902,NULL,0),(2,2084,1350779275,1352592384,68574,NULL,1350466929,NULL,0),(2,2084,1360456535,NULL,68574,NULL,1350466929,NULL,0),(2,2085,1350779275,1352592384,49730,NULL,1350466960,NULL,0),(2,2085,1360456535,NULL,49730,NULL,1350466960,NULL,0),(2,2086,1350779275,1352592384,4056,NULL,1350289093,NULL,0),(2,2086,1360456535,NULL,4056,NULL,1350289093,NULL,0),(2,2087,1350779275,1352592384,60021,NULL,1350466923,NULL,0),(2,2087,1360456535,NULL,60021,NULL,1350466923,NULL,0),(2,2088,1350779275,1352592384,3348,NULL,1350288714,NULL,0),(2,2088,1360456535,NULL,3348,NULL,1350288714,NULL,0),(2,2089,1350779275,1352592384,3750,NULL,1350289316,NULL,0),(2,2089,1360456535,NULL,3750,NULL,1350289316,NULL,0),(2,2090,1350779275,1352592384,116194,NULL,1350466968,NULL,0),(2,2090,1360456535,NULL,116194,NULL,1350466968,NULL,0),(2,2091,1350779275,1352592384,4515,NULL,1350288910,NULL,0),(2,2091,1360456535,NULL,4515,NULL,1350288910,NULL,0),(2,2092,1350779275,1352592384,66601,NULL,1350466916,NULL,0),(2,2092,1360456535,NULL,66601,NULL,1350466916,NULL,0),(2,2093,1350779275,1352592384,587854,NULL,1350288441,NULL,0),(2,2093,1360456535,NULL,587854,NULL,1350288441,NULL,0),(2,2094,1350779275,1352592384,140318,NULL,1350466597,NULL,0),(2,2094,1360456535,NULL,140318,NULL,1350466597,NULL,0),(2,2095,1350779275,1352592384,5185,NULL,1350289380,NULL,0),(2,2095,1360456535,NULL,5185,NULL,1350289380,NULL,0),(2,2096,1350779275,1352592384,86887,NULL,1350466909,NULL,0),(2,2096,1360456535,NULL,86887,NULL,1350466909,NULL,0),(2,2097,1350779275,1352592384,5717,NULL,1350289168,NULL,0),(2,2097,1360456535,NULL,5717,NULL,1350289168,NULL,0),(2,2098,1350779275,1352592384,6633,NULL,1350288999,NULL,0),(2,2098,1360456535,NULL,6633,NULL,1350288999,NULL,0),(2,2099,1350779275,1352592384,21041,NULL,1350408848,NULL,0),(2,2099,1360456535,NULL,21041,NULL,1350408848,NULL,0),(2,2100,1350779275,1352592384,2528651,NULL,1350409632,NULL,0),(2,2100,1360456535,1368922037,2528651,NULL,1350409632,NULL,0),(2,2101,1350779275,1352592384,148171,NULL,1350409635,NULL,0),(2,2101,1360456535,NULL,148171,NULL,1350409635,NULL,0),(2,2102,1350779275,1352592384,4477,NULL,1350409633,NULL,0),(2,2102,1360456535,NULL,4477,NULL,1350409633,NULL,0),(2,2103,1350779275,1352592384,56240,NULL,1350409636,NULL,0),(2,2103,1360456535,NULL,56240,NULL,1350409636,NULL,0),(2,2104,1350779275,1352592384,6808,NULL,1350408844,NULL,0),(2,2104,1360456535,NULL,6808,NULL,1350408844,NULL,0),(2,2105,1350779275,1352592384,2130143,NULL,1350408843,NULL,0),(2,2105,1360456535,NULL,2130143,NULL,1350408843,NULL,0),(2,2106,1350779275,1352592384,14879,NULL,1350409634,NULL,0),(2,2106,1360456535,NULL,14879,NULL,1350409634,NULL,0),(2,2107,1350779275,1352592384,148822,NULL,1350408846,NULL,0),(2,2107,1360456535,NULL,148822,NULL,1350408846,NULL,0),(2,2108,1350779275,1352592384,25310,NULL,1350409637,NULL,0),(2,2108,1360456535,NULL,25310,NULL,1350409637,NULL,0),(2,2109,1350779275,1352592384,52852,NULL,1350408847,NULL,0),(2,2109,1360456535,NULL,52852,NULL,1350408847,NULL,0),(2,2110,1351992848,NULL,NULL,NULL,NULL,NULL,0),(2,2111,1354407221,NULL,NULL,NULL,NULL,NULL,0),(2,2112,1358036075,NULL,NULL,NULL,NULL,NULL,0),(2,2113,1358036075,NULL,NULL,NULL,NULL,NULL,0),(2,2114,1359849650,NULL,NULL,NULL,NULL,NULL,0),(2,2115,1359849650,1360456535,179,NULL,1359750749,NULL,0),(2,2115,1377994577,NULL,179,NULL,1377401905,NULL,0),(2,2115,1391300382,NULL,358,NULL,1391267706,NULL,0),(2,2115,1395532815,NULL,537,NULL,1394935617,NULL,0),(2,2116,1359849650,1360456535,782,NULL,1359750753,NULL,0),(2,2116,1377994577,NULL,782,NULL,1377401908,NULL,0),(2,2116,1391300382,NULL,1564,NULL,1391267709,NULL,0),(2,2116,1394928503,NULL,1747,NULL,1394079794,NULL,0),(2,2116,1395532815,NULL,2529,NULL,1394935620,NULL,0),(2,2117,1360456535,NULL,3177,NULL,1360093319,NULL,0),(2,2118,1360456535,NULL,785,NULL,1360093459,NULL,0),(2,2118,1368922037,NULL,785,NULL,1367940787,NULL,0),(2,2119,1360456535,NULL,16281,NULL,1360093459,NULL,0),(2,2119,1368922037,NULL,16281,NULL,1367940787,NULL,0),(2,2120,1360456535,NULL,96,NULL,1360093458,NULL,0),(2,2121,1360456535,1365294085,673,NULL,1360093461,NULL,0),(2,2122,1360456535,1365294085,NULL,NULL,NULL,NULL,0),(2,2123,1360456535,1365294085,0,NULL,1360093461,NULL,0),(2,2124,1360456535,1365294085,2323,NULL,1360093461,NULL,0),(2,2125,1360456535,1365294085,1857,NULL,1360093461,NULL,0),(2,2126,1360456535,1365294085,NULL,NULL,NULL,NULL,0),(2,2127,1360456535,1365294085,0,NULL,1360093461,NULL,0),(2,2128,1360456535,1365294085,378,NULL,1360093461,NULL,0),(2,2129,1360456535,1365294085,378,NULL,1360093461,NULL,0),(2,2130,1360456535,1365294085,378,NULL,1360093461,NULL,0),(2,2131,1360456535,1365294085,384,NULL,1360093461,NULL,0),(2,2132,1360456535,1365294085,NULL,NULL,NULL,NULL,0),(2,2133,1360456535,1365294085,6257,NULL,1360093461,NULL,0),(2,2134,1360456535,1365294085,6250,NULL,1360093461,NULL,0),(2,2135,1360456535,1365294085,3431,NULL,1360093461,NULL,0),(2,2136,1360456535,1365294085,857,NULL,1360093461,NULL,0),(2,2137,1360456535,1365294085,3770,NULL,1360093461,NULL,0),(2,2138,1360456535,NULL,42706,NULL,1360093463,NULL,0),(2,2138,1365898500,NULL,42706,NULL,1365481302,NULL,0),(2,2139,1360456535,NULL,4632,NULL,1360093462,NULL,0),(2,2140,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2141,1360456535,NULL,6544,NULL,1360093462,NULL,0),(2,2142,1360456535,NULL,542,NULL,1360093462,NULL,0),(2,2143,1360456535,NULL,2522,NULL,1360093462,NULL,0),(2,2144,1360456535,NULL,3298,NULL,1360093462,NULL,0),(2,2145,1360456535,NULL,2517,NULL,1360093462,NULL,0),(2,2146,1360456535,NULL,4051,NULL,1360093462,NULL,0),(2,2147,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2148,1360456535,NULL,1452,NULL,1360093462,NULL,0),(2,2149,1360456535,NULL,2043,NULL,1360093462,NULL,0),(2,2150,1360456535,NULL,1964,NULL,1360093462,NULL,0),(2,2151,1360456535,NULL,2064,NULL,1360093462,NULL,0),(2,2152,1360456535,NULL,2035,NULL,1360093462,NULL,0),(2,2153,1360456535,NULL,2075,NULL,1360093462,NULL,0),(2,2154,1360456535,NULL,1443,NULL,1360093462,NULL,0),(2,2155,1360456535,NULL,1451,NULL,1360093462,NULL,0),(2,2156,1360456535,NULL,2059,NULL,1360093462,NULL,0),(2,2157,1360456535,NULL,1477,NULL,1360093462,NULL,0),(2,2158,1360456535,NULL,2022,NULL,1360093462,NULL,0),(2,2159,1360456535,NULL,1455,NULL,1360093462,NULL,0),(2,2160,1360456535,NULL,1467,NULL,1360093462,NULL,0),(2,2161,1360456535,NULL,1446,NULL,1360093462,NULL,0),(2,2162,1360456535,NULL,1415,NULL,1360093462,NULL,0),(2,2163,1360456535,NULL,1386,NULL,1360093462,NULL,0),(2,2164,1360456535,NULL,2042,NULL,1360093462,NULL,0),(2,2165,1360456535,NULL,1983,NULL,1360093462,NULL,0),(2,2166,1360456535,NULL,1430,NULL,1360093462,NULL,0),(2,2167,1360456535,NULL,1980,NULL,1360093462,NULL,0),(2,2168,1360456535,NULL,2526,NULL,1360093462,NULL,0),(2,2169,1360456535,NULL,4017,NULL,1360093462,NULL,0),(2,2170,1360456535,NULL,2582,NULL,1360093462,NULL,0),(2,2171,1360456535,NULL,4039,NULL,1360093462,NULL,0),(2,2172,1360456535,NULL,2510,NULL,1360093462,NULL,0),(2,2173,1360456535,NULL,4092,NULL,1360093462,NULL,0),(2,2174,1360456535,NULL,4019,NULL,1360093462,NULL,0),(2,2175,1360456535,NULL,4716,NULL,1360093462,NULL,0),(2,2176,1360456535,NULL,3989,NULL,1360093462,NULL,0),(2,2177,1360456535,NULL,8388,NULL,1360093465,NULL,0),(2,2178,1360456535,NULL,54924,NULL,1360093465,NULL,0),(2,2179,1360456535,NULL,45425,NULL,1360093465,NULL,0),(2,2180,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2181,1360456535,NULL,1348,NULL,1360093320,NULL,0),(2,2182,1360456535,NULL,35292,NULL,1360093320,NULL,0),(2,2183,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2184,1360456535,NULL,2487,NULL,1360093320,NULL,0),(2,2185,1360456535,NULL,863,NULL,1360093320,NULL,0),(2,2186,1360456535,NULL,1002,NULL,1360093320,NULL,0),(2,2187,1360456535,NULL,814,NULL,1360093320,NULL,0),(2,2188,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2189,1360456535,NULL,4124,NULL,1360093320,NULL,0),(2,2190,1360456535,NULL,1404,NULL,1360093320,NULL,0),(2,2191,1360456535,NULL,2060,NULL,1360093320,NULL,0),(2,2192,1360456535,NULL,749,NULL,1360093320,NULL,0),(2,2193,1360456535,NULL,1170,NULL,1360093320,NULL,0),(2,2194,1360456535,NULL,1390,NULL,1360093320,NULL,0),(2,2195,1360456535,NULL,417,NULL,1360093320,NULL,0),(2,2196,1360456535,NULL,2340,NULL,1360093320,NULL,0),(2,2197,1360456535,NULL,593,NULL,1360093320,NULL,0),(2,2198,1360456535,NULL,2068,NULL,1360093320,NULL,0),(2,2199,1360456535,NULL,1256,NULL,1360093320,NULL,0),(2,2200,1360456535,NULL,1036,NULL,1360093320,NULL,0),(2,2201,1360456535,NULL,2167,NULL,1360093320,NULL,0),(2,2202,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2203,1360456535,NULL,1004,NULL,1360093320,NULL,0),(2,2204,1360456535,NULL,817,NULL,1360093320,NULL,0),(2,2205,1360456535,NULL,4712,NULL,1360093320,NULL,0),(2,2206,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2207,1360456535,NULL,7672,NULL,1360093320,NULL,0),(2,2208,1360456535,NULL,16430,NULL,1360093320,NULL,0),(2,2209,1360456535,NULL,5464,NULL,1360093320,NULL,0),(2,2210,1360456535,NULL,1434,NULL,1360093320,NULL,0),(2,2211,1360456535,NULL,987,NULL,1360093320,NULL,0),(2,2212,1360456535,NULL,1359,NULL,1360093320,NULL,0),(2,2213,1360456535,NULL,413,NULL,1360093320,NULL,0),(2,2214,1360456535,NULL,4079,NULL,1360093320,NULL,0),(2,2215,1360456535,NULL,2972,NULL,1360093320,NULL,0),(2,2216,1360456535,NULL,731,NULL,1360093320,NULL,0),(2,2217,1360456535,NULL,726,NULL,1360093320,NULL,0),(2,2218,1360456535,NULL,171045,NULL,1360093320,NULL,0),(2,2219,1360456535,NULL,2285,NULL,1360093320,NULL,0),(2,2220,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2221,1360456535,NULL,4788,NULL,1360093320,NULL,0),(2,2222,1360456535,NULL,1113,NULL,1360093320,NULL,0),(2,2223,1360456535,NULL,10340,NULL,1360093319,NULL,0),(2,2224,1360456535,NULL,9917,NULL,1360093319,NULL,0),(2,2225,1360456535,NULL,6785,NULL,1360093319,NULL,0),(2,2226,1360456535,NULL,786,NULL,1360093319,NULL,0),(2,2227,1360456535,NULL,412,NULL,1360093319,NULL,0),(2,2228,1360456535,NULL,59231,NULL,1360093319,NULL,0),(2,2229,1360456535,NULL,6173,NULL,1360093319,NULL,0),(2,2230,1360456535,NULL,2836,NULL,1360093319,NULL,0),(2,2231,1360456535,NULL,2642,NULL,1360093319,NULL,0),(2,2232,1360456535,NULL,9792,NULL,1360093319,NULL,0),(2,2233,1360456535,NULL,17119,NULL,1360093319,NULL,0),(2,2234,1360456535,NULL,10736,NULL,1360093319,NULL,0),(2,2235,1360456535,NULL,3797,NULL,1360093319,NULL,0),(2,2236,1360456535,NULL,16464,NULL,1360093319,NULL,0),(2,2237,1360456535,NULL,6852,NULL,1360093319,NULL,0),(2,2238,1360456535,NULL,2152,NULL,1360093319,NULL,0),(2,2239,1360456535,NULL,9628,NULL,1360093319,NULL,0),(2,2240,1360456535,NULL,2029,NULL,1360093319,NULL,0),(2,2241,1360456535,NULL,15899,NULL,1360093319,NULL,0),(2,2242,1360456535,NULL,392,NULL,1360093319,NULL,0),(2,2243,1360456535,NULL,4674,NULL,1360093319,NULL,0),(2,2244,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2245,1360456535,NULL,1955,NULL,1360093319,NULL,0),(2,2246,1360456535,NULL,5148,NULL,1360093319,NULL,0),(2,2247,1360456535,NULL,12534,NULL,1360093319,NULL,0),(2,2248,1360456535,NULL,5064,NULL,1360093319,NULL,0),(2,2249,1360456535,NULL,2687,NULL,1360093319,NULL,0),(2,2250,1360456535,NULL,4924,NULL,1360093319,NULL,0),(2,2251,1360456535,NULL,5064,NULL,1360093319,NULL,0),(2,2252,1360456535,NULL,30536,NULL,1360093320,NULL,0),(2,2253,1360456535,NULL,10709,NULL,1360093320,NULL,0),(2,2254,1360456535,NULL,4634,NULL,1360093320,NULL,0),(2,2255,1360456535,NULL,2772,NULL,1360093320,NULL,0),(2,2256,1360456535,NULL,7724,NULL,1360093320,NULL,0),(2,2257,1360456535,NULL,4774,NULL,1360093320,NULL,0),(2,2258,1360456535,NULL,9225,NULL,1360093320,NULL,0),(2,2259,1360456535,NULL,813,NULL,1360093320,NULL,0),(2,2260,1360456535,NULL,1097,NULL,1360093320,NULL,0),(2,2261,1360456535,NULL,1027,NULL,1360093320,NULL,0),(2,2262,1360456535,NULL,849,NULL,1360093320,NULL,0),(2,2263,1360456535,NULL,647,NULL,1360093320,NULL,0),(2,2264,1360456535,NULL,6643,NULL,1360093320,NULL,0),(2,2265,1360456535,NULL,770,NULL,1360093320,NULL,0),(2,2266,1360456535,NULL,705,NULL,1360093320,NULL,0),(2,2267,1360456535,NULL,12970,NULL,1360093320,NULL,0),(2,2268,1360456535,NULL,882,NULL,1360093320,NULL,0),(2,2269,1360456535,NULL,367,NULL,1360093320,NULL,0),(2,2270,1360456535,NULL,994,NULL,1360093320,NULL,0),(2,2271,1360456535,NULL,636,NULL,1360093320,NULL,0),(2,2272,1360456535,NULL,952,NULL,1360093320,NULL,0),(2,2273,1360456535,NULL,4391,NULL,1360093320,NULL,0),(2,2274,1360456535,NULL,3213,NULL,1360093320,NULL,0),(2,2275,1360456535,NULL,11116,NULL,1360093320,NULL,0),(2,2276,1360456535,NULL,1793,NULL,1360093320,NULL,0),(2,2277,1360456535,NULL,2295,NULL,1360093320,NULL,0),(2,2278,1360456535,NULL,5467,NULL,1360093320,NULL,0),(2,2279,1360456535,NULL,9311,NULL,1360093320,NULL,0),(2,2280,1360456535,NULL,3951,NULL,1360093320,NULL,0),(2,2281,1360456535,NULL,13430,NULL,1360093320,NULL,0),(2,2282,1360456535,NULL,996,NULL,1360093320,NULL,0),(2,2283,1360456535,NULL,3377,NULL,1360093320,NULL,0),(2,2284,1360456535,NULL,3619,NULL,1360093320,NULL,0),(2,2285,1360456535,NULL,8827,NULL,1360093320,NULL,0),(2,2286,1360456535,NULL,1947,NULL,1360093320,NULL,0),(2,2287,1360456535,NULL,107774,NULL,1360093320,NULL,0),(2,2288,1360456535,NULL,26176,NULL,1360093320,NULL,0),(2,2289,1360456535,NULL,1855,NULL,1360093320,NULL,0),(2,2290,1360456535,NULL,8483,NULL,1360093320,NULL,0),(2,2291,1360456535,NULL,604,NULL,1360093320,NULL,0),(2,2292,1360456535,NULL,17302,NULL,1360093320,NULL,0),(2,2293,1360456535,NULL,9018,NULL,1360093320,NULL,0),(2,2294,1360456535,NULL,10620,NULL,1360093320,NULL,0),(2,2295,1360456535,NULL,1369,NULL,1360093320,NULL,0),(2,2296,1360456535,NULL,52574,NULL,1360093320,NULL,0),(2,2297,1360456535,NULL,9097,NULL,1360093320,NULL,0),(2,2298,1360456535,NULL,125467,NULL,1360093320,NULL,0),(2,2299,1360456535,NULL,354,NULL,1360093320,NULL,0),(2,2300,1360456535,NULL,1306,NULL,1360093320,NULL,0),(2,2301,1360456535,NULL,3915,NULL,1360093320,NULL,0),(2,2302,1360456535,NULL,1593,NULL,1360093320,NULL,0),(2,2303,1360456535,NULL,2193,NULL,1360093320,NULL,0),(2,2304,1360456535,NULL,823,NULL,1360093320,NULL,0),(2,2305,1360456535,NULL,83,NULL,1360093320,NULL,0),(2,2306,1360456535,NULL,2087,NULL,1360093320,NULL,0),(2,2307,1360456535,NULL,14813,NULL,1360093320,NULL,0),(2,2308,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2309,1360456535,NULL,15703,NULL,1360093320,NULL,0),(2,2310,1360456535,NULL,3721,NULL,1360093320,NULL,0),(2,2311,1360456535,NULL,3707,NULL,1360093320,NULL,0),(2,2312,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2313,1360456535,NULL,7576,NULL,1360093320,NULL,0),(2,2314,1360456535,NULL,2268,NULL,1360093320,NULL,0),(2,2315,1360456535,NULL,27487,NULL,1360093320,NULL,0),(2,2316,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2317,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2318,1360456535,NULL,7149,NULL,1360093320,NULL,0),(2,2319,1360456535,NULL,11185,NULL,1360093320,NULL,0),(2,2320,1360456535,NULL,8572,NULL,1360093320,NULL,0),(2,2321,1360456535,NULL,11851,NULL,1360093320,NULL,0),(2,2322,1360456535,NULL,3800,NULL,1360093320,NULL,0),(2,2323,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2324,1360456535,NULL,4726,NULL,1360093320,NULL,0),(2,2325,1360456535,NULL,3452,NULL,1360093320,NULL,0),(2,2326,1360456535,NULL,5141,NULL,1360093320,NULL,0),(2,2327,1360456535,NULL,4424,NULL,1360093320,NULL,0),(2,2328,1360456535,NULL,12280,NULL,1360093320,NULL,0),(2,2329,1360456535,NULL,5991,NULL,1360093320,NULL,0),(2,2330,1360456535,NULL,20539,NULL,1360093320,NULL,0),(2,2331,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2332,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2333,1360456535,NULL,8137,NULL,1360093320,NULL,0),(2,2334,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2335,1360456535,NULL,10882,NULL,1360093320,NULL,0),(2,2336,1360456535,NULL,3367,NULL,1360093320,NULL,0),(2,2337,1360456535,NULL,9678,NULL,1360093320,NULL,0),(2,2338,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2339,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2340,1360456535,NULL,17321,NULL,1360093320,NULL,0),(2,2341,1360456535,NULL,2187,NULL,1360093320,NULL,0),(2,2342,1360456535,NULL,4510,NULL,1360093320,NULL,0),(2,2343,1360456535,NULL,28359,NULL,1360093320,NULL,0),(2,2344,1360456535,NULL,NULL,NULL,NULL,NULL,0),(2,2345,1360456535,NULL,19683,NULL,1360093320,NULL,0),(2,2346,1360456535,NULL,3592,NULL,1360093320,NULL,0),(2,2347,1360456535,NULL,4296,NULL,1360093320,NULL,0),(2,2348,1360456535,NULL,98299,NULL,1360093320,NULL,0),(2,2349,1360456535,NULL,51559,NULL,1360093320,NULL,0),(2,2350,1360456535,NULL,3451,NULL,1360093320,NULL,0),(2,2351,1360456535,NULL,8822,NULL,1360093320,NULL,0),(2,2352,1360456535,NULL,12063,NULL,1360093320,NULL,0),(2,2353,1360456535,NULL,9201,NULL,1360093320,NULL,0),(2,2354,1360456535,NULL,23789,NULL,1360093320,NULL,0),(2,2355,1360456535,NULL,3267,NULL,1360093320,NULL,0),(2,2356,1360456535,NULL,9593,NULL,1360093320,NULL,0),(2,2357,1360456535,NULL,12774,NULL,1360093320,NULL,0),(2,2358,1360456535,NULL,4606,NULL,1360093320,NULL,0),(2,2359,1360456535,NULL,28795,NULL,1360093320,NULL,0),(2,2360,1360456535,NULL,7007,NULL,1360093320,NULL,0),(2,2361,1360456535,NULL,2973,NULL,1360093320,NULL,0),(2,2362,1360456535,NULL,3566,NULL,1360093320,NULL,0),(2,2363,1360456535,NULL,3538,NULL,1360093320,NULL,0),(2,2364,1360456535,NULL,44756,NULL,1360093320,NULL,0),(2,2365,1360456535,NULL,456,NULL,1360093320,NULL,0),(2,2366,1360456535,NULL,4208,NULL,1360093320,NULL,0),(2,2367,1360456535,NULL,687,NULL,1360093320,NULL,0),(2,2368,1360456535,NULL,535,NULL,1360093320,NULL,0),(2,2369,1360456535,NULL,896,NULL,1360093320,NULL,0),(2,2370,1360456535,NULL,1483,NULL,1360093320,NULL,0),(2,2371,1360456535,NULL,1394,NULL,1360093320,NULL,0),(2,2372,1360456535,NULL,1675,NULL,1360093320,NULL,0),(2,2373,1360456535,NULL,11339,NULL,1360093320,NULL,0),(2,2374,1360456535,NULL,636,NULL,1360093320,NULL,0),(2,2375,1360456535,NULL,2468,NULL,1360093320,NULL,0),(2,2376,1360456535,NULL,1169,NULL,1360093320,NULL,0),(2,2377,1360456535,NULL,3888,NULL,1360093320,NULL,0),(2,2378,1360456535,NULL,5335,NULL,1360093320,NULL,0),(2,2379,1360456535,NULL,374,NULL,1360093320,NULL,0),(2,2380,1360456535,NULL,10768,NULL,1360093320,NULL,0),(2,2381,1360456535,NULL,2252,NULL,1360093320,NULL,0),(2,2382,1360456535,NULL,7818,NULL,1360093320,NULL,0),(2,2383,1360456535,NULL,3354,NULL,1360093320,NULL,0),(2,2384,1360456535,NULL,15490,NULL,1360093320,NULL,0),(2,2385,1360456535,NULL,14406,NULL,1360093320,NULL,0),(2,2386,1360456535,NULL,2551,NULL,1360093320,NULL,0),(2,2387,1360456535,NULL,1902,NULL,1360093320,NULL,0),(2,2388,1360456535,NULL,15588,NULL,1360093320,NULL,0),(2,2389,1360456535,NULL,9366,NULL,1360093320,NULL,0),(2,2390,1360456535,NULL,455,NULL,1360093320,NULL,0),(2,2391,1360456535,NULL,1625,NULL,1360093320,NULL,0),(2,2392,1360456535,NULL,527,NULL,1360093320,NULL,0),(2,2393,1360456535,NULL,6130,NULL,1360093320,NULL,0),(2,2394,1360456535,NULL,579,NULL,1360093320,NULL,0),(2,2395,1360456535,NULL,547,NULL,1360093320,NULL,0),(2,2396,1360456535,NULL,3496,NULL,1360093320,NULL,0),(2,2397,1360456535,NULL,6349,NULL,1360093320,NULL,0),(2,2398,1360456535,NULL,2146,NULL,1360093320,NULL,0),(2,2399,1360456535,NULL,21293,NULL,1360093320,NULL,0),(2,2400,1360456535,NULL,1575,NULL,1360093320,NULL,0),(2,2401,1360456535,NULL,1311,NULL,1360093320,NULL,0),(2,2402,1360456535,NULL,761,NULL,1360093320,NULL,0),(2,2403,1360456535,NULL,507,NULL,1360093320,NULL,0),(2,2404,1360456535,NULL,1257,NULL,1360093320,NULL,0),(2,2405,1360456535,NULL,1806,NULL,1360093320,NULL,0),(2,2406,1360456535,NULL,755,NULL,1360093320,NULL,0),(2,2407,1360456535,NULL,9097,NULL,1360093320,NULL,0),(2,2408,1360456535,NULL,201294,NULL,1360093320,NULL,0),(2,2409,1360456535,NULL,399038,NULL,1360093320,NULL,0),(2,2410,1360456535,NULL,27110,NULL,1360093320,NULL,0),(2,2411,1360456535,NULL,155138,NULL,1360093320,NULL,0),(2,2412,1360456535,NULL,499,NULL,1360093320,NULL,0),(2,2413,1360456535,NULL,850,NULL,1360093320,NULL,0),(2,2414,1360456535,NULL,6349,NULL,1360093320,NULL,0),(2,2415,1360456535,NULL,2152,NULL,1360093320,NULL,0),(2,2416,1360456535,NULL,2087,NULL,1360093320,NULL,0),(2,2417,1360456535,NULL,14853,NULL,1360093320,NULL,0),(2,2418,1360456535,NULL,719,NULL,1360093320,NULL,0),(2,2419,1360456535,NULL,723,NULL,1360093320,NULL,0),(2,2420,1360456535,NULL,232,NULL,1360093320,NULL,0),(2,2421,1360456535,NULL,992,NULL,1360093320,NULL,0),(2,2422,1360456535,NULL,142,NULL,1360093320,NULL,0),(2,2423,1360456535,NULL,29592,NULL,1360093320,NULL,0),(2,2424,1360456535,NULL,97,NULL,1360093320,NULL,0),(2,2425,1360456535,NULL,3212,NULL,1360093320,NULL,0),(2,2426,1360456535,NULL,121,NULL,1360093320,NULL,0),(2,2427,1360456535,NULL,823,NULL,1360093320,NULL,0),(2,2428,1360456535,NULL,234,NULL,1360093320,NULL,0),(2,2429,1360456535,NULL,147,NULL,1360093320,NULL,0),(2,2430,1360456535,NULL,1523,NULL,1360093320,NULL,0),(2,2431,1360456535,NULL,143,NULL,1360093320,NULL,0),(2,2432,1360456535,NULL,259,NULL,1360093320,NULL,0),(2,2433,1360456535,NULL,863,NULL,1360093320,NULL,0),(2,2434,1360456535,NULL,39664,NULL,1360093320,NULL,0),(2,2435,1360456535,NULL,34502,NULL,1360093320,NULL,0),(2,2436,1360456535,NULL,114483,NULL,1360093320,NULL,0),(2,2437,1360456535,NULL,1076,NULL,1360093320,NULL,0),(2,2438,1360456535,NULL,2767,NULL,1360093320,NULL,0),(2,2439,1360456535,NULL,1262,NULL,1360093320,NULL,0),(2,2440,1360456535,NULL,3321,NULL,1360093320,NULL,0),(2,2441,1360456535,NULL,4504,NULL,1360093320,NULL,0),(2,2442,1360456535,NULL,9179,NULL,1360093320,NULL,0),(2,2443,1360456535,NULL,2214,NULL,1360093320,NULL,0),(2,2444,1360456535,NULL,414,NULL,1360093320,NULL,0),(2,2445,1360456535,NULL,351,NULL,1360093320,NULL,0),(2,2446,1360456535,NULL,1904,NULL,1360093320,NULL,0),(2,2447,1360456535,NULL,36190,NULL,1360093320,NULL,0),(2,2448,1360456535,NULL,7783,NULL,1360093320,NULL,0),(2,2449,1362874686,NULL,NULL,NULL,NULL,NULL,0),(2,2450,1364086965,1368922037,165635,NULL,1363906772,NULL,0),(2,2451,1364086965,1368922037,166548,NULL,1363906696,NULL,0),(2,2452,1364086965,1368922037,647037,NULL,1363906625,NULL,0),(2,2453,1364086965,1368922037,647037,NULL,1363906493,NULL,0),(2,2454,1365294085,NULL,NULL,NULL,NULL,NULL,0),(2,2455,1365294085,NULL,4500,NULL,1364355552,NULL,0),(2,2456,1365294085,NULL,25539,NULL,1364355552,NULL,0),(2,2457,1365294085,NULL,684818,NULL,1343617645,NULL,0),(2,2458,1365294085,NULL,448982,NULL,1343617645,NULL,0),(2,2459,1365898500,NULL,13908,NULL,1365483075,NULL,0),(2,2460,1365898500,NULL,16945,NULL,1365483074,NULL,0),(2,2461,1367107780,1368922037,519756,NULL,1366402681,NULL,0),(2,2462,1367107780,1368922037,17788,NULL,1366402683,NULL,0),(2,2463,1367107780,NULL,505,NULL,1366967190,NULL,0),(2,2463,1374368305,NULL,671,NULL,1374001980,NULL,0),(2,2464,1367713330,NULL,NULL,NULL,NULL,NULL,0),(2,2465,1368922037,NULL,58889,NULL,1367944605,NULL,0),(2,2466,1368922037,NULL,15636,NULL,1367944605,NULL,0),(2,2467,1368922037,NULL,133787,NULL,1367944605,NULL,0),(2,2468,1368922037,NULL,6000,NULL,1367944604,NULL,0),(2,2469,1368922037,NULL,3882798,NULL,1367944604,NULL,0),(2,2470,1368922037,NULL,6144,NULL,1367940787,NULL,0),(2,2471,1368922037,NULL,6739,NULL,1367940787,NULL,0),(2,2472,1370132205,NULL,NULL,NULL,NULL,NULL,0),(2,2473,1373155730,NULL,NULL,NULL,NULL,NULL,0),(2,2474,1375575496,NULL,NULL,NULL,NULL,NULL,0),(2,2475,1377994577,NULL,NULL,NULL,NULL,NULL,0),(2,2476,1381017911,NULL,NULL,NULL,NULL,NULL,0),(2,2477,1383437784,NULL,NULL,NULL,NULL,NULL,0),(2,2478,1386461044,NULL,NULL,NULL,NULL,NULL,0),(2,2479,1388880284,NULL,NULL,NULL,NULL,NULL,0),(2,2480,1388880284,NULL,NULL,NULL,NULL,NULL,0),(2,2481,1390695255,NULL,154,NULL,1390387749,NULL,0),(2,2482,1391300382,NULL,NULL,NULL,NULL,NULL,0),(2,2483,1393719824,NULL,NULL,NULL,NULL,NULL,0),(2,2484,1396742614,NULL,NULL,NULL,NULL,NULL,0),(2,2485,1397952397,NULL,302,NULL,1397872247,NULL,0),(2,2486,1399162467,NULL,NULL,NULL,NULL,NULL,0); /*!40000 ALTER TABLE `wp_wponlinebackup_generations` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'arden' -- /*!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-10-08 0:46:30