Skip to content

Instantly share code, notes, and snippets.

@leopic
Created December 5, 2012 05:17
Show Gist options
  • Save leopic/4212564 to your computer and use it in GitHub Desktop.
Save leopic/4212564 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
-- phpMyAdmin SQL Dump
-- version 3.3.10.4
-- http://www.phpmyadmin.net
--
-- Host: mysql.leonardopicado.com
-- Generation Time: Dec 04, 2012 at 09:04 PM
-- Server version: 5.1.56
-- PHP Version: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!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 */;
--
-- Database: `leonardopicado_com_5`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `wp_commentmeta`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_approved` (`comment_approved`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `wp_comments`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `wp_links`
--
INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) 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/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', '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', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
`blog_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1393 ;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(1390, '_site_transient_timeout_theme_roots', '1354689040', 'yes', 0),
(1391, '_site_transient_theme_roots', 'a:4:{s:8:"thematic";s:7:"/themes";s:7:"turcuas";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes', 0),
(3, 'siteurl', 'http://www.turcuas.com', 'yes', 0),
(4, 'blogname', 'turcuas', 'yes', 0),
(5, 'blogdescription', '', 'yes', 0),
(6, 'users_can_register', '0', 'yes', 0),
(7, 'admin_email', '[email protected]', 'yes', 0),
(8, 'start_of_week', '0', 'yes', 0),
(9, 'use_balanceTags', '0', 'yes', 0),
(10, 'use_smilies', '1', 'yes', 0),
(11, 'require_name_email', '1', 'yes', 0),
(12, 'comments_notify', '1', 'yes', 0),
(13, 'posts_per_rss', '10', 'yes', 0),
(14, 'rss_use_excerpt', '0', 'yes', 0),
(15, 'mailserver_url', 'mail.example.com', 'yes', 0),
(16, 'mailserver_login', '[email protected]', 'yes', 0),
(17, 'mailserver_pass', 'password', 'yes', 0),
(18, 'mailserver_port', '110', 'yes', 0),
(19, 'default_category', '1', 'yes', 0),
(20, 'default_comment_status', 'open', 'yes', 0),
(21, 'default_ping_status', 'open', 'yes', 0),
(22, 'default_pingback_flag', '0', 'yes', 0),
(23, 'default_post_edit_rows', '20', 'yes', 0),
(24, 'posts_per_page', '6', 'yes', 0),
(25, 'date_format', 'F j, Y', 'yes', 0),
(26, 'time_format', 'g:i a', 'yes', 0),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes', 0),
(28, 'links_recently_updated_prepend', '<em>', 'yes', 0),
(29, 'links_recently_updated_append', '</em>', 'yes', 0),
(30, 'links_recently_updated_time', '120', 'yes', 0),
(31, 'comment_moderation', '0', 'yes', 0),
(32, 'moderation_notify', '1', 'yes', 0),
(33, 'permalink_structure', '', 'yes', 0),
(34, 'gzipcompression', '0', 'yes', 0),
(35, 'hack_file', '0', 'yes', 0),
(36, 'blog_charset', 'UTF-8', 'yes', 0),
(37, 'moderation_keys', '', 'no', 0),
(38, 'active_plugins', 'a:5:{i:0;s:36:"contact-form-7/wp-contact-form-7.php";i:1;s:25:"qtranslate/qtranslate.php";i:2;s:47:"really-simple-captcha/really-simple-captcha.php";i:3;s:41:"wordpress-importer/wordpress-importer.php";i:4;s:29:"wp-db-backup/wp-db-backup.php";}', 'yes', 0),
(39, 'home', 'http://www.turcuas.com', 'yes', 0),
(40, 'category_base', '', 'yes', 0),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes', 0),
(42, 'advanced_edit', '0', 'yes', 0),
(43, 'comment_max_links', '2', 'yes', 0),
(44, 'gmt_offset', '-6', 'yes', 0),
(45, 'default_email_category', '1', 'yes', 0),
(46, 'recently_edited', 'a:4:{i:0;s:103:"/home/leopic/turcuas.com/wp-content/plugins/wp-db-backup/readme.txt";i:1;s:109:"/home/leopic/turcuas.com/wp-content/plugins/wp-db-backup/wp-db-backup.php";i:2;s:99:"/home/leopic/turcuas.com/wp-content/plugins/akismet/akismet.php";i:3;s:0:"";}', 'no', 0),
(47, 'template', 'twentyten', 'yes', 0),
(48, 'stylesheet', 'turcuas', 'yes', 0),
(49, 'comment_whitelist', '1', 'yes', 0),
(50, 'blacklist_keys', '', 'no', 0),
(51, 'comment_registration', '0', 'yes', 0),
(53, 'html_type', 'text/html', 'yes', 0),
(54, 'use_trackback', '0', 'yes', 0),
(55, 'default_role', 'subscriber', 'yes', 0),
(56, 'db_version', '19470', 'yes', 0),
(57, 'uploads_use_yearmonth_folders', '1', 'yes', 0),
(58, 'upload_path', '', 'yes', 0),
(59, 'blog_public', '0', 'yes', 0),
(60, 'default_link_category', '2', 'yes', 0),
(61, 'show_on_front', 'page', 'yes', 0),
(62, 'tag_base', '', 'yes', 0),
(63, 'show_avatars', '1', 'yes', 0),
(64, 'avatar_rating', 'G', 'yes', 0),
(65, 'upload_url_path', '', 'yes', 0),
(66, 'thumbnail_size_w', '150', 'yes', 0),
(67, 'thumbnail_size_h', '150', 'yes', 0),
(68, 'thumbnail_crop', '1', 'yes', 0),
(69, 'medium_size_w', '300', 'yes', 0),
(70, 'medium_size_h', '300', 'yes', 0),
(71, 'avatar_default', 'mystery', 'yes', 0),
(72, 'enable_app', '0', 'yes', 0),
(73, 'enable_xmlrpc', '0', 'yes', 0),
(74, 'large_size_w', '1024', 'yes', 0),
(75, 'large_size_h', '1024', 'yes', 0),
(76, 'image_default_link_type', 'file', 'yes', 0),
(77, 'image_default_size', '', 'yes', 0),
(78, 'image_default_align', '', 'yes', 0),
(79, 'close_comments_for_old_posts', '0', 'yes', 0),
(80, 'close_comments_days_old', '14', 'yes', 0),
(81, 'thread_comments', '1', 'yes', 0),
(82, 'thread_comments_depth', '5', 'yes', 0),
(83, 'page_comments', '0', 'yes', 0),
(84, 'comments_per_page', '50', 'yes', 0),
(85, 'default_comments_page', 'newest', 'yes', 0),
(86, 'comment_order', 'asc', 'yes', 0),
(87, 'sticky_posts', 'a:0:{}', 'yes', 0),
(88, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(89, 'widget_text', 'a:0:{}', 'yes', 0),
(90, 'widget_rss', 'a:0:{}', 'yes', 0),
(91, 'timezone_string', '', 'yes', 0),
(92, 'embed_autourls', '1', 'yes', 0),
(93, 'embed_size_w', '', 'yes', 0),
(94, 'embed_size_h', '600', 'yes', 0),
(95, 'page_for_posts', '0', 'yes', 0),
(96, 'page_on_front', '4', 'yes', 0),
(97, 'default_post_format', '0', 'yes', 0),
(98, 'initial_db_version', '19470', 'yes', 0),
(99, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes', 0),
(100, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(101, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(102, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(103, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(104, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes', 0),
(105, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:0:{}s:24:"first-footer-widget-area";a:0:{}s:18:"header-widget-area";a:1:{i:0;s:12:"qtranslate-2";}s:13:"array_version";i:3;}', 'yes', 0),
(106, 'cron', 'a:5:{i:1354686434;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1354721799;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:1354748970;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1354765017;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes', 0),
(152, 'theme_mods_twentyeleven', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1327635959;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}}}}', 'yes', 0),
(111, '_site_transient_timeout_browser_02cf806a3b750512f3d45e5c2a15fc06', '1328240218', 'yes', 0),
(112, '_site_transient_browser_02cf806a3b750512f3d45e5c2a15fc06', 'a:9:{s:8:"platform";s:5:"Linux";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"9.0.1";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:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(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:58:"http://www.turcuas.com";s:4:"link";s:134:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.turcuas.com/";s:3:"url";s:167:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.turcuas.com/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes', 0),
(153, 'current_theme', 'Turcuas', 'yes', 0),
(115, '_transient_timeout_feed_aded470b52bd4c8acdda7b609de6498e', '1327678622', 'no', 0),
(116, '_transient_feed_aded470b52bd4c8acdda7b609de6498e', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"link:http://www.turcuas.com/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:122:"http://www.google.com/search?ie=utf-8&q=link:http://www.turcuas.com/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:118:"Your search - <b>link:http://www.turcuas.com/</b> - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:04 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=b565a3ad43832599:FF=0:TM=1327635424:LM=1327635424:S=Lknxz490IsQv7d0T; expires=Sun, 26-Jan-2014 03:37:04 GMT; path=/; domain=.google.com";i:1;s:212:"NID=56=gb8xhZcbEnA-GNX9vdMtTdyY5XyIfbMdt9ntpOBWV-B5PzI0luFhYbVcYv12_iewHgJS2Ul-2OCgAIw2UGgxLs6SKeCu4I33eDDT6f4pgNTI3T4Z3HjYbl0AuAiRG-av; expires=Sat, 28-Jul-2012 03:37:04 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no', 0),
(117, '_transient_timeout_feed_mod_aded470b52bd4c8acdda7b609de6498e', '1327678622', 'no', 0),
(118, '_transient_feed_mod_aded470b52bd4c8acdda7b609de6498e', '1327635422', 'no', 0),
(121, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1327678623', 'no', 0);
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(122, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 23:41:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.4-alpha-19719";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Internet Blackout Day on January 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2012/01/internet-blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2012/01/internet-blackout/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 23:18:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2199";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:314:"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1752:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2012/01/internet-blackout/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Help Stop SOPA/PIPA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jan 2012 19:18:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2191";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:298:"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4305:"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href="http://americancensorship.org/">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href="http://godaddyboycott.org/">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href="http://fightforthefuture.org/">Fight for the Future</a>).</p>\n<p> <iframe src="http://player.vimeo.com/video/31100268" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href="http://w3techs.com/technologies/overview/content_management/all">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href="http://americancensorship.org/">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href="http://americancensorship.org/">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 3.3.1 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Jan 2012 21:24:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:603:"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.3 “Sonny”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2011/12/sonny/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2011/12/sonny/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Dec 2011 22:58:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2135";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:382:"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17122:"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is <a href="http://wordpress.org/download/">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id="v-I7NAw9Zk-1" class="video-player"><embed id="v-I7NAw9Zk-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.3 &quot;Sonny&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/adambackstrom">Adam Backstrom</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/users/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/users/amereservant">amereservant</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/lordandrei">Andrei Freeman</a>, <a href="http://profiles.wordpress.org/users/arena">Andre Renaut</a>, <a href="http://profiles.wordpress.org/users/andrewfrazier">andrewfrazier</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/users/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/users/lumination">Anthony Atkinson</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/simek">Bartosz Kaszubowski</a>, <a href="http://profiles.wordpress.org/users/benbalter">Benjamin J. Balter</a>, <a href="http://profiles.wordpress.org/users/brandondove">Brandon Dove</a>, <a href="http://profiles.wordpress.org/users/carlospaulino">carlospaulino</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cebradesign">cebradesign</a>, <a href="http://profiles.wordpress.org/users/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/users/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/users/chrisbliss18">Chris Jean</a>, <a href="http://profiles.wordpress.org/users/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/users/cgrymala">Curtiss Grymala</a>, <a href="http://profiles.wordpress.org/users/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dllh">Daryl L. L. Houston</a>, <a href="http://profiles.wordpress.org/users/davecpage">David</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/dgwyer">David Gwyer</a>, <a href="http://profiles.wordpress.org/users/damst">Da^MsT</a>, <a href="http://profiles.wordpress.org/users/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/valendesigns">Derek Herman</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/adeptris">Digital Raindrops</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse (@dd32)</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dragoonis">dragoonis</a>, <a href="http://profiles.wordpress.org/users/drewapicture">DrewAPicture</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/eduplessis">eduplessis</a>, <a href="http://profiles.wordpress.org/users/eightamrock">Eightamrock</a>, <a href="http://profiles.wordpress.org/users/eko-fr">eko-fr</a>, <a href="http://profiles.wordpress.org/users/elpie">Elpie</a>, <a href="http://profiles.wordpress.org/users/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/users/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/ejdanderson">Evan Anderson</a>, <a href="http://profiles.wordpress.org/users/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/users/fonglh">fonglh</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/users/logiclord">Gaurav Aggarwal</a>, <a href="http://profiles.wordpress.org/users/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/users/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/users/goto10">goto10</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/madjax">Jackson</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jakemgold">Jake Goldman</a>, <a href="http://profiles.wordpress.org/users/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/users/jgadbois">jgadbois</a>, <a href="http://profiles.wordpress.org/users/jick">Jick</a>, <a href="http://profiles.wordpress.org/users/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/vegasgeek">John Hawkins</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtclarke">jtclarke</a>, <a href="http://profiles.wordpress.org/users/yuraz">Jurica Zuanovic</a>, <a href="http://profiles.wordpress.org/users/justindgivens">Justin Givens</a>, <a href="http://profiles.wordpress.org/users/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/users/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/users/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/latz">Latz</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">Lloyd Budd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/lukeschlather">lukeschlather</a>, <a href="http://profiles.wordpress.org/users/mako09">Mako</a>, <a href="http://profiles.wordpress.org/users/settle">Mantas Malcius</a>, <a href="http://profiles.wordpress.org/users/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/users/mark-k">mark-k</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/masonjames">masonjames</a>, <a href="http://profiles.wordpress.org/users/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/mau">Michal &#8220;Mau&#8221; Pliska</a>, <a href="http://profiles.wordpress.org/users/mbijon">Mike Bijon</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mhauan">Morten Hauan</a>, <a href="http://profiles.wordpress.org/users/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/users/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/users/Nao">Naoko McCracken</a>, <a href="http://profiles.wordpress.org/users/natebedortha">natebedortha</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/olivm">olivM</a>, <a href="http://profiles.wordpress.org/users/olleicua">olleicua</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pagesimplify">pagesimplify</a>, <a href="http://profiles.wordpress.org/users/paulhastings0">paulhastings0</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/peterwilsoncc">peterwilsoncc</a>, <a href="http://profiles.wordpress.org/users/ppaire">ppaire</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/ramiy">Rami Y</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ruslany">ruslany</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanhellyer">ryanhellyer</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/gluten">Sam Margulies</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/scottbasgaard">Scott Basgaard</a>, <a href="http://profiles.wordpress.org/users/sbressler">Scott Bressler</a>, <a href="http://profiles.wordpress.org/users/l3rady">Scott Cariss</a>, <a href="http://profiles.wordpress.org/users/scottconnerly">scottconnerly</a>, <a href="http://profiles.wordpress.org/users/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/users/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/users/scribu">scribu</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/designsimply">Sheri Bigelow</a>, <a href="http://profiles.wordpress.org/users/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/users/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/users/sillybean">Stephanie Leary</a>, <a href="http://profiles.wordpress.org/users/tech163">tech163</a>, <a href="http://profiles.wordpress.org/users/thedeadmedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/users/tmoorewp">Tim Moore</a>, <a href="http://profiles.wordpress.org/users/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/users/ansimation">Travis Ballard</a>, <a href="http://profiles.wordpress.org/users/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/users/vnsavage">vnsavage</a>, <a href="http://profiles.wordpress.org/users/wpweaver">wpweaver</a>, <a href="http://profiles.wordpress.org/users/wraithkenny">WraithKenny</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, and <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href="http://wordpress.org/support/">on the support forums</a> since the release of 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/alchymyth">alchymyth</a>, <a href="http://profiles.wordpress.org/users/andrea_r">Andrea_r</a>, <a href="http://profiles.wordpress.org/users/claytonjames">ClaytonJames</a>, <a href="http://profiles.wordpress.org/users/numeeja">cubecolour</a>, <a href="http://profiles.wordpress.org/users/eranmiller">Eran Miller</a>, <a href="http://profiles.wordpress.org/users/esmi">esmi</a>, <a href="http://profiles.wordpress.org/users/fredericktownes">Frederick Townes</a>, <a href="http://profiles.wordpress.org/users/govpatel">govpatel</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/keesiemeijer">keesiemeijer</a>, <a href="http://profiles.wordpress.org/users/kmessinger">kmessinger</a>, <a href="http://profiles.wordpress.org/users/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/peredur">peredur</a>, <a href="http://profiles.wordpress.org/users/rvoodoo">Rev. Voodoo</a>, <a href="http://profiles.wordpress.org/users/samboll">Samuel B</a>, <a href="http://profiles.wordpress.org/users/tobiasbg">Tobias</a>, <a href="http://profiles.wordpress.org/users/vtxyzzy">vtxyzzy</a>, and <a href="http://profiles.wordpress.org/users/zoonini">zoonini</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2011/12/sonny/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Dec 2011 00:27:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2130";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:364:"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1726:"<p>The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100">a handful of last-minute tweaks and bugfixes</a> that we felt were necessary.</p>\n<p>Our goal is to release version 3.3 early next week, so <strong>plugin and theme authors, this is your last pre-release chance to  test your plugins and themes </strong> to find any compatibility issues before the final release. We&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>, but let&#8217;s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC3.zip">download the release candidate here</a> (zip).</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Core Team Meetup Time";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/news/2011/12/core-team-meetup-time/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/12/core-team-meetup-time/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Dec 2011 00:06:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2127";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:352:"It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2152:"<p>It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, and <a href="http://profiles.wordpress.org/users/jane">I</a> will meet at Tybee Island, GA, the same location as the last meetup.</p>\n<p>Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we&#8217;re planning ahead, and will definitely make it happen. <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">We&#8217;re currently taking questions</a>, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we&#8217;ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>Last year the people who were in attendance also posted pictures and updates to Twitter using the <a title="#wptybee on Twitter" href="https://twitter.com/#!/search?q=%23wptybee">#wptybee</a> tag. We&#8217;ll use the same tag this year, so if you&#8217;re interested in following along, add it to your Twitter client as a search.</p>\n<p>What do you want to know from us? <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">Ask away</a>!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/12/core-team-meetup-time/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Dec 2011 06:26:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2119";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:349:"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we&#8217;re really close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2123:"<p>The second release candidate for WordPress 3.3 is now available!</p>\n<p>As the first release candidate was well-received, we think we&#8217;re <em>really</em> close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the <a href="http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19567&amp;stop_rev=19531&amp;limit=100&amp;verbose=on">complete list of changes</a>.</p>\n<p><strong>Plugin and theme authors, please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release. On our development blog, we&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> that explain important things you need to know as you prepare for WordPress 3.3.</p>\n<p>If you haven’t tested WordPress 3.3 yet, now is the time — please though, not on your live site unless you’re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what&#8217;s to come in WordPress 3.3 (and what to test, of course).</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>.</p>\n<p>Enjoy!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC2.zip">download the release candidate here</a> (zip).</em></p>\n<p>Sometimes time slows down<br />\nbetween releases &#8211; like now<br />\nThis is RC2</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Dec 2011 05:55:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2113";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer. Stayed up late tonight, Hammering toward RC1. Now with [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:475:"<p>Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer.</p>\n<p>Stayed up late tonight,<br />\nHammering toward RC1.<br />\nNow with more icons!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-RC1.zip">Download WordPress 3.3 Release Candidate 1</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress 3.3 Beta 4 Available Now";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Nov 2011 01:44:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2106";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:312:"The march toward 3.3 continues! With all our major tickets closed, we are very close to a release candidate. In Beta 4 we&#8217;ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:817:"<p>The march toward 3.3 continues!</p>\n<p>With all our major tickets closed, we are very close to a release candidate. In Beta 4 we&#8217;ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new feature pointers), and generally tightened things up. We updated to jQuery 1.7.1 and addressed a LOT of bugs.</p>\n<p>If you are a plugin or theme developer (or distributor), please test against Beta 4 to ensure there are no issues.</p>\n<p>If you find any problems, please report them as usual. Many thanks!</p>\n<p>Thought 3 was the last?<br />\nHa ha! Beta 4 is here &#8211;<br />\nBetter get testing!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-beta4.zip">Download WordPress 3.3 Beta 4</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Wherefore Art Thou, Widgets?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 20 Nov 2011 18:18:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2097";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:317:"We need your opinion! One of the features we&#8217;re adding to WordPress 3.3 (currently in beta 3) is intended to reduce widget pain. Say you&#8217;re using Theme A and you have a handful of widgets set up. You switch to Theme B, and it has different widget areas, so you add/remove/edit your widgets. Then you [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1305:"<p>We need your opinion! One of the features we&#8217;re adding to WordPress 3.3 (currently in beta 3) is intended to reduce widget pain. Say you&#8217;re using Theme A and you have a handful of widgets set up. You switch to Theme B, and it has different widget areas, so you add/remove/edit your widgets. Then you realize that you hate Theme B. &#8220;This theme doesn&#8217;t represent my innermost soul!&#8221; you cry to the heavens. You switch back to Theme A, but because it had different widget areas, now your widgets are messed up. Argh, right? Not for long!</p>\n<p>Imagine being able to change themes and modify widgets as needed, and if you decided to go back to your old theme, it would return your widgets to how they were the last time you had that theme activated.  Sounds good, yeah? The problem we&#8217;re facing is deciding how long to save the old widget configuration, since there are so many potential workflows. If you changed From Theme A to Theme B and added more widgets over the next few weeks, if you switched back to Theme A after a month, would you still expect it to go back to the widgets from a month ago? At what point does it go from handy timesaver to unexpected widget mangler?  What do you think?</p>\n<a href="http://polldaddy.com/poll/5686875/">View This Poll</a>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2011/11/wherefore-art-thou-widgets/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:04 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Tue, 17 Jan 2012 23:41:09 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no', 0);
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(123, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1327678623', 'no', 0),
(124, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1327635423', 'no', 0),
(469, '_site_transient_browser_2f390ef919d0e7285aeeca1fec6e18e5', 'a:9:{s:8:"platform";s:5:"Linux";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"11.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:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(468, '_site_transient_timeout_browser_2f390ef919d0e7285aeeca1fec6e18e5', '1335024097', 'yes', 0),
(128, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1327678624', 'no', 0),
(129, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 03:28:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Alex Rabe on "NextGEN Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:70:"WPtouch: A simple, powerful and elegant mobile theme for your website.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Joost de Valk on "WordPress SEO by Yoast"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Arne on "Google XML Sitemaps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Vladimir Prelovac on "Smart YouTube PRO"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/smart-youtube/#post-2935";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2008 12:05:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2935@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Smart Youtube is a professional WordPress Video plugin that allows you to easily insert videos/playlists into your post, comments and in your RSS feed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"kikadev on "gtrans"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/gtrans/#post-30417";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Sep 2011 11:48:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30417@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:45:"GTranslate: Google Translate for your website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kikadev";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Joost de Valk on "Sociable"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/sociable/#post-2865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Jan 2008 11:36:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"Sociable continues being the leader in the sharing space of WordPress plugins. Started more than 2 years ago, and with over 1,5mm downloads now, here";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Vladimir Prelovac on "SEO Friendly Images"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/seo-image/#post-4729";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2008 15:03:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"4729@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"SEO Friendly Images automatically adds alt and title attributes to all your images. Improves traffic from search engines and makes the image tags W3C/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Donncha O Caoimh on "WP Super Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2572@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Mufasa on "WP e-Commerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-e-commerce/#post-739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 06:08:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"739@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"WP e-Commerce is a free WordPress Shopping Cart Plugin that lets customers buy your products, services and digital downloads online.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Mufasa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:06 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:14:"content-length";s:4:"7815";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no', 0),
(130, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1327678624', 'no', 0),
(131, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1327635424', 'no', 0),
(132, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1327678624', 'no', 0),
(133, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 03:36:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"stevegrunwell on "WP Client Reference"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/wp-client-reference/#post-34170";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 03:58:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34170@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"Create a reference guide for clients right in the WordPress administration area.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"stevegrunwell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"MakerBlock on "Simple Series"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/simple-series/#post-34294";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 22:34:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34294@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"One simple and easy to use shortcode for creating a series list for automatically organizing multiple posts on the same topic.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"MakerBlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"LukaszWiecek on "Smart DoFollow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/smart-dofollow/#post-34101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jan 2012 14:49:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"The &#34;Smart DoFollow&#34; plugins lets you automatically give DoFollow links to authors of comments that are longer than a given number of chars.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"LukaszWiecek";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"ExpertSEO on "Random Links Manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/random-links-manager/#post-29813";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 03 Sep 2011 00:47:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29813@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"A Random blogroll widget. This widget pulls links from a remote centralised database that you can use to host a linkfarm, or feedsite network setup. T";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"ExpertSEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Ahmad Awais on "WP MashSocial Wigdet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/wp-mashsocial-wigdet/#post-34282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 18:30:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:129:"A beautiful widget inspired by Mashable to be used in sidebar, it allows you to add your G+ , Twitter , Facebook and Feeds in it.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ahmad Awais";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"mordauk on "Simple Notices"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/simple-notices/#post-34293";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 21:50:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34293@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"A simple plugin that adds a notification system to your WordPress. Via custom post types, Simple Notices gives you a way to make announcements that ar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mordauk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Takahashi Fumiki on "WP-Yomigana"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-yomigana/#post-34227";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 14:11:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34227@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:55:"TinyMCEでルビを入力できるようにします。";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takahashi Fumiki";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WPGMaps on "WP Google Maps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-google-maps/#post-34206";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 06:23:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34206@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:130:"Create custom Google Maps with high quality markers containing Locations, Descriptions, Images and Links. Quick and easy, no fuss.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"WPGMaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"kadnan on "Twerrific Lite"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/twerrific-lite/#post-34213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 10:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34213@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:117:"A sweet and little Wordpress plugin that allows you to link any twitter ID along with the URL of the Twitter profile.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"kadnan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"mjetpax on "Nice PayPal Button Lite"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/nice-paypal-button-lite/#post-34253";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 21:52:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34253@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"Nice PayPal Button Lite gives you the power to create PayPal Buy Now buttons wherever you choose, by simply adding shortcodes to your post or page.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mjetpax";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"jasondthai on "SEO Translate"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/seo-translate/#post-34044";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 00:37:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34044@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:142:"Automatically translate your site into 30 different languages. Easy install. Drive traffic - translated content is stored, ready for indexing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"jasondthai";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"rulecom on "RuleMailer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/rulemailer/#post-34223";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 13:57:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34223@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"Make it super easy for visitors to subscribe to your mailing list! Add a RuleMailer newsletter subscribe widget to your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"rulecom";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"ericktedeschi on "User Security Tools"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/user-security-tools/#post-34205";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 04:19:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34205@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Security Tools for user management: stop brute force, password policy, password reset, password history.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"ericktedeschi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Pleer on "Google+ Page Badge"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-plus-page-badge/#post-33969";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 20:54:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"33969@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:94:"Lets you insert a Google+ Page Badge to your site via shortcode. Easy to intall and implement.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Pleer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"_dorsvenabili on "Post Thumbnails in Feed"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/post-thumbnails-in-feed/#post-34211";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 09:36:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34211@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"Adds your post thumbnails to your feed and select the post thumbnail size to show.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"_dorsvenabili";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:06 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2012-01-24 03:58:28";s:14:"content-length";s:4:"8022";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no', 0),
(134, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1327678624', 'no', 0),
(135, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1327635424', 'no', 0),
(136, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1327678624', 'no', 0);
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(137, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 03:27:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Jordi Salord on "WP-Easy Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wp-easy-menu/#post-34011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jan 2012 08:49:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34011@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:84:"Easily creates main navigation menu using categories, pages, posts and custom links.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jordi Salord";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"John Miedema on "OpenBook Book Data"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/openbook-book-data/#post-5866";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Jun 2008 00:14:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5866@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:96:"Displays a book&#039;s cover image, title, author, links, and other book data from Open Library.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"John Miedema";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"electrictreehouse on "Ultimate Photo Widget by ETH"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/ultimate-photo-widget-by-eth/#post-33656";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 08 Jan 2012 18:13:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"33656@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Ultimate Photo Widget for Flickr, Tumblr, and Pinterest. This widget is intended to create a means of retrieving photos from various popular sites and";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"electrictreehouse";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Mat Lipe on "Advanced Sidebar Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/advanced-sidebar-menu/#post-30912";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Oct 2011 12:56:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30912@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12:"Version: 2.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Mat Lipe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"MakerBlock on "Simple Series"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/simple-series/#post-34294";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 22:34:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34294@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"One simple and easy to use shortcode for creating a series list for automatically organizing multiple posts on the same topic.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"MakerBlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"stevegrunwell on "WP Client Reference"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/wp-client-reference/#post-34170";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 03:58:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34170@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"Create a reference guide for clients right in the WordPress administration area.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"stevegrunwell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"equalserving on "Post Institute Affiliate Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.org/extend/plugins/post-institute-affiliate-program/#post-32952";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Dec 2011 17:01:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32952@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Earn money by introducing new customers to Post Institute. Easily show product details from Post Institute product portfolio on a WordPress post or pa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"equalserving";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"electrictreehouse on "Asteroids Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/asteroids-widget/#post-21759";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 23 Oct 2010 22:47:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21759@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Turn your site into the game of Asteroids. Click to start and you can destroy the contents of your webpage by flying around and shooting them. Check o";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"electrictreehouse";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"jamesmehorter on "Device Theme Switcher"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/device-theme-switcher/#post-33213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Dec 2011 02:01:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"33213@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Set a theme for handhelds and a theme for tablets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"jamesmehorter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"garee on "Garee''s Twitter Stream"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/garees-twitter-stream/#post-32723";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Dec 2011 01:43:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32723@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"Flexibly integrate tweets on your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"garee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"LukaszWiecek on "Smart DoFollow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/smart-dofollow/#post-34101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jan 2012 14:49:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"The &#34;Smart DoFollow&#34; plugins lets you automatically give DoFollow links to authors of comments that are longer than a given number of chars.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"LukaszWiecek";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"misterbisson on "Scriblio"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/scriblio/#post-7614";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 09 Nov 2008 16:18:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7614@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"Scriblio enables faceted searching and browsing of WordPress posts, pages, and custom post types.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"misterbisson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"conualfy on "Custom More Link Complete"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/custom-more-link-complete/#post-15807";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Feb 2010 14:04:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15807@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"Customize your `&#60;!-- more --&#62;` read more link, remove anchor, customize CSS class, add title to the link, add markup or nofollow...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"conualfy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"ExpertSEO on "Random Links Manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/random-links-manager/#post-29813";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 03 Sep 2011 00:47:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29813@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"A Random blogroll widget. This widget pulls links from a remote centralised database that you can use to host a linkfarm, or feedsite network setup. T";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"ExpertSEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"mordauk on "Simple Notices"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/simple-notices/#post-34293";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 21:50:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34293@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"A simple plugin that adds a notification system to your WordPress. Via custom post types, Simple Notices gives you a way to make announcements that ar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mordauk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:06 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2012-01-19 08:49:45";s:14:"content-length";s:4:"8004";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no', 0),
(138, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1327678624', 'no', 0),
(139, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1327635424', 'no', 0),
(140, '_transient_timeout_plugin_slugs', '1347041878', 'no', 0),
(141, '_transient_plugin_slugs', 'a:7:{i:0;s:19:"akismet/akismet.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:25:"qtranslate/qtranslate.php";i:3;s:47:"really-simple-captcha/really-simple-captcha.php";i:4;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:5;s:29:"wp-db-backup/wp-db-backup.php";i:6;s:41:"wordpress-importer/wordpress-importer.php";}', 'no', 0),
(143, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1327678624', 'no', 0);
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(144, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WordPress.tv: Ron & Andrea Rennick: WordPress Multisite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9076";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2012/01/26/ron-andrea-rennick-wordpress-multisite/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1817:"<div id="v-QKDrBrqz-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9076/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9076&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/ron-andrea-rennick-wordpress-multisite/"><img alt="WC Toronto 2011 &#8211; WordPress Multisite" src="http://videos.videopress.com/QKDrBrqz/wcto-wordpress-multisite_1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 23:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: Interview With ManageWP Owner Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6181";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/cuOdRQUE2OY/interview-with-managewp-owner-vladimir-prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8214:"<p><a href="https://managewp.com/">ManageWP</a> is a new service that aims to make managing multiple websites as easy as possible. They&#8217;ve recently opened their doors to the public and Vladimir Prelovac was kind enough to take some time out of his schedule to answer a few questions I had. Enjoy!</p>\n<p><strong>Is ManageWP a webhosting company or simply a means of managing websites that are hosted elsewhere?</strong></p>\n<p>We are not a webhosting company, as ManageWP provides an efficient way to manage any number of websites that are hosted on your own servers, but we do offer something new and unique to the WordPress community: one dashboard for all their websites no matter where they are hosted. This ensures that our users maintain total control over their websites while also ensuring that they can continue to expand, without restriction, far into the future.</p>\n<div id="attachment_6184" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp1.png" rel="thumbnail"><img class="size-large wp-image-6184" title="managewp1" src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp1-500x179.png" alt="" width="500" height="179" /></a><p class="wp-caption-text">ManageWP Dashboard After I Added The WPTavern Website</p></div>\n<p><strong>What was the idea or inspiration behind creating ManageWP?</strong></p>\n<p>As with all plugins I have developed, ManageWP was created out of the pure need to solve a problem. The problem here was having to do repetitive tasks — like updating and maintaining your sites (something computers and Internet services are supposed to be good at).</p>\n<p>As you surely know, managing numerous WordPress sites can be somewhat time consuming. Add several WordPress sites into the mix, and you quickly become a slave to your CMS. I wanted to simplify the process, so that was when ManageWP became reality.</p>\n<p><strong>What are some of the things going on behind the scenes to make ManageWP function like a well oiled machine?</strong></p>\n<p>It requires a tremendous amount of effort by all of our team members. That’s the first thing that springs to mind. It’s not easy to create and maintain a service this complex, one which also remains in sync with the WordPress development cycle, all while having it work with thousands of different WordPress setups and with thousands of different server/hosting configurations.</p>\n<p>It’s not an easy job. But we also have no intention of stopping anytime soon!</p>\n<div id="attachment_6186" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp2.png" rel="thumbnail"><img class="size-large wp-image-6186" title="managewp2" src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp2-500x336.png" alt="" width="500" height="336" /></a><p class="wp-caption-text">Options To Schedule A Backup For A Particular Site</p></div>\n<p><strong>What are some of the benefits of using ManageWP versus using WordPress Multisite?</strong></p>\n<p>The most notable benefit is ManageWP’s ease of us. While being a good idea on paper, WordPress Multisite demands a certain level of technical knowledge to install, manage, and maintain. It also takes time, time which many people find valuable. And while Multisite might be good enough for some people, we always want to offer our users so much more value and time-saving functionality.</p>\n<p>And we differentiate ourselves by providing many awesome features:</p>\n<ul>\n<li>you can set up and monitor fully automated backups for all of your websites from one location, along with being able to specify exactly where you want those backups stored;</li>\n<li>you can use ManageWP to monitor your website’s up-time;</li>\n<li>you can use ManageWP to monitor crucial SEO performance metrics;</li>\n<li>you can take advantage of incredible third-party services like Google Analytics and DropBox;</li>\n<li>you can change passwords for your admin user on all of your WordPress sites from within ManageWP;</li>\n<li>and the list goes on and on.</li>\n</ul>\n<p>As for the similarities between ManageWP and WordPress Multisite — it ends with the ability to update plugins. ManageWP goes far beyond that. However, if you’re already setup with WordPress Multisite, that’s no problem. ManageWP fully integrates with that too!</p>\n<p><strong>What types of security practices have been put into place to protect customers?</strong></p>\n<p>We know that the success of our business depends a lot on security; this has been our focus since day one. To ensure that our user’s data is secure, we dropped the built-in XML RPC protocol — it’s inherently insecure to work with as it exposes sensitive data. We replaced it with OpenSSL encryption. Because of this, the transmission of your data remains completely secure.</p>\n<p>We also never ask users to enter their admin passwords for any websites they are managing with us. We do not have access to your site’s credentials and other crucial information. Our technology is innovative in that it allows ManageWP to talk directly to your WordPress sites through our ManageWP Worker plugin. So by utilizing WordPress’ built-in plugin architecture, we are able to do amazing things to help you manage all of your sites.</p>\n<p>As for protecting your ManageWP account, we utilize multiple layers of protection: restricting the login by IP address and two-factor authentication (wherein a security code is sent to user’s email or phone via SMS). This is far beyond industry standards, and it’s only a handful of the things we do to ensure that our users’ sites are safe.</p>\n<p>We take great pride in this.</p>\n<div id="attachment_6187" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp3.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp3-500x222.png" alt="" title="managewp3" width="500" height="222" class="size-large wp-image-6187" /></a><p class="wp-caption-text">All Sorts Of Cool Things You Can Do From One Location</p></div>\n<p><strong>Are there any differences between the self-hosted product of ManageWP and the ManageWP website?</strong></p>\n<p>The Enterprise (self-hosted) version of ManageWP is essentially the same as our hosted version. But we offer this to companies and organizations that want all of the benefits of ManageWP in the privacy of their own hosting environment. For example, this can be (and usually is) important for data compliance within larger organizations.</p>\n<p>Our Enterprise users also enjoy our full attention and dedicated support. We often work with our Enterprise customers to provide them with the special features that they need. We always make the extra effort to ensure that our customers&#8217; needs are served.</p>\n<p><strong>How has your experience in developing plugins and working with sites such as Mashable contribute to what you&#8217;ve accomplished with ManageWP?</strong></p>\n<p>I started making WordPress plugins almost five years ago, so getting to know WordPress inside-out helped me tremendously in understanding the needs of the average WordPress user — if such user exists at all, as there are so many uses for WordPress today. After that, it was then only a matter of coordinating with our team to develop a high-quality solution that works on almost any number of different WordPress setups.</p>\n<p>And now that we have launched ManageWP, I can direct my focus my attention on improving it further and adding new and amazing functionality. That makes me very happy. I hope it will continue to make our incredible customers happy as well.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/talking-wordpress-with-vladimir-prelovac" rel="bookmark" title="Talking WordPress With Vladimir Prelovac">Talking WordPress With Vladimir Prelovac</a></li>\n<li><a href="http://www.wptavern.com/wordpress-and-how-it-changed-content-management" rel="bookmark" title="WordPress And How It Changed Content Management">WordPress And How It Changed Content Management</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/cuOdRQUE2OY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 18:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WordPress.tv: Mark Reale & Khori Armstrong: Using WordPress to Build Interactive Games";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9074";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wordpress.tv/2012/01/26/mark-reale-khori-armstrong-using-wordpress-to-build-interactive-games/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1894:"<div id="v-Rr592zoO-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9074/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9074&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/mark-reale-khori-armstrong-using-wordpress-to-build-interactive-games/"><img alt="WC Toronto 2011 &#8211; Using WordPress to Build Interactive Games" src="http://videos.videopress.com/Rr592zoO/wcto-using-wordpress-to-build-interactive-games_1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 17:00:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: Honey Badger Doesn’t Care About Anything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6178";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/D73sv__RJwo/honey-badger-doesnt-care-about-anything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:982:"<p>Apparently, this site has been around for a little while but I&#8217;ve just now seen it being shared across WordPress folks on Twitter. It&#8217;s the <a href="http://wphoneybadger.com/">WordPress Honey Badger</a> who has a bad attitude and does things the way it wants to do them which is not always the right way. I&#8217;ve been reading some of the recent posts and honey badger is a pretty funny animal. Crude language aside, there is some educational value in the website in that you shouldn&#8217;t accomplish tasks the same way Honey Badger does. For example, <a href="http://wphoneybadger.com/hacking-core/">Honey Badger edits the core files</a> to get things done which is not necessarily the best way to get things accomplished. I personally like Honey Badgers stance on the <a href="http://wphoneybadger.com/capital-p/">Capital P filter</a>. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/D73sv__RJwo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 14:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/26";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10971";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/NB1qwS0NjwI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1559:"<h3>New plugins</h3>\n<p><a href="http://www.presspixels.com/release/background-slider/"><strong>Site Background Slider</strong></a> uses fullscreen images (read from a specified folder) to create a slideshow inside your background area.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-slick-social-share-buttons/"><strong>Slick Social Share Buttons</strong></a> allows you to add Facebook, Twitter, Google +1, Digg, Google Buzz, Linkedin, and Stumbledupon social media buttons in a floating or slide out tab.</p>\n<p><a href="http://wordpress.org/extend/plugins/wptouch/"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/NB1qwS0NjwI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 13:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress.tv: Ruth Maude: SEO for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9071";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.tv/2012/01/26/ruth-maude-seo-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1801:"<div id="v-MzAxaG46-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9071/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9071&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/ruth-maude-seo-for-wordpress/"><img alt="WC Toronto 2011 &#8211; SEO for WordPress" src="http://videos.videopress.com/MzAxaG46/wcto-seo-for-wordpress_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 11:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WordPress.tv: Brendan Sera-Shriar: PressWork – Designing in a Live Preview Environment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9069";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wordpress.tv/2012/01/25/brendan-sera-shriar-presswork-designing-in-a-live-preview-environment/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1917:"<div id="v-od2bzkkH-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9069/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9069&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/brendan-sera-shriar-presswork-designing-in-a-live-preview-environment/"><img alt="WC Toronto 2011 &#8211; PressWork – Designing in a Live Preview Environment" src="http://videos.videopress.com/od2bzkkH/wcto-presswork-e28093-designing-in-a-live-preview-environment_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 05:00:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Gravatar: Growth, Performance, and Pretty URLs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://gravatar.wordpress.com/?p=302";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://blog.gravatar.com/2012/01/26/growth-and-performance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6507:"<p>It&#8217;s <a href="http://blog.gravatar.com/2008/10/11/gravatar-one-year-later/">been a while</a> since we have posted about the current scale of Gravatar. Since that post in 2008, things have changed quite a bit. We are now serving over <strong><em>100,000 requests per second</em></strong>. That is over 8.6 billion requests per day &#8211; more than the <a href="http://www.wolframalpha.com/input/?i=how+many+people+are+alive+today">number of people currently alive</a>. </p>\n<p>With the help of our partners, <a href="http://www.edgecast.com/">Edgecast</a> and <a href="http://dyn.com/dns/">Dyn</a>, Gravatar is faster than ever. Distributing content across the world allows the majority of requests to complete in under 100 milliseconds &#8211; that is 4 times faster than the blink of an eye! No wonder more people are using Gravatar every day.</p>\n<p>In 2007, we replaced the (ugly) image URL <code>/avatar.php?gravatar_id=HASH</code> with the (pretty) URL <code>/avatar/HASH</code>. As firm believers in backwards compatibility, we continue to support both URL formats. In order to ensure the freshest content is served to all users, we now redirect the old URLs to the new ones. We suggest that if you are still using the old <code>avatar.php?gravatar_id=HASH</code> style URLs that you switch to the new style &#8211; it will be prettier and faster for your users. If you have any questions about this change, please refer to <a href="http://en.gravatar.com/site/implement/images/">our documentation</a>.</p>\n<p>Since Gravatar support has been added to WordPress, there are millions of WordPress sites using Gravatar every day. But did you know these other sites also use Gravatar?</p>\n<div class="wp-caption alignleft"><a href="https://github.com/"><img class=" " title="github" src="http://s0.wp.com/mshots/v1/https%3A%2F%2Fgithub.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">github</p></div>\n<div class="wp-caption alignleft"><a href="http://stackoverflow.com"><img class=" " title="Stack Overflow" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fstackoverflow.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Stack Overflow</p></div>\n<div class="wp-caption alignleft"><a href="http://trello.com"><img class=" " title="Trello" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Ftrello.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Trello</p></div>\n<div class="wp-caption alignleft"><a href="http://sendgrid.com"><img class=" " title="SendGrid" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fsendgrid.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">SendGrid</p></div>\n<div class="wp-caption alignleft"><a href="http://extensions.gnome.org"><img class=" " title="Gnome Extensions" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fextensions.gnome.org?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Gnome Extensions</p></div>\n<div class="wp-caption alignleft"><a href="http://http://www.americanidol.com"><img class=" " title="american idol" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Famericanidol.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">American Idol</p></div>\n<div class="wp-caption alignleft"><a href="http://battlelog.battlefield.com"><img class=" " title="Battlefield 3 Battlelog" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fbattlelog.battlefield.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Battlefield 3 Battlelog</p></div>\n<div class="wp-caption alignleft"><a href="http://99designs.com"><img class=" " title="99 designs" src="http://s0.wp.com/mshots/v1/http%3A%2F%2F99designs.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">99 designs</p></div>\n<div class="wp-caption alignleft"><a href="http://zendesk.com"><img class=" " title="Zendesk" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fzendesk.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Zendesk</p></div>\n<div class="wp-caption alignleft"><a href="http://dpreview.com"><img class=" " title="Digital Photography Review" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fdpreview.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Digital Photography Review</p></div>\n<div class="wp-caption alignleft"><a href="http://www.zdnet.com"><img class=" " title="ZDNet" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fzdnet.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">ZDNet</p></div>\n<div class="wp-caption alignleft"><a href="http://www.tennis.com"><img class=" " title="TENNIS.com" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Ftennis.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">TENNIS.com</p></div>\n<p>Want to learn how to integrate Gravatar with your website? Check out our <a href="http://en.gravatar.com/site/implement/">implemetation documentation</a>.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=302&subd=gravatar&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 04:55:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Barry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WordPress.tv: Liesl Barrell: PM101 – Project Management for Small Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9067";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wordpress.tv/2012/01/25/liesl-barrell-pm101-project-management-for-small-business/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1893:"<div id="v-5QtUGbsj-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9067/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9067&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/liesl-barrell-pm101-project-management-for-small-business/"><img alt="WC Toronto 2011 &#8211; PM101 – Project Management for Small Business" src="http://videos.videopress.com/5QtUGbsj/wcto-pm101-e28093-project-management-for-small-business_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 23:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WPTavern: Jeff Starr On Smarter Slugs In WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://feedproxy.google.com/~r/WordpressTavern/~3/qCDbmDy0FBY/jeff-starr-on-smarter-slugs-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1639:"<p>One of the refinements that was part of WordPress 3.3 is that posts that have certain characters within the post title are ignored thus, creating a cleaner permalink. Jeff Starr of Digging Into WordPress <a href="http://digwp.com/2012/01/smarter-slugs/">explains in better detail</a> on what actually happens when you use those characters within the post title but further into the post, he also brings up the fact that WordPress can automatically detect duplicate post titles within the database and append a dash with a number to the end of the post title. However, as <a href="http://digwp.com/2012/01/smarter-slugs/#comment-32337">Dave Clements mentions in the comments</a>, this could possibly lead to broken links:</p>\n<blockquote><p>I read something that’s a little concerning in your post. Let’s assume that I create test-post and then create test-post-2. I publish them both and then trash test-post. Are you saying that test-post-2 will automatically become test-post, potentially screwing up any links that have been published with the original permalink of test-post-2? Just wondering what impact this has.</p></blockquote>\n<p>Perhaps Otto could shed some light as to what happens regarding this scenario. Jeff Starr will be looking into it and will be reporting back his findings. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/ask-jeff-is-the-submit-a-post-link-a-plugin" rel="bookmark" title="Ask Jeff: Is The Submit A Post Link A Plugin?">Ask Jeff: Is The Submit A Post Link A Plugin?</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/qCDbmDy0FBY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 18:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WordPress.tv: Mo Jangda: Managing Your Editorial Workflow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9064";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.tv/2012/01/25/mo-jangda-managing-your-editorial-workflow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1845:"<div id="v-qDTbwS5Y-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9064/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9064&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/mo-jangda-managing-your-editorial-workflow/"><img alt="WC Toronto 2011 &#8211; Managing Your Editorial Workflow" src="http://videos.videopress.com/qDTbwS5Y/wcto-managing-your-editorial-workflow_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 17:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: Status Update On WordPress Weekly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6168";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/IOGp7WfK62A/status-update-on-wordpress-weekly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2400:"<p>It&#8217;s been a long time since I published any episodes of WordPress Weekly and it&#8217;s not without good reason. I am still in the middle of transitioning from one dwelling to another and this is the primary reason why I haven&#8217;t been able to produce an episode. During the past few months, I&#8217;ve not been able to spend as much time behind the PC as I&#8217;d like which also explains why I&#8217;ve been publishing more short form content versus long form. I&#8217;d like to explain everything I&#8217;ve personally been through during 2011 and now going into 2012 but it would take up a novels worth of space. Lets just say that in 2011, we had to purchase a new roof for our home, new vinyl soffits, other home improvements and some of them were forced on us thanks to the appraiser who told us some items needed to be repaired or renewed before he would approve of the home in order for us to transfer the mortgage. </p>\n<p>Putting all that personal stuff aside, I&#8217;ve been making strides and within the next 2-3 months, I expect to be moved into a new home as well as have my new office put together. Once this happens, I&#8217;ll be able to concentrate on producing the show on a weekly basis again. Regarding the show, I&#8217;ve decided not to produce it live on a weekly basis. Instead, the majority of episodes will be pre-recorded via Skype which is not only a benefit in terms of audio quality, but makes it much more convenient for both myself and the people I&#8217;ll be interviewing. There are plenty of people that I want to talk to throughout the course of the year and I look forward to being able to engage in spirited conversations with the people that are doing great things with WordPress. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/my-thoughts-on-wordpress-weekly" rel="bookmark" title="My Thoughts On WordPress Weekly">My Thoughts On WordPress Weekly</a></li>\n<li><a href="http://www.wptavern.com/first-wordpress-weekly-listening-party" rel="bookmark" title="First WordPress Weekly Listening Party">First WordPress Weekly Listening Party</a></li>\n<li><a href="http://www.wptavern.com/whats-in-store-for-wordpress-weekly" rel="bookmark" title="Whats In Store For WordPress Weekly">Whats In Store For WordPress Weekly</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/IOGp7WfK62A" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 14:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"Weblog Tools Collection: Celebrate Matt Mullenweg’s Birthday by Donating Water";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10967";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ELVdX03sAy0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1206:"<p><a href="http://ma.tt/">Matt Mullenweg</a>, co-founder of <a href="http://wordpress.org/">WordPress</a>, turned 28 <a href="http://ma.tt/2012/01/twenty-eight/">two weeks ago</a>. It&#8217;s been a busy year for Matt. Three major WordPress versions were released, he switched back to using a Mac after 8 years on Windows, and he travelled 190,000 miles over 245 days.</p>\n<p>Even though two weeks have gone by, it&#8217;s not too late to say &#8220;happy birthday&#8221; to Matt. In fact, he would prefer to receive all of his birthday gifts this year in the form of donations to <a href="http://www.charitywater.org/">Charity: Water</a> through <a href="http://mycharitywater.org/matt28">his birthday campaign</a>. Matt has set an ambitious goal to reach $28,000 in donations by April, but if that goal is reached, his &#8220;birthday presents&#8221; will have provided clean water for 280 families in developing countries. Not everyone can head to the nearest faucet for a clean glass of water, so say &#8220;happy birthday&#8221; to Matt and help someone else enjoy some clean water today!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ELVdX03sAy0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 14:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Mike Little: WordPress — 9 years since it’s conception";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://zed1.com/journalized/?p=1836";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:169:"http://zed1.com/journalized/archives/2012/01/25/wordpress-9-years-since-its-conception/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-9-years-since-its-conception";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3168:"<p>Simon D <a title="Simon''s tweet" href="https://twitter.com/#!/simond/status/162125708506832896">reminded me</a> that it is now nine years since my fateful <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445">comment on Matt’s blog </a>that kicked off this whole WordPress thing!</p>\n<!-- tweet id : 162125708506832896 -->#bbpBox_162125708506832896 a { text-decoration:none; color:#93A644; }#bbpBox_162125708506832896 a:hover { text-decoration:underline; }<div id="bbpBox_162125708506832896" class="bbpBox"><div><span>Nine years ago today @<a href="http://twitter.com/intent/user?screen_name=mikelittlezed1" class="twitter-action">mikelittlezed1</a> floated an idea which eventually became WordPress. <a href="http://twitter.com/search?q=%23thanksmike" title="#thanksmike">#thanksmike</a> <a href="http://t.co/teYbVHX8" rel="nofollow">http://t.co/teYbVHX8</a></span><div class="bbp-actions"><img align="middle" src="http://zed1.com/journalized/wp-content/plugins/twitter-blackbird-pie//images/bird.png" /><a title="tweeted on Wednesday, 25 January 2012 10:52" href="http://twitter.com/#!/simond/status/162125708506832896" target="_blank">Wednesday, 25 January 2012 10:52</a> via <a href="http://mozillalabs.com" rel="nofollow" target="blank">Firefox Share (alpha)</a><a href="https://twitter.com/intent/tweet?in_reply_to=162125708506832896" class="bbp-action bbp-reply-action" title="Reply"><span><em></em><strong>Reply</strong></span></a><a href="https://twitter.com/intent/retweet?tweet_id=162125708506832896" class="bbp-action bbp-retweet-action" title="Retweet"><span><em></em><strong>Retweet</strong></span></a><a href="https://twitter.com/intent/favorite?tweet_id=162125708506832896" class="bbp-action bbp-favorite-action" title="Favorite"><span><em></em><strong>Favorite</strong></span></a></div><div><a href="http://twitter.com/intent/user?screen_name=simond"><img src="http://a2.twimg.com/profile_images/1346789787/f108d866-70af-4105-856d-d0fd0cd4df02_normal.jpg" /></a></div><div><a href="http://twitter.com/intent/user?screen_name=simond">@simond</a><div>Simon Dickson</div></div><div></div></div></div><!-- end of tweet -->\n<p>WordPress is really shaping up, and is an evermore stable and functional CMS platform. The statistics continue to be astonishing, with more than <a href="http://en.wordpress.com/stats/">70 million sites</a> around the world. That’s nearly <a href="http://w3techs.com/technologies/overview/content_management/all">16% of the web</a>!</p>\n<p>WordPress is supporting a whole industry of WordPress experts, including me: I’m just starting my fourth year as an <a href="http://zed1.com/">independent WordPress specialist</a>.</p>\n<p>Praise must go as usual to the fantastic community around WordPress, the singular vision of <a href="http://ma.tt/">Matt Mullenweg</a>, and the awesome power of the <a title="GNU General Public License" href="http://www.gnu.org/licenses/gpl.html">GNU GPL</a> open source license.</p>\n<p>With version 3.4 currently in the making, I predict it will be another great year for <a title="Personal Publishing Platform" href="http://wordpress.org">WordPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 11:06:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Mike Little";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress.tv: Paul Bearne: Daughter Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8970";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.tv/2012/01/25/paul-bearne-daughter-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1813:"<div id="v-pbhWHC5i-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8970&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/paul-bearne-daughter-themes/"><img alt="WC Toronto 2011 &#8211; Daughter Themes" src="http://videos.videopress.com/pbhWHC5i/wcto-bearne-use-a-child-theme-1105111_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 11:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WordPress.tv: TJ List – Essential HTML and CSS for Bloggers and Business Owners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://wordpress.tv/2012/01/24/tj-list-essential-html-and-css-for-bloggers-and-business-owners/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1909:"<div id="v-0msc0lVg-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8816/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8816&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/tj-list-essential-html-and-css-for-bloggers-and-business-owners/"><img alt="chi-list-essential-html-and-css-for-bloggers-and-business-owners-073111" src="http://videos.videopress.com/0msc0lVg/chi-list-essential-html-and-css-for-bloggers-and-business-owners-073111_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 05:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WordPress.tv: Jake Goldman – Editing the Visual Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2012/01/24/jake-goldman-editing-the-visual-editor/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1830:"<div id="v-9MTqMCVV-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8826/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8826&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/jake-goldman-editing-the-visual-editor/"><img alt="chi-goldman-editing-the-visual-editor-073011" src="http://videos.videopress.com/9MTqMCVV/chi-goldman-editing-the-visual-editor-073011_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 23:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Matt: On the Evolution of Investing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39998";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://ma.tt/2012/01/on-the-evolution-of-investing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2477:"<p><a href="http://ycombinator.com/"><img class="alignright" title="Y Combinator" src="http://matt.files.wordpress.com/2012/01/y_combinator_logo_400.gif?w=100" alt="" width="100" height="100" /></a>Today <a href="http://ycombinator.posterous.com/welcome-garry-and-aaron">Y Combinator announced they are adding two new partners</a>, <a href="http://garry.posterous.com/">Garry Tan</a> and <a href="http://aaroniba.net/">Aaron Iba</a>. This announcement is unique because it does not list their academic credentials, their previous investments, the boards of companies or non-profits they have sat on, how many years of experience they have, or any of the usual badges of honor investors parade in their biographies and Crunchbase profiles.</p>\n<p>Instead we get accolades of &#8220;rare individuals who can both design and program&#8221; and &#8220;best hackers among the YC alumni.&#8221; Take note of this moment.</p>\n<p>I was part of a dinner conversation the other night that included institutional and angel investors, entrepreneurs, and someone who was part of the YC program. The group circled with alarming intent on grilling the YC entrepreneur: &#8220;How much time did you actually get with PG?&#8221; &#8220;It&#8217;s a cult of personality.&#8221; &#8220;The average quality of the companies has really dropped as they&#8217;ve broadened.&#8221; &#8220;I can&#8217;t wait for this bubble to pop.&#8221; I believe it was mostly in jest &#8212; few topics were spared that night &#8212; but there was some truth in the defensive undertone.</p>\n<p>The hackers and engineers of Y Combinator are doing what hackers and engineers do to any industry, they&#8217;re efficiently and ruthlessly disrupting the traditional model of venture capital and are going to destroy far more more wealth for their contemporaries than they create for themselves, as broadband did to entertainment, Craigslist did to newspapers, and Amazon did to traditional retailers. This is what outsiders, by definition, do.</p>\n<p>The dark humor in this is that the same people who delight and celebrate investing in disrupting other industries are blind or in denial about it happening to their own.</p>\n<p>The question then becomes if you&#8217;re an investor with a traditional LP model (and expectations), or a more financial background than an operational one, or an operational background more in management than in design or coding, what should you do to stay relevant through this shift?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 19:59:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: WPTavern Watering Hole Still Open For Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6160";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"http://feedproxy.google.com/~r/WordpressTavern/~3/uauztY9TKWw/wptavern-watering-hole-still-open-for-business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2079:"<p>This is just a friendly reminder that the <a href="http://www.wptavern.com/forum/">WPTavern watering hole</a> also known as the forum, is still open for business. I have kept the forums maintained over the past few weeks and last night, I updated everything to the current version as well as cleaned up a couple of different spots. While the forum is not as active as it was two years ago, there are still new members registering to the forum and every now and then, a good discussion will pop up. If you are looking for a place to hang out and talk WordPress without the fear of being shunned into oblivion, this is the place to do it. I highly encourage you to browse through the archive of the forum as a number of interesting conversations have taken place over the past two years. The archive is a little bit like a WordPress museum. </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/01/wptavernforum.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/wptavernforum-500x236.png" alt="WPTavern Forum" title="wptavernforum" width="500" height="236" class="aligncenter size-large wp-image-6164" /></a></p>\n<p>Registration is free as are the drinks. If you take this opportunity to register, be sure to answer the anti spam question during registration which asks, &#8220;<em>Why would you like to join this forum?</em>&#8220;. I&#8217;m looking for a short response that doesn&#8217;t look like spam. Once you register, consider leaving a message in the Tavern chat box located near the top of the forum. Or, introduce yourself to the community via the <a href="http://www.wptavern.com/forum/forum-lobby/">Forum Lobby</a>. </p>\n<p>If you&#8217;re already a member of the forum, stop by and check-in. Let us know what you&#8217;ve been up to. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wptavern-business-thinktank" rel="bookmark" title="WPTavern Business Thinktank">WPTavern Business Thinktank</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/uauztY9TKWw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 18:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"WordPress.tv: Jason McCreary – Configuring WordPress for Multiple Environments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8828";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2012/01/24/jason-mccreary-configuring-wordpress-for-multiple-environments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1911:"<div id="v-KIpgtgig-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8828&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/jason-mccreary-configuring-wordpress-for-multiple-environments/"><img alt="chi-mccreary-configuring-wordpress-for-multiple-environments-073011" src="http://videos.videopress.com/KIpgtgig/jason-mccreary-vimeo-24-no-gamma-correction-sd-24-no-gamma-correction-800kbits_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 17:00:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: Basic Guide On Creating Plugin UI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6158";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/rJn-U1pztZU/basic-guide-on-creating-plugin-ui";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1402:"<p>Daniel Immke has <a href="http://wpcandy.com/presents/wordpress-plugin-user-interface-guide">published his own primer</a> on using native user interface elements for the administration of plugins. By following his basic primer, you&#8217;ll be on your way to creating a plugin that looks and functions as if it were a part of the core of WordPress which is what plugin developers should be aiming for. WooCommerce is an excellent example of the various UI elements that are built within WordPress that plugin authors should be taking advantage of. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/tips-on-creating-a-good-plugin-readme-txt-file" rel="bookmark" title="Tips On Creating A Good Plugin Readme.txt File">Tips On Creating A Good Plugin Readme.txt File</a></li>\n<li><a href="http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in" rel="bookmark" title="Good Guide On Avoiding Theme/Plugin Lock-In">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n<li><a href="http://www.wptavern.com/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository" rel="bookmark" title="How Commercial Plugin Developers Are Monetizing Through The Plugin Respository">How Commercial Plugin Developers Are Monetizing Through The Plugin Respository</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/rJn-U1pztZU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 14:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 1/24";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10962";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xRKxcwrXRSw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:768:"<p><img class="alignnone size-full wp-image-10964" title="evergreen" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/evergreen.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/01/23/evergreen/"><strong>Evergreen</strong></a> is a colorful theme that packs a visual punch.</p>\n<p><img class="alignnone size-full wp-image-10963" title="famous" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/famous.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/famous"><strong>Famous</strong></a> is an advanced theme for business, portfolio or blog usage.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xRKxcwrXRSw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 13:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WPTavern: DreamHost Resets All FTP/Shell/VPS Account Passwords";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6154";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"http://feedproxy.google.com/~r/WordpressTavern/~3/zFNvO6v_SFk/dreamhost-resets-all-ftpshellvps-account-passwords";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:822:"<p>Knowing that a lot of people use DreamHost for their WordPress powered websites, it&#8217;s a bit unsettling to see that suspicious activity was detected within one of their databases and thus, <a href="http://www.dreamhoststatus.com/2012/01/20/changing-ftpshell-passwords-due-to-security-issue/">passwords have been reset</a> across FTP/Shell and VPS customer accounts. If you use DreamHost and have not been able to log-in recently, this may explain why. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/godaddy-hacks-due-to-old-software-bad-passwords" rel="bookmark" title="GoDaddy Hacks Due To Old Software &#8211; Bad Passwords">GoDaddy Hacks Due To Old Software &#8211; Bad Passwords</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/zFNvO6v_SFk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 18:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: Bad Behavior In The WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6150";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/da_dWrqKfeg/bad-behavior-in-the-wordpress-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4230:"<p>It started off with a link and turned into something disgusting. KevinJohn Gallagher explained the various reasons for why his company decided not to pursue using WordPress anymore for their clients and I linked to that article because I thought it raised some points that were good for discussion. After I linked to the article on WPTavern as well as Twitter, his article made the front page of HackerNews. ReadWrite/Web also linked to the article with their own thoughts. One of the reactions to his article that I witnessed was that a lot of people agreed with Kevin and the points he made. However, a number of people disagreed with him and in fact, disagreed so passionately that KevinJohn stated within the <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17486">comments of my article</a> that he had received death threats as well as had DDoS attacks performed to his website.</p>\n<blockquote><p>Sadly in the last 7 days I’ve had 3 ddos attacks, 14 threats (4 “credible”) against myself or my family, multiple requests to have me removed from speaking at WordPress events to which I’m already signed up and personally sponsor, and 31 people roll-back their purchase for Open Source Scotland because I’m involved. All because my staff, not me, but the good folks I work with every day, don’t want want to use WordPress anymore. I’m being punished by this community, for doing the right thing: listening to my colleagues and my clients. </p></blockquote>\n<p>On the one hand, this is ridiculous behaviour. There is no reason what so ever to give someone death threats because their company has decided not to use WordPress anymore. <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17495">Mark Jaquith was strongly opposed</a> to the harassment Kevin was receiving and even <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17493">Jane Wells offered to help out KevinJohn</a>. </p>\n<p>On the other hand, crazy people exist within the realm of reality and they can not be controlled. Most of the conversation that occurred as the result of Kevin&#8217;s article were from sane individuals that make up the WordPress community. It&#8217;s unfortunate what Keven had to go through because of that post but I strongly disagree that it&#8217;s a reflection of how the actual WordPress community is like. There are pricks and jerks within the WordPress community, no doubt about that. But, in my experience the nicer people far outweigh the jerks.</p>\n<p>I&#8217;m a big fan of WordPress but I&#8217;m not going to cry myself to sleep if someone tells me they are ditching the software for something else. It&#8217;s common sense to use the best tool for the job instead of forcing a square peg into a round hole. It&#8217;s important to listen to the reasons why people switch from WordPress or desert the software but it&#8217;s not something anyone should lose sleep over. It&#8217;s definitely not worth threatening someone&#8217;s life. It&#8217;s an opportunity to learn and figure out how the software can be improved. This is the type of attitude we should have towards folks like KevinJohn Gallagher or others that publish their discontent for WordPress. We shouldn&#8217;t be slapping people around with an elitist, cult like hand that twitches every time someone criticizes the software. We are better than that. Let&#8217;s prove it. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/what-wordpress-needs-from-its-new-community-leader" rel="bookmark" title="What WordPress Needs From Its New Community Leader">What WordPress Needs From Its New Community Leader</a></li>\n<li><a href="http://www.wptavern.com/community-oriented-wordpress-magazine-idea" rel="bookmark" title="Community Oriented WordPress Magazine Idea">Community Oriented WordPress Magazine Idea</a></li>\n<li><a href="http://www.wptavern.com/wordpress-reverts-to-original-ping-behavior" rel="bookmark" title="WordPress Reverts To Original Ping Behavior">WordPress Reverts To Original Ping Behavior</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/da_dWrqKfeg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 14:00:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"Weblog Tools Collection: iThemes Launches Web Designer’s Toolkit for Students";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10958";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/qYWYE-bX3ZE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1253:"<p><a href="http://ithemes.com/">iThemes</a> has now <a href="http://ithemes.com/2012/01/18/just-released-student-edition-of-wordpress-web-designers-toolkit/">added a huge student discount</a> to their popular <a href="http://ithemes.com/toolkit/">Web Designer&#8217;s Toolkit</a>. The new <a href="http://ithemes.com/student-toolkit/">Student Edition</a> offers full-time students in the US and Canada access to over 150 themes, over 20 plugins, and over 300 hours of training for only $97 ($880 less than the original).</p>\n<p>Folks with a strong memory may notice the similarity to iThemes&#8217;s <a href="http://weblogtoolscollection.com/archives/2011/09/29/ithemes-launches-educator-program/">Educator Program</a>. While the Student Edition of the toolkit is not free, the $880 discount is something that can&#8217;t be beat, especially if you&#8217;re busy spending money on your tuition. If you have plans to launch a <a href="http://wordpress.org/">WordPress</a>-focused career in design, consulting, maintenance, and other such things, this is a great way to get a head start.</p>\n<p>Disclaimer: iThemes is one of our advertisers.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/qYWYE-bX3ZE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 13:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Matt: MPAA Threatens Politicians";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ma.tt/2012/01/mpaa-threatens-politicians/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:269:"<p><a href="http://www.techdirt.com/articles/20120120/14472117492/mpaa-directly-publicly-threatens-politicians-who-arent-corrupt-enough-to-stay-bought.shtml">MPAA Directly &amp; Publicly Threatens Politicians Who Arent Corrupt Enough To Stay Bought</a> on Techdirt.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jan 2012 20:43:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10955";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/F_LOKd2FtTk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1237:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/pretty-pinterest-pins/"><strong>Pretty Pinterest Pins</strong></a> allows you to display thumbnails and links to your latest Pins from <a href="http://pinterest.com/">Pinterest</a> in your sidebar.</p>\n<p><a href="http://wordpress.org/extend/plugins/stop-censorship-ribbon/"><strong>Stop Censorship Ribbon</strong></a> will place a black ribbon with the words &#8220;Stop Censorship&#8221; in the top right corner of your website, linking to <a href="http://americancensorship.org/">the American Censorship website</a>.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://wordpress.org/extend/plugins/ultimate-tinymce/"><strong>Ultimate TinyMCE</strong></a> beefs up your visual editor with a plethora of advanced options.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/F_LOKd2FtTk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jan 2012 15:15:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Matt: Hollywood and the Justice System";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39954";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://ma.tt/2012/01/hollywood-and-the-justice-system/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:761:"<p>Two excellent essays on how Hollywood has completely put our legal system out of whack through years of twisting our legislative process to their ends, or as Shirky put it &#8220;imagine the possibility of a longer jail term for streaming a Michael Jackson video than Jackson&#8217;s own doctor got for killing actual Michael Jackson?&#8221;</p>\n<p>Andrew Bridges on PandoDaily: <a href="http://pandodaily.com/2012/01/18/how-hollywood-twisted-theft-laws-long-before-sopa/">Forget SOPA, Hollywood Already Had a Field Day with the Justice System</a>.</p>\n<p>Clay Shirky on his blog: <a href="http://www.shirky.com/weblog/2012/01/pick-up-the-pitchforks-david-pogue-underestimates-hollywood/">Pick up the pitchforks: David Pogue underestimates Hollywood</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jan 2012 14:44:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WPTavern: Open Source Scotland Cancelled";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6147";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://feedproxy.google.com/~r/WordpressTavern/~3/h_zOAbx6CNY/open-source-scotland-cancelled";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:765:"<p>The conference that was supposed to bring together heavyweights within the open source world to Scotland <a href="http://open-source-scotland.com/2012/news/oss2012-is-hereby-cancelled/">has been cancelled</a>. KevinJohn Gallagher listed a number of reasons as to the cancellation of the conference with one of them being the unfortunate circumstance of a number of people requesting refunds for their tickets after Kevin published an article explaining why his company would no longer be using WordPress. He promises to refund everyone&#8217;s tickets in full but you&#8217;ll have to give him some time as it involves multiple parties. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/h_zOAbx6CNY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jan 2012 00:00:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: WordCamp Norway Participants Tell Us Why They Love WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:122:"http://feedproxy.google.com/~r/WordpressTavern/~3/Cz4QX5E3Ohg/wordcamp-norway-participants-tell-us-why-they-love-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1199:"<p>Pretty cool video from WordCamp Norway 2012 where participants answered the simple question of <a href="http://vimeo.com/35250373">why they love WordPress</a>. The video features some familiar faces such as Ronald Huereca, Ryan Hellyer, Magnus Jepson, Isaac Keyet, and Scott Basgaard. Scott looks like a giant when standing next to Ryan Hellyer. </p>\n<div class="aligncenter">\n<p><a href="http://vimeo.com/35250373">Why We Love WordPress &#8211; WordCamp Norway 2012</a> from <a href="http://vimeo.com/user2335570">scott basgaard</a> on <a href="http://vimeo.com">Vimeo</a>.</p>\n</div>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-denver-live-coverage" rel="bookmark" title="WordCamp Denver Live Coverage">WordCamp Denver Live Coverage</a></li>\n<li><a href="http://www.wptavern.com/jonathan-davis-via-wordcamp-raleigh" rel="bookmark" title="Jonathan Davis Via WordCamp Raleigh">Jonathan Davis Via WordCamp Raleigh</a></li>\n<li><a href="http://www.wptavern.com/introducing-wordcamp-360" rel="bookmark" title="Introducing WordCamp 360">Introducing WordCamp 360</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Cz4QX5E3Ohg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 21:23:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 1/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10950";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/HI4U4AO9t3U/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:772:"<p><img class="alignnone size-full wp-image-10952" title="pronto" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/pronto.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://www.wpexplorer.com/pronto-wordpress-theme.html"><strong>Pronto</strong></a> is a very minimal grid style masonry theme.</p>\n<p><img class="alignnone size-full wp-image-10951" title="springwish" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/springwish.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/01/19/spring-wish/"><strong>Spring Wish</strong></a> is bright, optimistic and reminiscent of spring.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/HI4U4AO9t3U" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 16:30:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Weblog Tools Collection: NASA Goes Open Source";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10947";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/45p5RB9xIiE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:712:"<p><a href="http://www.nasa.gov/">NASA</a>, the US National Aeronautics and Space Administration, has started to churn out <a href="http://code.nasa.gov/">quite a few open source projects</a>. Though this doesn&#8217;t have any impact on the blogsphere (yet), it&#8217;s exciting to see a government agency of this level working in an open source environment, effectively asking its citizens for help with projects, while simultaneously making some outstanding code available for anyone to use.</p>\n<p>As an added bonus, the new code site is powered by <a href="http://wordpress.org/">WordPress</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/45p5RB9xIiE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 03:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WPTavern: Information On WordCamp Phoenix 2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6137";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://feedproxy.google.com/~r/WordpressTavern/~3/TIQJGWfd5VQ/information-on-wordcamp-phoenix-2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4085:"<p>I was contacted the other day by one of the organizing team members of WordCamp Phoenix to let me know that they have released a press release that contains all the information you need if you plan on attending the event. I should attend this event based on the fact that it&#8217;s being held in a city that&#8217;s the same as my last name. The press release is as follows: </p>\n<blockquote><p>WordCamp Phoenix Returns to Chandler as<br />\nOne of the Nation’s Largest WordPress Education Events</p>\n<p>Chandler, Ariz. &#8212; There’s a good chance your favorite blog, website or online store is powered by WordPress, the free online DIY website software that has put web publishing power in the hands of anyone with a keyboard and Internet access. February 24th-26th, more than 650 small business owners, non-profit agencies, realtors, photographers, designers, journalists and even kids will swarm downtown Chandler to learn easy website publishing and development at the 2012 WordCamp Phoenix.</p>\n<p>The non-profit event brings together WordPress enthusiasts from around the globe to share best practices and strategies for a wide variety of businesses. Headlining speakers include Lisa Sabin (@lisasabinwilson), author of WordPress for Dummies, Sean Herron (@seanherron), Technology Strategist at NASA Headquarters and Jane Wells (@janeforshort), Head of User Experience at WordPress.com. Users of all skill levels and backgrounds are encouraged to attend.</p>\n<p>“It’s an amazing mix of folks at all ability levels,” said Dallin Harris, one of the event’s organizers. “I’ve watched small business owners go from zero net knowledge in the 101 class to publishing their own business website by the end of the conference.”</p>\n<p>Not just for novices, WordCamp Phoenix has become the valley’s must-attend networking and continuing education event for professional web developers. A series of panel discussions and workshops aim to cultivate a creative community among design, web development and communication professions.</p>\n<p>Several of last year’s popular activities will return, including FREE Friday workshops and an after party hosted on the beautiful grounds of Chandler’s new City Hall. Other highlights include:</p>\n<p>• Saturday classes and talks geared toward specific industries such as publishing &#038; media, eCommerce, visual arts, education, government, nonprofit and real estate<br />\n• Developers’ Day and WordPress for Kids hosted at Gangplank on Sunday<br />\n• And for networking fun, a Friday evening bar crawl and ice cream social</p>\n<p>Tickets are $35 and are available at 2012.phoenix.wordcamp.org/attend/register/. Ticket</p>\n<p>Ticket holders get access to more than 30 sessions, classes and networking events across 3 days. As an added bonus, event sponor WP Engine will supply each attendee with free lifetime website hosting.</p>\n<p>The Friday workshops are open to the public at no cost. For updates on speakers and scheduling, visit 2012.phoenix.wordcamp.org.</p>\n<p>WordCamp Phoenix 2012<br />\nFriday, February 24 &#8211; Sunday, February 26<br />\nChandler Center for the Arts | 250 N. Arizona Ave., Chandler, AZ 85225<br />\n<a href="http://2012.phoenix.wordcamp.org">http://2012.phoenix.wordcamp.org</a> | <a href="http://www.Facebook.com/PhxWordCamp">Facebook.com/PhxWordCamp</a> | <a href="http://www.twitter.com/phxwordcamp">twitter.com/phxwordcamp</a></p></blockquote>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-phoenix-on-friday-the-13th" rel="bookmark" title="WordCamp Phoenix On Friday The 13th!">WordCamp Phoenix On Friday The 13th!</a></li>\n<li><a href="http://www.wptavern.com/the-first-virtual-wordcamp" rel="bookmark" title="The First Virtual WordCamp">The First Virtual WordCamp</a></li>\n<li><a href="http://www.wptavern.com/my-thoughts-on-the-virtual-wordcamp" rel="bookmark" title="My Thoughts On The Virtual WordCamp">My Thoughts On The Virtual WordCamp</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/TIQJGWfd5VQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jan 2012 14:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Matt: #Reinventing: Chamber of Commerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39908";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://ma.tt/2012/01/reinventing-chamber-of-commerce/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"<p>Really great article from my friend Hunter Walk on <a href="http://pandodaily.com/2012/01/17/reinventing-chamber-of-commerce/">#Reinventing the Chamber of Commerce</a>, which is especially relevant given how the US Chamber of Commerce has been tending to side with the MPAA and RIAA rather than actual small businesses, startups, and tech communities.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 17:23:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Matt: BBC Viewpoint on Blackout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39905";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://ma.tt/2012/01/bbc-viewpoint-on-blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2526:"<div class="blockquote"><blockquote><p>I&#039;ve built my life on a free and open internet. As the co-founder of WordPress.org, a free software project that aims to democratise publishing, and the founder of Automattic, the company behind WordPress.com that hosts blogs from around the world in pursuit of the same goal, the proposed US legislation to regulate and censor the free and open foundation of the internet makes my mouth go dry with fear.</p>\n<p>The rise of the web over the past two decades and the freedom to publish and express yourself online will be looked back upon as a cultural revolution.</p>\n<p>We have gone from a world split between gatekeepers and media "consumers" to a world in which anyone regardless of geography, finances, social class, race, gender, or any other demographic identifier is free to engage with the rest of the world on their own terms. </p>\n<p>That freedom is of paramount importance and must be protected.</p>\n<p>That&#039;s why we&#039;re blacking out our websites on the 18th to raise awareness of this issue, and giving our users tools to do the same. </p>\n<p>The tech world is fiercely competitive and companies seldom agree on anything, when you see so many united in solidarity on a single issue, you know there&#039;s something to it.</p>\n<p>What concerns me the most about Sopa and the Protect IP Act is not that media companies and legislators want to have measures in place to protect copyright &#8211; for example we reply to and comply with DMCA (Digital Millennium Copyright Act) takedown notices on WordPress.com when we receive them, it works well for everybody &#8211; it&#039;s that the authors of the legislation don&#039;t seem to really understand how the internet works. </p>\n<p>The definition of domestic versus foreign sites shows a woeful lack of comprehension about how domains are used and how traffic flows on the internet.</p>\n<p>Where do I stand? On the side of publishing freedom. </p>\n<p>What do I hope for? That these pieces of legislation be set aside, and that any future legislation in this arena be drafted by people who understand how the internet works &#8211; and how it won&#039;t if they do the wrong thing.</p>\n</blockquote></div>\n<p>My part of the <a href="http://www.bbc.co.uk/news/technology-16604990">set of op-eds on the BBC concerning today&#8217;s blackout</a>. Check it out to also see Jimmy Wales, the MPAA, and the Chamber of Commerce. Hat tip to <a href="http://jane.wordpress.com/">Jane</a> for helping out with the above.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 16:51:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: How Commercial Plugin Developers Are Monetizing Through The Plugin Respository";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:140:"http://feedproxy.google.com/~r/WordpressTavern/~3/q-DrfG2ZyhY/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1531:"<p>In-depth article by Siobahn McKeown that breaks down <a href="http://wp.smashingmagazine.com/2012/01/13/commercial-plugin-developers-wordpress-repository/">how commercial plugin developers are monetizing their efforts</a> through the WordPress.org plugin respository. The article covers the guidelines that plugin authors should follow, examples of successful plugins as well as plugins that didn&#8217;t meet the guidelines, and various ideas plugin authors can try. One of the things I learned through that article is the <a href="http://wordpress.org/extend/plugins/about/guidelines/">existence of a detailed plugin guidelines page</a> which didn&#8217;t exist before. It&#8217;s about time something like this was created as it answers questions up-front instead of leaving a ton of uncertainty up to the plugin author. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/plugin-repository-and-commercial-plugins" rel="bookmark" title="Plugin Repository And Commercial Plugins">Plugin Repository And Commercial Plugins</a></li>\n<li><a href="http://www.wptavern.com/plugin-developers-receive-a-christmas-gift" rel="bookmark" title="Plugin Developers Receive A Christmas Gift">Plugin Developers Receive A Christmas Gift</a></li>\n<li><a href="http://www.wptavern.com/what-plugin-authors-shouldnt-do" rel="bookmark" title="What Plugin Authors Shouldn&#8217;t Do">What Plugin Authors Shouldn&#8217;t Do</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/q-DrfG2ZyhY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 14:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10942";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/JPao8KFcr8k/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1055:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/sopa-blackout/"><strong>SOPA Blackout</strong></a> adds a temporary 503 status and customisable page on your site to automatically join <a href="http://americancensorship.org/">Web Blackout Day</a> &#8211; 18th January 2012.</p>\n<p><a href="http://wordpress.org/extend/plugins/stop-sopa-ribbon/"><strong>Stop SOPA Ribbon</strong></a> will place a black ribbon with the words &#8220;Stop SOPA&#8221; in the top right corner of your website, linking to <a href="http://americancensorship.org/">the American Censorship website</a>.</p>\n<p>Note: Folks with WordPress.com blogs can join the SOPA/PIPA Protest via Settings -&gt; Protest SOPA/PIPA in their Dashboards.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/wp-aletheia-feedbacks/"><strong>WP-Aletheia: Feedback</strong></a> allows you to easily gather feedback from your clients&#8217; sites.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/JPao8KFcr8k" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 11:15:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Donncha: A cache directory is a temporary directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89496794";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://ocaoimh.ie/2012/01/18/a-cache-directory-is-a-temporary-directory/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2119:"<p>WOAH! Do not put symlinks to your uploaded files in a temporary <em>cache</em> directory. Nginx users running WordPress should beware if they followed <a href="http://codex.wordpress.org/Nginx">these instructions</a> and put a symlink to uploaded files in the wp-content/cache/ directory. I&#8217;m going to rewrite that page right now suggesting they use a different directory, possibly wp-content/uploads/ or maybe wp-content/files/.</p>\n<p>WP Super Cache (and I presume other caching plugins) <a href="http://wordpress.org/support/topic/plugin-wp-super-cache-major-bug-network-deactivating-deletes-files?replies=6">will delete everything</a> in the cache directory. It&#8217;s like putting important files in /tmp/ where files are <a href="http://askubuntu.com/questions/20783/how-is-the-tmp-directory-cleaned-up">routinely cleaned out</a> on reboot.</p>\n<p>My replies on the thread above might paint me as a cold heartless bastard but I am sorry those websites suffered data loss. However I&#8217;m shocked that they put links to uploaded images in a folder containing temporary files!</p>\n<p>Edit</strong> (20 minutes later): the <a href="http://codex.wordpress.org/Nginx">codex page</a> has been updated, thanks Westi for your help. It now recommends using wp-content/ms-filemap/ rather than wp-content/cache/</p>\n <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89496794" width="1" height="1" />\n<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2006/10/26/brians-latest-comments-cached/" rel="bookmark" title="Permanent Link: Brians Latest Comments Cached">Brians Latest Comments Cached</a></li><li> <a href="http://ocaoimh.ie/2005/05/25/irish-blogs-directory-the-new-boggersphere/" rel="bookmark" title="Permanent Link: Irish Blogs Directory, the new boggersphere!">Irish Blogs Directory, the new boggersphere!</a></li><li> <a href="http://ocaoimh.ie/2003/02/14/cork-lug-fish-ftp/" rel="bookmark" title="Permanent Link: Cork LUG &#8211; Fish, ftp over ssh &#8230;">Cork LUG &#8211; Fish, ftp over ssh &#8230;</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 11:07:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WPTavern: Go Black With The SOPA Blackout Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://feedproxy.google.com/~r/WordpressTavern/~3/0-MKsbp8Uc8/go-black-with-the-sopa-blackout-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:901:"<p>If you&#8217;re using the self installed version of WordPress and looking to participate in the internet blackout day today, check out the <a href="http://wordpress.org/extend/plugins/sopa-blackout-plugin/">SOPA Blackout Plugin</a>. This plugin contains flexibility so that you don&#8217;t have to turn your entire website into a black hole. Instead, you get to set blackout dates as well as a myriad of other options to configure when and who sees your blackout message. One of the nice things about this particular plugin is that when it&#8217;s deactivated, all of its settings will be removed. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/plugin-review-technical-support" rel="bookmark" title="Plugin Review: Technical Support">Plugin Review: Technical Support</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/0-MKsbp8Uc8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 08:46:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Jane Wells: Blackout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://jane.wordpress.com/?p=1193";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://jane.wordpress.com/2012/01/18/blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3487:"<p>The blackout on WordPress.org is active. It is an interstitial, but you have to scroll all the way to the bottom to get the clickthrough link. It will go away if you click that link and be replaced by the Stop Censorship ribbon for 1 hour, at which point the cookie expires and you have to do it again. We&#8217;ll run the blackout for 24 hours. Yes, it will annoy you. I wanted to shut everything down, so count your blessings.</p>\n<p>The reason we did this instead of a full shut-down is that there are many businesses and people who help drive the independent web that need access to the WordPress Codex, forums, plugin/theme repos, and APIs. We wouldn&#8217;t want to penalize them in our protest, so we just made it impossible to ignore instead.</p>\n<p>The action on WordPress.com has also started. The primary home page of WordPress.com has blacked out all of its normal &#8220;Freshly Pressed&#8221; content. The WordPress.com official blog is sporting a ribbon &#8212; if we blacked out the blog, then WordPress.com bloggers would lose access to the post telling them how they can black out their sites using the option we deployed this evening. We launched on option tonight for all blogs on WordPress.com to either blackout (8am-8pm EST) or add a ribbon. In the couple of hours since we launched it, it looks like more than 10k have chosen full blackout, and around 3k have added the ribbon. People who chose blackout will have a ribbon before and after the blackout. Ribbons will remain until January 24, when PIPA comes up for vote in the Senate.</p>\n<p>Both the WordPress.org and the WordPress.com blackout pages include a short message that includes a text link to the sopastrike.com site, the Fight for the Future video, the email form, the call form, and the non-U.S. petition form.</p>\n<p>These things are what I spent the last consecutive 18 hours working on.</p>\n<p>For more information, check out <a href="http://americancensorship.org">americancensorship.org</a>.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jane.wordpress.com/1193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jane.wordpress.com/1193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jane.wordpress.com/1193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jane.wordpress.com&blog=201&post=1193&subd=jane&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 06:10:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Matt: Strike";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://ma.tt/2012/01/strike/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:712:"<p>As part of the <a href="http://sopastrike.com/">SOPA Strike</a>, here&#8217;s the homepage of WordPress.com today. We got started a little bit early, but figured it wouldn&#8217;t hurt to go more than 24 hours.</p>\n<p><a href="http://wordpress.com/"><img src="http://matt.files.wordpress.com/2012/01/screen-shot-2012-01-17-at-5-27-08-pm.png?w=630" alt="" /></a></p>\n<p>On WP.com <a href="http://en.blog.wordpress.com/2012/01/18/join-our-censorship-protest/">we&#8217;ve activated an option for any of the bloggers there to put a ribbon on their site or black it out entirely</a>, and <a href="http://wordpress.org/news/2012/01/internet-blackout/">we&#8217;ll be participating on WordPress.org as well</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jan 2012 04:47:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Dev Blog: Internet Blackout Day on January 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2199";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2012/01/internet-blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1751:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 23:18:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WPTavern: What Do You Need In A Starter Theme?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6126";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/pAI7xagUfVA/what-do-you-need-in-a-starter-theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1163:"<p>Ian Stewart of Themeshaper.com wants to know, <a href="http://themeshaper.com/2012/01/17/what-do-you-really-need-in-a-wordpress-starter-theme/">what do you really need in a WordPress starter theme</a>? It&#8217;s an interesting question to ask these days because of the wide assortment of not only starter themes, but theme frameworks that are available. Two years ago, theme developers were using themes that they created themselves. While that still occurs today, many are using themes such as Genesis to build out websites. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/roots-wordpress-starter-theme" rel="bookmark" title="Roots &#8211; WordPress Starter Theme">Roots &#8211; WordPress Starter Theme</a></li>\n<li><a href="http://www.wptavern.com/compilation-of-theme-frameworks" rel="bookmark" title="Compilation Of Theme Frameworks">Compilation Of Theme Frameworks</a></li>\n<li><a href="http://www.wptavern.com/which-theme-framework-to-use" rel="bookmark" title="Which Theme Framework To Use?">Which Theme Framework To Use?</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/pAI7xagUfVA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 21:42:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Weblog Tools Collection: Post More in 2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10939";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/lpM3PPfaWZc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1711:"<p>About two weeks about, we asked <a href="http://weblogtoolscollection.com/archives/2012/01/03/what-are-your-2012-blogging-resolutions/">what your blogging resolutions were for this year</a>. Similar to last year, most of you mentioned a plan to post more often in 2012.</p>\n<p>There are many ways to find more things to write about out. On of the most fun is to just plug yourself into various social media outlets, like <a href="http://twitter.com/">Twitter</a> and <a href="http://www.facebook.com/">Facebook</a>, and just follow along to find topics that interest you. Instead of replying with a 140 character tweet, write a fully detailed post on your blog. Similarly, if you comment on someone else&#8217;s blog, you might want to write a blog post to go with it.</p>\n<p>If social networking isn&#8217;t your thing, and you&#8217;d prefer just some direct inspiration, stop by <a href="http://dailypost.wordpress.com/">The Daily Post</a> or <a href="http://www.plinky.com/">Plinky</a> for daily challenges and topics that might inspire you to write a quick post.</p>\n<p>If words really aren&#8217;t your thing, but you still want to post more often, why not post a few photos? This is especially easy and fun if you have a <a href="http://wordpress.org/">WordPress</a> blog and a mobile device with a camera that&#8217;s supported by one of the available <a href="http://wordpress.org/extend/mobile/">mobile apps</a>.</p>\n<p>Either way you approach it, there are plenty of ways to fill your blog with content this year, so get out there and start posting, and don&#8217;t forget to have fun!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/lpM3PPfaWZc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 14:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"Lorelle on WP: Clark College WordPress Class in the News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=5655";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://lorelle.wordpress.com/2012/01/16/clark-college-wordpress-class-in-the-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:495:"Wow! I knew my Introduction to WordPress course at Clark College in Vancouver, Washington, was getting a lot of attention around the world from those eager to get WordPress into their curriculum, I didn&#8217;t realize it would make so much noise so close to home. Check out &#8220;Blogging pioneer blazes trail for WordPress at Clark [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=5655&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jan 2012 20:42:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WPTavern: WP-Snippets Launches Newly Designed Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6122";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://feedproxy.google.com/~r/WordpressTavern/~3/Bf985gjT8uc/wp-snippets-launches-newly-designed-site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1227:"<p>WP-Snippets has gone through a <a href="http://wp-snippets.com/articles/the-new-wp-snippets-is-here/">few changes</a> as of late. Among them is a responsive design, a button to mark snippets as favorites, better ways of filtering snippets, and a few other enhancements. WP-Snippets is one of those really cool ideas that I talked about during the early days of WordPress Weekly and I&#8217;m stoked to see someone out there actually turn the idea into a reality. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/what-would-you-do-with-wp-hackers-com" rel="bookmark" title="What Would You Do With WP-Hackers.com?">What Would You Do With WP-Hackers.com?</a></li>\n<li><a href="http://www.wptavern.com/turning-your-wordpress-powered-site-into-an-iphone-app" rel="bookmark" title="Turning Your WordPress Powered Site Into An iPhone App">Turning Your WordPress Powered Site Into An iPhone App</a></li>\n<li><a href="http://www.wptavern.com/5-tips-to-create-a-great-site-about-wordpress" rel="bookmark" title="5 Tips To Create A Great Site About WordPress">5 Tips To Create A Great Site About WordPress</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Bf985gjT8uc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jan 2012 18:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: WordPress And How It Changed Content Management";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6117";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/QFBcuAGG7ZU/wordpress-and-how-it-changed-content-management";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:814:"<blockquote><p>WordPress did not create the concept of content management. Such systems have been around since before the internet was a twinkle in Tim Berners-Lee’s eye. But true innovation rarely effects the greatest change. WordPress took an existing concept, made it highly useable, and introduced it to the masses (free of charge).</p></blockquote>\n<p>Via <a href="http://managewp.com/how-wordpress-changed-content-management">ManageWP &#8211; How WordPress Changed Content Management</a></p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/woo-to-power-menu-management-in-wp-3-0" rel="bookmark" title="Woo To Power Menu Management In WP 3.0">Woo To Power Menu Management In WP 3.0</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/QFBcuAGG7ZU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jan 2012 14:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10935";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/DaMLQnw58KE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1850:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/event-organiser/"><strong>Event Organiser</strong></a> allows you to create and maintain events, including complex reoccurring patterns, venue management (with Google maps), calendars and customisable event lists.</p>\n<p><a href="http://wordpress.org/extend/plugins/shiny-buttons/"><strong>Shiny Buttons</strong></a> will help you to generate CSS3 Button from you WordPress admin simply using a GUI.</p>\n<p><a href="http://tentblogger.com/adsense-plugin/"><strong>Simple Google Adsense</strong></a> lets you simply add Google Adsense to your blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/wpmarketplace/"><strong>WP Marketplace</strong></a> is packed with all necessary features you must need to build a e-shop for your single product or a full featured complete market place.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://akismet.com/"><strong>Akismet</strong></a> filters out your comment and track-back spam for you, so you can focus on more important things.</p>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://wordpress.org/extend/plugins/joemobi/"><strong>Joemobi</strong></a> allows you to create native Android and BlackBerry applications from your WordPress site.</p>\n<p><a href="http://polldaddy.com/"><strong>PollDaddy</strong></a> allows you to create stunning surveys, polls, and quizzes in minutes.</p>\n<p><a href="http://wordpress.org/extend/plugins/trafficanalyzer/"><strong>Traffic Analyzer</strong></a> can be used to determine the number of visits to each post or page available in the site.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DaMLQnw58KE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 Jan 2012 13:00:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WordPress.tv: MJ Tam – Building Blocks to a Successful Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8779";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.tv/2012/01/13/mj-tam-building-blocks-to-a-successful-blog/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1849:"<div id="v-Vc1YJf8R-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8779/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8779&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/13/mj-tam-building-blocks-to-a-successful-blog/"><img alt="chi-tam-building-blocks-to-a-successful-blog-073111" src="http://videos.videopress.com/Vc1YJf8R/chi-tam-building-blocks-to-a-successful-blog-073111_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Jan 2012 21:00:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Matt: Gadget Reporter Fever Dream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39882";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://ma.tt/2012/01/gadget-reporter-fever-dream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:189:"<p>A surprisingly candid and funny report from CES, <a href="http://gizmodo.com/5875243/fever-dream-of-a-guilt+ridden-gadget-reporter">Fever Dream of a Guilt-Ridden Gadget Reporter</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Jan 2012 19:31:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jan 2012 03:37:06 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 27 Jan 2012 03:30:33 GMT";s:14:"content-length";s:6:"129302";s:4:"x-nc";s:11:"HIT luv 139";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no', 0);
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`, `blog_id`) VALUES
(145, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1327678624', 'no', 0),
(146, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1327635424', 'no', 0),
(798, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1354681839;s:7:"checked";a:7:{s:19:"akismet/akismet.php";s:5:"2.5.5";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"3.1.1";s:25:"qtranslate/qtranslate.php";s:6:"2.5.28";s:47:"really-simple-captcha/really-simple-captcha.php";s:3:"1.4";s:47:"regenerate-thumbnails/regenerate-thumbnails.php";s:5:"2.2.3";s:29:"wp-db-backup/wp-db-backup.php";s:5:"2.2.3";s:41:"wordpress-importer/wordpress-importer.php";s:5:"0.5.2";}s:8:"response";a:4:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.5.6";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.6.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":5:{s:2:"id";s:3:"790";s:4:"slug";s:14:"contact-form-7";s:11:"new_version";s:5:"3.3.1";s:3:"url";s:51:"http://wordpress.org/extend/plugins/contact-form-7/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip";}s:47:"really-simple-captcha/really-simple-captcha.php";O:8:"stdClass":5:{s:2:"id";s:4:"7028";s:4:"slug";s:21:"really-simple-captcha";s:11:"new_version";s:3:"1.5";s:3:"url";s:58:"http://wordpress.org/extend/plugins/really-simple-captcha/";s:7:"package";s:67:"http://downloads.wordpress.org/plugin/really-simple-captcha.1.5.zip";}s:41:"wordpress-importer/wordpress-importer.php";O:8:"stdClass":6:{s:2:"id";s:5:"14975";s:4:"slug";s:18:"wordpress-importer";s:11:"new_version";s:3:"0.6";s:14:"upgrade_notice";s:39:"Support for exports from WordPress 3.4.";s:3:"url";s:55:"http://wordpress.org/extend/plugins/wordpress-importer/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/wordpress-importer.0.6.zip";}}}', 'yes', 0),
(1067, '_site_transient_timeout_browser_6c69c4555e641217b3f19afe8f0fd39e', '1347837450', 'yes', 0),
(1068, '_site_transient_browser_6c69c4555e641217b3f19afe8f0fd39e', 'a:9:{s:8:"platform";s:5:"Linux";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"21.0.1180.89";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(275, '_transient_random_seed', 'bab62578e14c679c7fa0bd7fd09b2842', 'yes', 0),
(268, 'wpcf7', 'a:1:{s:7:"version";s:5:"3.1.1";}', 'yes', 0),
(276, '_site_transient_timeout_browser_fa7fa2a7bdbc62d10d73db21961f0ec0', '1331746764', 'yes', 0),
(277, '_site_transient_browser_fa7fa2a7bdbc62d10d73db21961f0ec0', 'a:9:{s:8:"platform";s:5:"Linux";s:4:"name";s:6:"Chrome";s:7:"version";s:11:"17.0.963.65";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(1324, '_site_transient_timeout_browser_f3f299da86eef41f987e1828b8675e15', '1354702309', 'yes', 0),
(1325, '_site_transient_browser_f3f299da86eef41f987e1828b8675e15', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:5:"3.2.1";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:1:"5";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes', 0),
(1076, '_site_transient_timeout_wporg_theme_feature_list', '1347259426', 'yes', 0),
(1077, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:19:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:15:"flexible-header";i:10;s:20:"front-page-post-form";i:11;s:19:"full-width-template";i:12;s:12:"microformats";i:13;s:12:"post-formats";i:14;s:20:"rtl-language-support";i:15;s:11:"sticky-post";i:16;s:13:"theme-options";i:17;s:17:"threaded-comments";i:18;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes', 0),
(154, 'theme_mods_turcuas', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:6:"header";i:4;s:6:"footer";i:3;}}', 'yes', 0),
(155, 'theme_switched', '', 'yes', 0),
(156, 'recently_activated', 'a:0:{}', 'yes', 0),
(471, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1334433634', 'yes', 0),
(472, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2477";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1672";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1488";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1249";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1237";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1202";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"881";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"809";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"778";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"758";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"739";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"686";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"675";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"600";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"530";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"517";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"445";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"443";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"439";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"430";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"428";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"400";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"389";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"379";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"373";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"355";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"354";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"354";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"350";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"345";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"345";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"340";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"328";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"318";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"312";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"309";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"301";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"289";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"289";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"283";}}', 'yes', 0),
(160, 'qtranslate_next_update_mo', '1354972826', 'yes', 0),
(162, 'qtranslate_language_names', 'a:16:{s:2:"de";s:7:"Deutsch";s:2:"en";s:7:"English";s:2:"zh";s:6:"中文";s:2:"fi";s:5:"suomi";s:2:"fr";s:9:"Français";s:2:"nl";s:10:"Nederlands";s:2:"sv";s:7:"Svenska";s:2:"it";s:8:"Italiano";s:2:"ro";s:8:"Română";s:2:"hu";s:6:"Magyar";s:2:"ja";s:9:"日本語";s:2:"vi";s:14:"Tiếng Việt";s:2:"ar";s:14:"العربية";s:2:"pt";s:10:"Português";s:2:"pl";s:6:"Polski";s:2:"es";s:8:"Español";}', 'yes', 0),
(163, 'qtranslate_enabled_languages', 'a:3:{i:0;s:2:"de";i:1;s:2:"en";i:2;s:2:"es";}', 'yes', 0),
(164, 'qtranslate_default_language', 'en', 'yes', 0),
(165, 'qtranslate_flag_location', 'plugins/qtranslate/flags/', 'yes', 0),
(166, 'qtranslate_flags', 'a:16:{s:2:"en";s:6:"gb.png";s:2:"de";s:6:"de.png";s:2:"zh";s:6:"cn.png";s:2:"fi";s:6:"fi.png";s:2:"fr";s:6:"fr.png";s:2:"nl";s:6:"nl.png";s:2:"sv";s:6:"se.png";s:2:"it";s:6:"it.png";s:2:"ro";s:6:"ro.png";s:2:"hu";s:6:"hu.png";s:2:"ja";s:6:"jp.png";s:2:"vi";s:6:"vn.png";s:2:"ar";s:8:"arle.png";s:2:"pt";s:6:"br.png";s:2:"pl";s:6:"pl.png";s:2:"es";s:6:"es.png";}', 'yes', 0),
(167, 'qtranslate_locales', 'a:16:{s:2:"de";s:5:"de_DE";s:2:"en";s:5:"en_US";s:2:"zh";s:5:"zh_CN";s:2:"fi";s:2:"fi";s:2:"fr";s:5:"fr_FR";s:2:"nl";s:5:"nl_NL";s:2:"sv";s:5:"sv_SE";s:2:"it";s:5:"it_IT";s:2:"ro";s:5:"ro_RO";s:2:"hu";s:5:"hu_HU";s:2:"ja";s:2:"ja";s:2:"vi";s:2:"vi";s:2:"ar";s:2:"ar";s:2:"pt";s:5:"pt_BR";s:2:"pl";s:5:"pl_PL";s:2:"es";s:5:"es_ES";}', 'yes', 0),
(168, 'qtranslate_na_messages', 'a:16:{s:2:"de";s:58:"Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.";s:2:"en";s:55:"Sorry, this entry is only available in %LANG:, : and %.";s:2:"zh";s:50:"对不起,此内容只适用于%LANG:,:和%。";s:2:"fi";s:92:"Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %.";s:2:"fr";s:65:"Désolé, cet article est seulement disponible en %LANG:, : et %.";s:2:"nl";s:78:"Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %.";s:2:"sv";s:66:"Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %.";s:2:"it";s:71:"Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %.";s:2:"ro";s:67:"Din păcate acest articol este disponibil doar în %LANG:, : și %.";s:2:"hu";s:73:"Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van.";s:2:"ja";s:97:"申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。";s:2:"vi";s:63:"Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";s:2:"ar";s:73:"عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";s:2:"pt";s:70:"Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.";s:2:"pl";s:68:"Przepraszamy, ten wpis jest dostępny tylko w języku %LANG:, : i %.";s:2:"es";s:68:"Disculpe, pero esta entrada está disponible sólo en %LANG:, : y %.";}', 'yes', 0),
(169, 'qtranslate_date_formats', 'a:16:{s:2:"en";s:14:"%A %B %e%q, %Y";s:2:"de";s:17:"%A, der %e. %B %Y";s:2:"zh";s:5:"%x %A";s:2:"fi";s:8:"%e.&m.%C";s:2:"fr";s:11:"%A %e %B %Y";s:2:"nl";s:8:"%d/%m/%y";s:2:"sv";s:8:"%Y/%m/%d";s:2:"it";s:8:"%e %B %Y";s:2:"ro";s:12:"%A, %e %B %Y";s:2:"hu";s:12:"%Y %B %e, %A";s:2:"ja";s:15:"%Y年%m月%d日";s:2:"vi";s:8:"%d/%m/%Y";s:2:"ar";s:8:"%d/%m/%Y";s:2:"pt";s:14:"%d de %B de %Y";s:2:"pl";s:8:"%d/%m/%y";s:2:"es";s:14:"%d de %B de %Y";}', 'yes', 0),
(170, 'qtranslate_time_formats', 'a:16:{s:2:"en";s:8:"%I:%M %p";s:2:"de";s:5:"%H:%M";s:2:"zh";s:7:"%I:%M%p";s:2:"fi";s:5:"%H:%M";s:2:"fr";s:5:"%H:%M";s:2:"nl";s:5:"%H:%M";s:2:"sv";s:5:"%H:%M";s:2:"it";s:5:"%H:%M";s:2:"ro";s:5:"%H:%M";s:2:"hu";s:5:"%H:%M";s:2:"ja";s:5:"%H:%M";s:2:"vi";s:5:"%H:%M";s:2:"ar";s:5:"%H:%M";s:2:"pt";s:10:"%H:%M hrs.";s:2:"pl";s:5:"%H:%M";s:2:"es";s:10:"%H:%M hrs.";}', 'yes', 0),
(171, 'qtranslate_ignore_file_types', 'gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js', 'yes', 0),
(172, 'qtranslate_url_mode', '1', 'yes', 0),
(173, 'qtranslate_term_name', 'a:41:{s:14:"EN: Category 1";a:2:{s:2:"en";s:14:"EN: Category 1";s:2:"de";s:14:"DE: Category 1";}s:6:"Silver";a:3:{s:2:"en";s:6:"Silver";s:2:"de";s:6:"Silber";s:2:"es";s:5:"Plata";}s:8:"EN: Ring";a:2:{s:2:"en";s:8:"EN: Ring";s:2:"de";s:8:"DE: Ring";}s:4:"Cat1";a:2:{s:2:"en";s:4:"Cat1";s:2:"de";s:4:"Cat1";}s:15:"Collection Band";a:2:{s:2:"en";s:15:"Collection Band";s:2:"de";s:15:"Kollektion Band";}s:16:"Collection Chain";a:2:{s:2:"en";s:16:"Collection Chain";s:2:"de";s:16:"Kollektion Kette";}s:16:"Collection rolls";a:3:{s:2:"en";s:16:"Collection rolls";s:2:"de";s:20:"Kollektion Röhrchen";s:2:"es";s:17:"Colección rollos";}s:15:"Collection band";a:3:{s:2:"en";s:15:"Collection band";s:2:"de";s:15:"Kollektion Band";s:2:"es";s:16:"Colección banda";}s:16:"Collection chain";a:3:{s:2:"en";s:16:"Collection chain";s:2:"de";s:16:"Kollektion Kette";s:2:"es";s:17:"Colección cadena";}s:9:"Bracelets";a:3:{s:2:"en";s:9:"Bracelets";s:2:"de";s:10:"Armbänder";s:2:"es";s:8:"Pulseras";}s:4:"Ring";a:2:{s:2:"en";s:4:"Ring";s:2:"de";s:4:"Ring";}s:8:"Necklace";a:2:{s:2:"en";s:8:"Necklace";s:2:"de";s:9:"Halskette";}s:4:"Onyx";a:3:{s:2:"en";s:4:"Onyx";s:2:"de";s:4:"Onyx";s:2:"es";s:5:"Ónix";}s:7:"Howlith";a:3:{s:2:"en";s:7:"Howlith";s:2:"de";s:7:"Howlith";s:2:"es";s:7:"Howlita";}s:14:"Quartz crystal";a:3:{s:2:"en";s:14:"Quartz crystal";s:2:"de";s:12:"Bergkristall";s:2:"es";s:15:"Cristal de roca";}s:5:"black";a:3:{s:2:"en";s:5:"black";s:2:"de";s:7:"schwarz";s:2:"es";s:5:"negro";}s:5:"white";a:3:{s:2:"en";s:5:"white";s:2:"de";s:5:"weiß";s:2:"es";s:6:"blanco";}s:16:"matt transparent";a:3:{s:2:"en";s:16:"matt transparent";s:2:"de";s:12:"farblos/matt";s:2:"es";s:17:"transparente mate";}s:6:"silver";a:3:{s:2:"en";s:6:"silver";s:2:"de";s:6:"silber";s:2:"es";s:5:"plata";}s:4:"gold";a:3:{s:2:"en";s:4:"gold";s:2:"de";s:4:"gold";s:2:"es";s:6:"dorado";}s:12:"Product type";a:3:{s:2:"en";s:12:"Product type";s:2:"de";s:10:"Produktart";s:2:"es";s:8:"Producto";}s:5:"rings";a:2:{s:2:"en";s:5:"rings";s:2:"de";s:5:"rings";}s:9:"Necklaces";a:3:{s:2:"en";s:9:"Necklaces";s:2:"de";s:10:"Halsketten";s:2:"es";s:8:"Collares";}s:5:"Rings";a:3:{s:2:"en";s:5:"Rings";s:2:"de";s:5:"Ringe";s:2:"es";s:7:"Anillos";}s:4:"Band";a:2:{s:2:"en";s:4:"Band";s:2:"de";s:4:"Band";}s:26:"Collection band all pieces";a:2:{s:2:"en";s:26:"Collection band all pieces";s:2:"de";s:36:"Kollektion Band alle Schmuckstrücke";}s:5:"Glass";a:3:{s:2:"en";s:5:"Glass";s:2:"de";s:4:"Glas";s:2:"es";s:6:"Vidrio";}s:12:"All Products";a:3:{s:2:"en";s:12:"All Products";s:2:"de";s:13:"Alle Produkte";s:2:"es";s:19:"Todos los productos";}s:13:"All materials";a:3:{s:2:"en";s:13:"All materials";s:2:"de";s:16:"Alle Materialien";s:2:"es";s:20:"Todos los materiales";}s:10:"All colors";a:3:{s:2:"en";s:10:"All colors";s:2:"de";s:11:"Alle Farben";s:2:"es";s:17:"Todos los colores";}s:11:"Glass black";a:3:{s:2:"de";s:12:"Glas schwarz";s:2:"en";s:11:"Glass black";s:2:"es";s:12:"Vidrio negro";}s:11:"Glass white";a:3:{s:2:"de";s:10:"Glas weiß";s:2:"en";s:11:"Glass white";s:2:"es";s:13:"Vidrio blanco";}s:15:"All collections";a:3:{s:2:"de";s:17:"Alle Kollektionen";s:2:"en";s:15:"All collections";s:2:"es";s:21:"Todas las colecciones";}s:17:"Collection "Bela"";a:3:{s:2:"de";s:17:"Kollektion "Bela"";s:2:"en";s:17:"Collection "Bela"";s:2:"es";s:17:"Colección "Bela"";}s:17:"Collection "Linx"";a:3:{s:2:"de";s:17:"Kollektion "Linx"";s:2:"en";s:17:"Collection "Linx"";s:2:"es";s:17:"Colección "Linx"";}s:16:"Collection "Sil"";a:3:{s:2:"de";s:16:"Kollektion "Sil"";s:2:"en";s:16:"Collection "Sil"";s:2:"es";s:16:"Colección "Sil"";}s:9:"Packaging";a:3:{s:2:"de";s:10:"Verpackung";s:2:"en";s:9:"Packaging";s:2:"es";s:7:"Empaque";}s:4:"Gold";a:3:{s:2:"de";s:4:"Gold";s:2:"en";s:4:"Gold";s:2:"es";s:3:"Oro";}s:3:"Buy";a:3:{s:2:"de";s:6:"Kaufen";s:2:"en";s:3:"Buy";s:2:"es";s:7:"Comprar";}s:16:"All collections ";a:3:{s:2:"de";s:17:"Alle Kollektionen";s:2:"en";s:16:"All collections ";s:2:"es";s:21:"Todas las colecciones";}s:12:"All products";a:3:{s:2:"de";s:13:"Alle Produkte";s:2:"en";s:12:"All products";s:2:"es";s:19:"Todos los productos";}}', 'yes', 0),
(174, 'qtranslate_use_strftime', '3', 'yes', 0),
(175, 'qtranslate_detect_browser_language', '1', 'yes', 0),
(176, 'qtranslate_hide_untranslated', '0', 'yes', 0),
(177, 'qtranslate_auto_update_mo', '1', 'yes', 0),
(178, 'qtranslate_hide_default_language', '0', 'yes', 0),
(179, 'qtranslate_qtranslate_services', '0', 'yes', 0),
(180, 'widget_qtranslate', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:4:"type";s:4:"text";s:10:"hide-title";s:2:"on";}s:12:"_multiwidget";i:1;}', 'yes', 0),
(181, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes', 0),
(1159, 'category_children', 'a:0:{}', 'yes', 0),
(1053, 'materials_children', 'a:0:{}', 'yes', 0),
(1156, 'colors_children', 'a:0:{}', 'yes', 0),
(231, '_site_transient_timeout_browser_72afb4a842357c976de04d19714e73ea', '1331187489', 'yes', 0),
(232, '_site_transient_browser_72afb4a842357c976de04d19714e73ea', 'a:9:{s:8:"platform";s:5:"Linux";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"10.0.2";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:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(753, 'uninstall_plugins', 'a:0:{}', 'no', 0),
(754, 'db_upgraded', '', 'yes', 0),
(759, '_site_transient_timeout_browser_abc78f4978b50bec93d8161882b1197a', '1340732451', 'yes', 0),
(838, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:7:"upgrade";s:8:"download";s:40:"http://wordpress.org/wordpress-3.4.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.4.2.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.4.2-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.4.2-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.4.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1354681838;s:15:"version_checked";s:5:"3.3.1";}', 'yes', 0),
(794, '_transient_plugins_delete_result_1', '1', 'yes', 0),
(760, '_site_transient_browser_abc78f4978b50bec93d8161882b1197a', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.56";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(788, '_site_transient_timeout_browser_769e8972cf46d39f91103a4086d3b0db', '1342422920', 'yes', 0),
(791, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1354681840;s:7:"checked";a:4:{s:8:"thematic";s:7:"0.9.7.7";s:7:"turcuas";s:1:"1";s:12:"twentyeleven";s:3:"1.3";s:9:"twentyten";s:3:"1.3";}s:8:"response";a:3:{s:8:"thematic";a:3:{s:11:"new_version";s:7:"1.0.3.2";s:3:"url";s:43:"http://wordpress.org/extend/themes/thematic";s:7:"package";s:64:"http://wordpress.org/extend/themes/download/thematic.1.0.3.2.zip";}s:12:"twentyeleven";a:3:{s:11:"new_version";s:3:"1.4";s:3:"url";s:47:"http://wordpress.org/extend/themes/twentyeleven";s:7:"package";s:64:"http://wordpress.org/extend/themes/download/twentyeleven.1.4.zip";}s:9:"twentyten";a:3:{s:11:"new_version";s:3:"1.4";s:3:"url";s:44:"http://wordpress.org/extend/themes/twentyten";s:7:"package";s:61:"http://wordpress.org/extend/themes/download/twentyten.1.4.zip";}}}', 'yes', 0),
(789, '_site_transient_browser_769e8972cf46d39f91103a4086d3b0db', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"13.0.1";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:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes', 0),
(837, 'rss_language', 'en', 'yes', 0),
(839, 'can_compress_scripts', '1', 'yes', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2231 ;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(182, 47, '_menu_item_object', 'materials'),
(390, 593, 'mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:219:"Von: [your-name] <[your-email]>\nBetreff: [your-subject]\n\nNachrichtentext:\n[your-message]\n\n--\nDiese E-Mail wurde über das Kontaktformular von turcuas (http://www.turcuas.com) gesendet";s:9:"recipient";s:11:"[recipient]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(389, 593, 'form', '<label>\n <span>Ihr Name (Pflichtfeld)</span>\n [text* Ihr-Name]\n</label>\n\n<label>\n <span>Ihre E-Mail-Adresse (Pflichtfeld)</span>\n [email* Ihr-E-Mail]\n</label>\n\n<label>\n <span>Betreff</span>\n [email* your-subject]\n</label>\n\n<label>\n <span>Nachricht</span>\n [textarea Nachricht]\n</label>\n\n<label>\n <span>Empfänger</span>\n [select recipient "[email protected]" "[email protected]" "[email protected]"]\n</label>\n\n<label>\n <span>Bitte tragen Sie folgende Buchstaben ein</span>\n [captchac captcha-989]\n [captchar captcha-989]\n</label>\n\n<p>[submit "Abschicken"]</p>'),
(5, 4, '_edit_last', '1'),
(6, 4, '_wp_page_template', 'index.php'),
(7, 4, '_edit_lock', '1354368983:1'),
(2053, 1937, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2052, 1937, '_menu_item_target', ''),
(2051, 1937, '_menu_item_object', 'page'),
(2050, 1937, '_menu_item_object_id', '4'),
(2049, 1937, '_menu_item_menu_item_parent', '0'),
(2048, 1937, '_menu_item_type', 'post_type'),
(387, 592, 'additional_settings', ''),
(388, 592, '_wp_old_slug', 'contact-form-1'),
(385, 592, '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:137:"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on turcuas http://www.turcuas.com";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(183, 47, '_menu_item_target', ''),
(184, 47, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(181, 47, '_menu_item_object_id', '17'),
(180, 47, '_menu_item_menu_item_parent', '1575'),
(179, 47, '_menu_item_type', 'taxonomy'),
(386, 592, '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:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";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:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";}'),
(384, 592, 'mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:195:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on turcuas http://www.turcuas.com";s:9:"recipient";s:11:"[recipient]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(383, 592, 'form', '<label>\n <span>Your name (required)</span>\n [text* your-name]\n</label>\n\n<label>\n <span>Your e-mail address (required)</span>\n [email* your-email]\n</label>\n\n<label>\n <span>Subject (required)</span>\n [email* your-subject]\n</label>\n\n<label>\n <span>Message</span>\n [textarea message]\n</label>\n\n<label>\n <span>Recipient</span>\n [select recipient "[email protected]" "[email protected]" "[email protected]"]\n</label>\n\n<label>\n <span>Please enter the letters in the image</span>\n [captchac captcha-989]\n [captchar captcha-989]\n</label>\n\n<p>[submit "Send"]</p>'),
(1726, 1688, '_wp_attached_file', '2012/09/bela_ring_howlith-onyx_002.jpg'),
(1727, 1688, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:38:"2012/09/bela_ring_howlith-onyx_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"bela_ring_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:37:"bela_ring_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1742, 1696, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_002.jpg'),
(185, 47, '_menu_item_xfn', ''),
(186, 47, '_menu_item_url', ''),
(1610, 1576, '_menu_item_target', ''),
(1609, 1576, '_menu_item_object', 'colors'),
(1608, 1576, '_menu_item_object_id', '37'),
(1607, 1576, '_menu_item_menu_item_parent', '0'),
(1606, 1576, '_menu_item_type', 'taxonomy'),
(203, 50, '_edit_last', '1'),
(204, 50, '_wp_page_template', 'default'),
(205, 243, '_wp_page_template', 'default'),
(206, 243, '_edit_last', '1'),
(1719, 1684, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_bracelet_onyx-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(779, 829, '_menu_item_xfn', ''),
(2027, 1933, '_edit_last', '1'),
(545, 243, '_edit_lock', '1354394846:1'),
(2028, 1933, '_edit_lock', '1353693049:1'),
(2034, 1935, '_menu_item_target', ''),
(1844, 1747, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:26:"2012/09/packaging_0011.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"packaging_0011-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:26:"packaging_0011-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:25:"packaging_0011-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:26:"packaging_0011-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:26:"packaging_0011-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"packaging_0011-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(231, 247, '_menu_item_type', 'taxonomy'),
(232, 247, '_menu_item_menu_item_parent', '1575'),
(233, 247, '_menu_item_object_id', '16'),
(234, 247, '_menu_item_object', 'materials'),
(235, 247, '_menu_item_target', ''),
(236, 247, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(237, 247, '_menu_item_xfn', ''),
(238, 247, '_menu_item_url', ''),
(239, 248, '_menu_item_type', 'taxonomy'),
(240, 248, '_menu_item_menu_item_parent', '1575'),
(241, 248, '_menu_item_object_id', '6'),
(242, 248, '_menu_item_object', 'materials'),
(243, 248, '_menu_item_target', ''),
(244, 248, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(245, 248, '_menu_item_xfn', ''),
(246, 248, '_menu_item_url', ''),
(1836, 1743, '_wp_attached_file', '2012/09/linx_necklace-long_black-gold_005.jpg'),
(1837, 1743, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_black-gold_005.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_005-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_005-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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, 606, '_menu_item_menu_item_parent', '511'),
(410, 606, '_menu_item_type', 'post_type'),
(409, 602, '_edit_lock', '1354370785:1'),
(408, 602, '_wp_page_template', 'collections.php'),
(407, 602, '_edit_last', '1'),
(1714, 1683, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(406, 510, '_edit_lock', '1354099908:1'),
(1709, 1683, '_menu_item_type', 'post_type'),
(1710, 1683, '_menu_item_menu_item_parent', '0'),
(1711, 1683, '_menu_item_object_id', '243'),
(1712, 1683, '_menu_item_object', 'page'),
(1713, 1683, '_menu_item_target', ''),
(291, 461, '_edit_last', '1'),
(292, 461, '_wp_page_template', 'collections.php'),
(294, 462, '_menu_item_type', 'post_type'),
(295, 462, '_menu_item_menu_item_parent', '511'),
(296, 462, '_menu_item_object_id', '461'),
(297, 462, '_menu_item_object', 'page'),
(298, 462, '_menu_item_target', ''),
(299, 462, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(300, 462, '_menu_item_xfn', ''),
(301, 462, '_menu_item_url', ''),
(302, 510, '_edit_last', '1'),
(303, 510, '_wp_page_template', 'all-collections.php'),
(304, 510, '_thumbnail_id', '513'),
(305, 511, '_menu_item_type', 'post_type'),
(306, 511, '_menu_item_menu_item_parent', '0'),
(307, 511, '_menu_item_object_id', '510'),
(308, 511, '_menu_item_object', 'page'),
(309, 511, '_menu_item_target', ''),
(310, 511, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(311, 511, '_menu_item_xfn', ''),
(312, 511, '_menu_item_url', ''),
(313, 540, '_wp_page_template', 'collections.php'),
(314, 540, '_edit_last', '1'),
(1851, 1750, '_menu_item_object', 'post_tag'),
(1852, 1750, '_menu_item_target', ''),
(1840, 1745, '_edit_lock', '1354097296:1'),
(1816, 1733, '_wp_attached_file', '2012/09/sil_bracelet-01_white-silver_005.jpg'),
(1817, 1733, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_white-silver_005.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_005-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_005-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2117, 2054, '_menu_item_type', 'post_type'),
(2118, 2054, '_menu_item_menu_item_parent', '0'),
(1863, 1754, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/Sil_bracelet-02_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"Sil_bracelet-02_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"Sil_bracelet-02_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"Sil_bracelet-02_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"Sil_bracelet-02_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"Sil_bracelet-02_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"Sil_bracelet-02_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2044, 1936, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2043, 1936, '_menu_item_target', ''),
(2042, 1936, '_menu_item_object', 'page'),
(2041, 1936, '_menu_item_object_id', '50'),
(2040, 1936, '_menu_item_menu_item_parent', '0'),
(2039, 1936, '_menu_item_type', 'post_type'),
(391, 593, '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:162:"Nachrichtentext:\n[your-message]\n\n--\nDiese E-Mail wurde über das Kontaktformular von turcuas (http://www.turcuas.com) gesendet";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(392, 593, 'messages', 'a:13:{s:12:"mail_sent_ok";s:55:"Ihre Nachricht wurde erfolgreich gesendet. Vielen Dank!";s:12:"mail_sent_ng";s:160:"Die Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es noch einmal zu einem späteren Zeitpunkt oder informieren Sie den Administrator der Webseite.";s:16:"validation_error";s:113:"Fehler beim Ausfüllen des Formulars! Bitte überprüfen Sie Ihre Eingaben und klicken Sie nochmals auf ''Senden''.";s:12:"accept_terms";s:54:"Bitte akzeptieren Sie die Bedingungen um fortzufahren.";s:13:"invalid_email";s:49:"Die E-Mail-Adresse scheint nicht gültig zu sein.";s:16:"invalid_required";s:41:"Bitte füllen Sie dieses Pflichtfeld aus!";s:23:"quiz_answer_not_correct";s:36:"Ihre eingegebene Antwort ist falsch!";s:17:"captcha_not_match";s:33:"Ihr eingegebener Code ist falsch.";s:13:"upload_failed";s:43:"Das hochladen der Datei ist fehlgeschlagen.";s:24:"upload_file_type_invalid";s:34:"Dieser Dateityp ist nicht erlaubt.";s:21:"upload_file_too_large";s:25:"Diese Datei ist zu gross.";s:23:"upload_failed_php_error";s:74:"Das hochladen der Datei ist fehlgeschlagen! Es ist ein Fehler aufgetreten.";s:17:"akismet_says_spam";s:160:"Die Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es noch einmal zu einem späteren Zeitpunkt oder informieren Sie den Administrator der Webseite.";}'),
(393, 593, 'additional_settings', ''),
(394, 461, '_edit_lock', '1354370733:1'),
(395, 540, '_edit_lock', '1354374005:1'),
(397, 597, '_menu_item_type', 'post_type'),
(398, 597, '_menu_item_menu_item_parent', '511'),
(399, 597, '_menu_item_object_id', '540'),
(400, 597, '_menu_item_object', 'page'),
(401, 597, '_menu_item_target', ''),
(402, 597, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(403, 597, '_menu_item_xfn', ''),
(404, 597, '_menu_item_url', ''),
(412, 606, '_menu_item_object_id', '602'),
(413, 606, '_menu_item_object', 'page'),
(414, 606, '_menu_item_target', ''),
(415, 606, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(416, 606, '_menu_item_xfn', ''),
(417, 606, '_menu_item_url', ''),
(1743, 1696, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1730, 1690, '_wp_attached_file', '2012/09/bela_bracelet_howlith-onyx_002.jpg'),
(1731, 1690, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_bracelet_howlith-onyx_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1732, 1691, '_wp_attached_file', '2012/09/bela_bracelet_howlith-onyx_003.jpg'),
(1733, 1691, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_bracelet_howlith-onyx_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1734, 1692, '_wp_attached_file', '2012/09/bela_necklace_howlith-onyx_002.jpg'),
(1735, 1692, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_necklace_howlith-onyx_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1736, 1693, '_wp_attached_file', '2012/09/bela_necklace_howlith-onyx_003.jpg'),
(1737, 1693, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_necklace_howlith-onyx_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1738, 1694, '_wp_attached_file', '2012/09/bela_necklace_howlith-onyx_004.jpg'),
(1739, 1694, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_necklace_howlith-onyx_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1740, 1695, '_wp_attached_file', '2012/09/bela_ring_crystall-gold_002.jpg'),
(1741, 1695, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:39:"2012/09/bela_ring_crystall-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"bela_ring_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:38:"bela_ring_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(778, 829, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(777, 829, '_menu_item_target', ''),
(776, 829, '_menu_item_object', 'post_tag'),
(775, 829, '_menu_item_object_id', '11'),
(774, 829, '_menu_item_menu_item_parent', '1574'),
(773, 829, '_menu_item_type', 'taxonomy'),
(1859, 1752, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/Sil_bracelet-02_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"Sil_bracelet-02_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"Sil_bracelet-02_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"Sil_bracelet-02_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"Sil_bracelet-02_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"Sil_bracelet-02_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"Sil_bracelet-02_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(462, 632, '_menu_item_type', 'taxonomy'),
(463, 632, '_menu_item_menu_item_parent', '1575'),
(464, 632, '_menu_item_object_id', '21'),
(465, 632, '_menu_item_object', 'materials'),
(466, 632, '_menu_item_target', ''),
(467, 632, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(468, 632, '_menu_item_xfn', ''),
(469, 632, '_menu_item_url', ''),
(499, 637, '_menu_item_menu_item_parent', '1576'),
(1839, 1745, '_edit_last', '1'),
(480, 634, '_menu_item_type', 'taxonomy'),
(481, 634, '_menu_item_menu_item_parent', '1575'),
(482, 634, '_menu_item_object_id', '22'),
(483, 634, '_menu_item_object', 'materials'),
(484, 634, '_menu_item_target', ''),
(485, 634, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(486, 634, '_menu_item_xfn', ''),
(487, 634, '_menu_item_url', ''),
(498, 637, '_menu_item_type', 'taxonomy'),
(2172, 2098, '_menu_item_orphaned', '1354100293'),
(2173, 2099, '_menu_item_type', 'post_type'),
(1849, 1750, '_menu_item_menu_item_parent', '1574'),
(1845, 1745, '_thumbnail_id', '1747'),
(1848, 1750, '_menu_item_type', 'taxonomy'),
(500, 637, '_menu_item_object_id', '15'),
(501, 637, '_menu_item_object', 'colors'),
(502, 637, '_menu_item_target', ''),
(503, 637, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(504, 637, '_menu_item_xfn', ''),
(505, 637, '_menu_item_url', ''),
(507, 638, '_menu_item_type', 'taxonomy'),
(508, 638, '_menu_item_menu_item_parent', '1576'),
(509, 638, '_menu_item_object_id', '25'),
(510, 638, '_menu_item_object', 'colors'),
(511, 638, '_menu_item_target', ''),
(512, 638, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(513, 638, '_menu_item_xfn', ''),
(514, 638, '_menu_item_url', ''),
(516, 639, '_menu_item_type', 'taxonomy'),
(517, 639, '_menu_item_menu_item_parent', '1576'),
(518, 639, '_menu_item_object_id', '23'),
(519, 639, '_menu_item_object', 'colors'),
(520, 639, '_menu_item_target', ''),
(521, 639, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(522, 639, '_menu_item_xfn', ''),
(523, 639, '_menu_item_url', ''),
(525, 640, '_menu_item_type', 'taxonomy'),
(526, 640, '_menu_item_menu_item_parent', '1576'),
(527, 640, '_menu_item_object_id', '26'),
(528, 640, '_menu_item_object', 'colors'),
(529, 640, '_menu_item_target', ''),
(530, 640, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(531, 640, '_menu_item_xfn', ''),
(532, 640, '_menu_item_url', ''),
(1850, 1750, '_menu_item_object_id', '43'),
(534, 641, '_menu_item_type', 'taxonomy'),
(535, 641, '_menu_item_menu_item_parent', '1576'),
(536, 641, '_menu_item_object_id', '20'),
(537, 641, '_menu_item_object', 'colors'),
(538, 641, '_menu_item_target', ''),
(539, 641, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(540, 641, '_menu_item_xfn', ''),
(541, 641, '_menu_item_url', ''),
(2169, 2098, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2170, 2098, '_menu_item_xfn', ''),
(1818, 1734, '_wp_attached_file', '2012/09/sil_necklace_white-silver_002.jpg'),
(1819, 1734, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_white-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1722, 1686, '_wp_attached_file', '2012/09/bela_bracelet_onyx-silver_004.jpg'),
(1723, 1686, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_bracelet_onyx-silver_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1724, 1687, '_wp_attached_file', '2012/09/bela_necklace_onyx-silver_002.jpg'),
(1725, 1687, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_necklace_onyx-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_necklace_onyx-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_necklace_onyx-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1762, 1706, '_wp_attached_file', '2012/09/linx_bracelet_black-silver_002.jpg'),
(1763, 1706, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/linx_bracelet_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"linx_bracelet_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"linx_bracelet_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1764, 1707, '_wp_attached_file', '2012/09/linx_necklace-short_black-silver_002.jpg'),
(1765, 1707, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:48:"2012/09/linx_necklace-short_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-short_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:47:"linx_necklace-short_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2192, 2132, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2191, 2132, '_menu_item_target', ''),
(1744, 1697, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_003.jpg'),
(1745, 1697, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"599";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_003.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_003-599x198.jpg";s:5:"width";s:3:"599";s:6:"height";s:3:"198";}}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:"";}}'),
(647, 687, '_edit_last', '1'),
(649, 687, '_edit_lock', '1333039938:1'),
(1746, 1698, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_004.jpg'),
(1747, 1698, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1748, 1699, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_005.jpg'),
(1749, 1699, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_005.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_005-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_005-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1750, 1700, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_006.jpg'),
(1751, 1700, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_006.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_006-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_006-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_006-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_006-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_006-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_006-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1752, 1701, '_wp_attached_file', '2012/09/bela_necklace_crystall-gold_002.jpg'),
(1753, 1701, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_necklace_crystall-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1754, 1702, '_wp_attached_file', '2012/09/bela_necklace_crystall-gold_003.jpg'),
(1755, 1702, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_necklace_crystall-gold_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1756, 1703, '_wp_attached_file', '2012/09/bela_necklace_crystall-gold_004.jpg'),
(1757, 1703, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_necklace_crystall-gold_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1758, 1704, '_wp_attached_file', '2012/09/linx_ring_black-silver_002.jpg'),
(1759, 1704, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:38:"2012/09/linx_ring_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"linx_ring_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"linx_ring_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:37:"linx_ring_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"linx_ring_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"linx_ring_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"linx_ring_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1760, 1705, '_wp_attached_file', '2012/09/linx_ring_black-silver_003.jpg'),
(1761, 1705, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:38:"2012/09/linx_ring_black-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"linx_ring_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"linx_ring_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:37:"linx_ring_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"linx_ring_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"linx_ring_black-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"linx_ring_black-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2194, 2132, '_menu_item_url', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1824, 1737, '_wp_attached_file', '2012/09/linx_ring_gold_002.jpg'),
(1782, 1716, '_wp_attached_file', '2012/09/sil_ring_black-silver_002.jpg'),
(1825, 1737, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:30:"2012/09/linx_ring_gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"linx_ring_gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:30:"linx_ring_gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:29:"linx_ring_gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:30:"linx_ring_gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:30:"linx_ring_gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:30:"linx_ring_gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1768, 1709, '_wp_attached_file', '2012/09/linx_necklace-long_black-silver_002.jpg'),
(1769, 1709, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/09/linx_necklace-long_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1770, 1710, '_wp_attached_file', '2012/09/linx_necklace-long_black-silver_003.jpg'),
(1771, 1710, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/09/linx_necklace-long_black-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1772, 1711, '_wp_attached_file', '2012/09/linx_necklace-long_black-silver_004.jpg'),
(1773, 1711, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/09/linx_necklace-long_black-silver_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1774, 1712, '_wp_attached_file', '2012/09/linx_bracelet_white-gold_002.jpg'),
(1775, 1712, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:40:"2012/09/linx_bracelet_white-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"linx_bracelet_white-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:39:"linx_bracelet_white-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1776, 1713, '_wp_attached_file', '2012/09/linx_necklace-long_white-gold_002.jpg'),
(1777, 1713, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_white-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1778, 1714, '_wp_attached_file', '2012/09/linx_necklace-long_white-gold_003.jpg'),
(1779, 1714, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_white-gold_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1826, 1738, '_wp_attached_file', '2012/09/linx_bracelet_black-gold_002.jpg'),
(2184, 2117, '_wp_page_template', 'default'),
(1783, 1716, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:37:"2012/09/sil_ring_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"sil_ring_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"sil_ring_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:36:"sil_ring_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"sil_ring_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"sil_ring_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"sil_ring_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1784, 1717, '_wp_attached_file', '2012/09/sil_bracelet-01_black-silver_002.jpg'),
(1785, 1717, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1786, 1718, '_wp_attached_file', '2012/09/sil_bracelet-01_black-silver_003.jpg'),
(1787, 1718, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_black-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1788, 1719, '_wp_attached_file', '2012/09/sil_necklace_black-silver_002.jpg'),
(1789, 1719, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_black-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1790, 1720, '_wp_attached_file', '2012/09/sil_necklace_black-silver_003.jpg'),
(1791, 1720, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_black-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1792, 1721, '_wp_attached_file', '2012/09/sil_necklace_black-silver_004.jpg'),
(1793, 1721, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_black-silver_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1794, 1722, '_wp_attached_file', '2012/09/sil_ring_black-gold_002.jpg'),
(1795, 1722, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:35:"2012/09/sil_ring_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"sil_ring_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:35:"sil_ring_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:34:"sil_ring_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:35:"sil_ring_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:35:"sil_ring_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:35:"sil_ring_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1796, 1723, '_wp_attached_file', '2012/09/sil_bracelet-01_black-gold_002.jpg'),
(1797, 1723, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/sil_bracelet-01_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1798, 1724, '_wp_attached_file', '2012/09/sil_bracelet-01_black-gold_003.jpg'),
(1799, 1724, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/sil_bracelet-01_black-gold_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1800, 1725, '_wp_attached_file', '2012/09/sil_bracelet-01_black-gold_004.jpg'),
(1801, 1725, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/sil_bracelet-01_black-gold_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1802, 1726, '_wp_attached_file', '2012/09/sil_bracelet-01_black-gold_005.jpg'),
(1803, 1726, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/sil_bracelet-01_black-gold_005.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_005-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_005-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_005-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_005-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1804, 1727, '_wp_attached_file', '2012/09/sil_necklace_black-gold_002.jpg'),
(1805, 1727, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:39:"2012/09/sil_necklace_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1806, 1728, '_wp_attached_file', '2012/09/sil_necklace_black-gold_003.jpg'),
(1807, 1728, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:39:"2012/09/sil_necklace_black-gold_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(752, 50, '_edit_lock', '1354099926:1'),
(1602, 1575, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1601, 1575, '_menu_item_target', ''),
(1600, 1575, '_menu_item_object', 'materials'),
(1599, 1575, '_menu_item_object_id', '36'),
(1598, 1575, '_menu_item_menu_item_parent', '0'),
(1597, 1575, '_menu_item_type', 'taxonomy'),
(780, 829, '_menu_item_url', ''),
(782, 830, '_menu_item_type', 'taxonomy'),
(783, 830, '_menu_item_menu_item_parent', '1574'),
(784, 830, '_menu_item_object_id', '14'),
(785, 830, '_menu_item_object', 'post_tag'),
(786, 830, '_menu_item_target', ''),
(787, 830, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(788, 830, '_menu_item_xfn', ''),
(789, 830, '_menu_item_url', ''),
(791, 831, '_menu_item_type', 'taxonomy'),
(792, 831, '_menu_item_menu_item_parent', '1574'),
(793, 831, '_menu_item_object_id', '29'),
(794, 831, '_menu_item_object', 'post_tag'),
(795, 831, '_menu_item_target', ''),
(796, 831, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(797, 831, '_menu_item_xfn', ''),
(798, 831, '_menu_item_url', ''),
(1808, 1729, '_wp_attached_file', '2012/09/sil_ring_white-silver_002.jpg'),
(1809, 1729, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:37:"2012/09/sil_ring_white-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"sil_ring_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"sil_ring_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:36:"sil_ring_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"sil_ring_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"sil_ring_white-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"sil_ring_white-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1810, 1730, '_wp_attached_file', '2012/09/sil_bracelet-01_white-silver_002.jpg'),
(1811, 1730, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_white-silver_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1812, 1731, '_wp_attached_file', '2012/09/sil_bracelet-01_white-silver_003.jpg'),
(1813, 1731, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_white-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1814, 1732, '_wp_attached_file', '2012/09/sil_bracelet-01_white-silver_004.jpg'),
(1815, 1732, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_white-silver_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1820, 1735, '_wp_attached_file', '2012/09/sil_necklace_white-silver_003.jpg'),
(1821, 1735, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_white-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1822, 1736, '_wp_attached_file', '2012/09/sil_necklace_white-silver_004.jpg'),
(1823, 1736, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_white-silver_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1827, 1738, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:40:"2012/09/linx_bracelet_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"linx_bracelet_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:39:"linx_bracelet_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1828, 1739, '_wp_attached_file', '2012/09/linx_necklace-short_black-gold_002.jpg'),
(1829, 1739, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/09/linx_necklace-short_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-short_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"linx_necklace-short_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2188, 2132, '_menu_item_menu_item_parent', '0'),
(1843, 1747, '_wp_attached_file', '2012/09/packaging_0011.jpg'),
(1858, 1752, '_wp_attached_file', '2012/09/Sil_bracelet-02_black-silver_001.jpg'),
(1830, 1740, '_wp_attached_file', '2012/09/linx_necklace-long_black-gold_002.jpg'),
(1831, 1740, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_black-gold_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1853, 1750, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1854, 1750, '_menu_item_xfn', ''),
(1855, 1750, '_menu_item_url', ''),
(1860, 1515, '_thumbnail_id', '1752'),
(1862, 1754, '_wp_attached_file', '2012/09/Sil_bracelet-02_black-gold_001.jpg'),
(1832, 1741, '_wp_attached_file', '2012/09/linx_necklace-long_black-gold_003.jpg'),
(1833, 1741, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_black-gold_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1834, 1742, '_wp_attached_file', '2012/09/linx_necklace-long_black-gold_004.jpg'),
(1835, 1742, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_black-gold_004.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_004-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_004-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_004-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_004-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2121, 2054, '_menu_item_target', ''),
(2120, 2054, '_menu_item_object', 'page'),
(1864, 1532, '_thumbnail_id', '1754'),
(1867, 1757, '_wp_attached_file', '2012/09/Sil_bracelet-02_white-silver_001.jpg'),
(1868, 1757, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/Sil_bracelet-02_white-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"Sil_bracelet-02_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"Sil_bracelet-02_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"Sil_bracelet-02_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"Sil_bracelet-02_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"Sil_bracelet-02_white-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"Sil_bracelet-02_white-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2125, 2054, '_menu_item_orphaned', '1353697925'),
(2123, 2054, '_menu_item_xfn', ''),
(2124, 2054, '_menu_item_url', ''),
(1869, 1543, '_thumbnail_id', '1757'),
(2165, 2098, '_menu_item_menu_item_parent', '0'),
(2198, 2155, '_wp_attached_file', '2011/05/Working.jpg'),
(2199, 2155, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3747";s:6:"height";s:3:"806";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:19:"2011/05/Working.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"Working-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:19:"Working-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:19:"Working-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:18:"Working-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:19:"Working-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:19:"Working-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:19:"Working-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:19:"Working-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:19:"Working-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2178, 2099, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2161, 2096, '_edit_last', '1'),
(2162, 2096, '_edit_lock', '1354121658:1'),
(2163, 2096, '_wp_page_template', 'default'),
(1901, 1781, '_edit_last', '1'),
(1902, 1781, '_wp_page_template', 'default'),
(1903, 1781, '_edit_lock', '1351266555:1'),
(2167, 2098, '_menu_item_object', 'page'),
(2166, 2098, '_menu_item_object_id', '2096'),
(1960, 1781, '_wp_trash_meta_status', 'publish'),
(1951, 1837, '_edit_last', '1'),
(1952, 1837, '_wp_page_template', 'collections.php'),
(1953, 1837, '_edit_lock', '1352899120:1'),
(1954, 1837, '_wp_trash_meta_status', 'publish'),
(1955, 1837, '_wp_trash_meta_time', '1352899230'),
(1956, 1841, '_edit_last', '1'),
(1957, 1841, '_edit_lock', '1352900027:1'),
(1958, 1841, '_wp_trash_meta_status', 'draft'),
(1959, 1841, '_wp_trash_meta_time', '1352900060'),
(2035, 1935, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2036, 1935, '_menu_item_xfn', ''),
(2037, 1935, '_menu_item_url', ''),
(2045, 1936, '_menu_item_xfn', ''),
(2046, 1936, '_menu_item_url', ''),
(2054, 1937, '_menu_item_xfn', ''),
(2055, 1937, '_menu_item_url', ''),
(992, 1035, '_menu_item_type', 'taxonomy'),
(2177, 2099, '_menu_item_target', ''),
(993, 1035, '_menu_item_menu_item_parent', '1575'),
(994, 1035, '_menu_item_object_id', '34'),
(995, 1035, '_menu_item_object', 'materials'),
(996, 1035, '_menu_item_target', ''),
(997, 1035, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(998, 1035, '_menu_item_xfn', ''),
(999, 1035, '_menu_item_url', ''),
(1252, 1345, '_wp_attached_file', '2012/01/homepage_sil_bracelet_black-gold_001.jpg'),
(1200, 540, '_thumbnail_id', '1346'),
(2200, 2157, '_wp_attached_file', '2011/05/Working1.jpg'),
(2201, 2157, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"194";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:20:"2011/05/Working1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"Working1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:20:"Working1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:20:"Working1-598x194.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"194";}s:4:"col1";a:3:{s:4:"file";s:19:"Working1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:20:"Working1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:20:"Working1-447x194.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"194";}s:4:"col4";a:3:{s:4:"file";s:20:"Working1-598x194.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"194";}}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:"";}}'),
(2202, 2161, '_wp_attached_file', '2011/05/Working2.jpg'),
(2203, 2161, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"129";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:20:"2011/05/Working2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"Working2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:20:"Working2-296x129.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"129";}s:4:"col1";a:3:{s:4:"file";s:19:"Working2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:20:"Working2-296x129.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"129";}s:4:"col3";a:3:{s:4:"file";s:20:"Working2-447x129.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"129";}}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:"";}}'),
(2204, 2174, '_wp_attached_file', '2011/05/Map-Germany-Costa-Rica-DE.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2205, 2174, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:37:"2011/05/Map-Germany-Costa-Rica-DE.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Map-Germany-Costa-Rica-DE-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:36:"Map-Germany-Costa-Rica-DE-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-DE-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2206, 2175, '_wp_attached_file', '2011/05/Map-Germay-Costa-Rica-EN.jpg'),
(2207, 2175, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:36:"2011/05/Map-Germay-Costa-Rica-EN.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"Map-Germay-Costa-Rica-EN-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:35:"Map-Germay-Costa-Rica-EN-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2208, 2176, '_wp_attached_file', '2011/05/Map-Germany-Costa-Rica-ES.jpg'),
(2209, 2176, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:37:"2011/05/Map-Germany-Costa-Rica-ES.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Map-Germany-Costa-Rica-ES-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:36:"Map-Germany-Costa-Rica-ES-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2210, 2177, '_wp_attached_file', '2011/05/Working-DE.jpg'),
(2211, 2177, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2491";s:6:"height";s:3:"536";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:22:"2011/05/Working-DE.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"Working-DE-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:22:"Working-DE-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:22:"Working-DE-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:21:"Working-DE-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:22:"Working-DE-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:22:"Working-DE-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:22:"Working-DE-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:22:"Working-DE-900x536.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"536";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"Working-DE-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(1230, 461, '_thumbnail_id', '1367'),
(1233, 602, '_thumbnail_id', '1381'),
(1038, 1103, '_menu_item_type', 'taxonomy'),
(1039, 1103, '_menu_item_menu_item_parent', '1574'),
(1040, 1103, '_menu_item_object_id', '35'),
(1041, 1103, '_menu_item_object', 'post_tag'),
(1042, 1103, '_menu_item_target', ''),
(1043, 1103, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1044, 1103, '_menu_item_xfn', ''),
(1045, 1103, '_menu_item_url', ''),
(1047, 1104, '_menu_item_type', 'taxonomy'),
(1048, 1104, '_menu_item_menu_item_parent', '1575'),
(1049, 1104, '_menu_item_object_id', '36'),
(1050, 1104, '_menu_item_object', 'materials'),
(1051, 1104, '_menu_item_target', ''),
(1052, 1104, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1053, 1104, '_menu_item_xfn', ''),
(1054, 1104, '_menu_item_url', ''),
(1056, 1105, '_menu_item_type', 'taxonomy'),
(1057, 1105, '_menu_item_menu_item_parent', '1576'),
(1058, 1105, '_menu_item_object_id', '37'),
(1059, 1105, '_menu_item_object', 'colors'),
(1060, 1105, '_menu_item_target', ''),
(1061, 1105, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1062, 1105, '_menu_item_xfn', ''),
(1063, 1105, '_menu_item_url', ''),
(1253, 1345, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:48:"2012/01/homepage_sil_bracelet_black-gold_001.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:47:"homepage_sil_bracelet_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:47:"homepage_sil_bracelet_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:14:"post-thumbnail";a:3:{s:4:"file";s:48:"homepage_sil_bracelet_black-gold_001-900x198.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"198";}}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:"";}}'),
(1254, 4, '_thumbnail_id', '1345'),
(1255, 1346, '_wp_attached_file', '2012/02/collection_bela_introduction_000.jpg'),
(1256, 1346, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/02/collection_bela_introduction_000.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"collection_bela_introduction_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"collection_bela_introduction_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"collection_bela_introduction_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"collection_bela_introduction_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"collection_bela_introduction_000-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"collection_bela_introduction_000-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1257, 1348, '_wp_attached_file', '2012/02/collection_bela_introduction_de_001.jpg'),
(1258, 1348, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_de_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1259, 1349, '_wp_attached_file', '2012/02/collection_bela_introduction_de_002.jpg'),
(1260, 1349, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_de_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1261, 1350, '_wp_attached_file', '2012/02/collection_bela_introduction_de_003.jpg'),
(1262, 1350, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_de_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_de_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1263, 1352, '_wp_attached_file', '2012/02/collection_bela_introduction_en_001.jpg'),
(1264, 1352, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_en_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1265, 1353, '_wp_attached_file', '2012/02/collection_bela_introduction_en_002.jpg'),
(1266, 1353, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_en_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1267, 1354, '_wp_attached_file', '2012/02/collection_bela_introduction_en_003.jpg'),
(1268, 1354, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_en_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_en_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1269, 1360, '_wp_attached_file', '2012/02/collection_bela_introduction_es_001.jpg'),
(1270, 1360, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_es_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1271, 1361, '_wp_attached_file', '2012/02/collection_bela_introduction_es_002.jpg'),
(1272, 1361, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_es_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1273, 1362, '_wp_attached_file', '2012/02/collection_bela_introduction_es_003.jpg'),
(1274, 1362, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_bela_introduction_es_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_bela_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_bela_introduction_es_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1275, 1367, '_wp_attached_file', '2012/02/collection_linx_introduction_de_000.jpg'),
(1276, 1367, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"370";s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_de_000.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_000-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1277, 1368, '_wp_attached_file', '2012/02/collection_linx_introduction_de_001.jpg'),
(1278, 1368, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_de_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1279, 1369, '_wp_attached_file', '2012/02/collection_linx_introduction_de_002.jpg'),
(1280, 1369, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_de_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1281, 1370, '_wp_attached_file', '2012/02/collection_linx_introduction_de_003.jpg'),
(1282, 1370, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_de_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_de_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1283, 1372, '_wp_attached_file', '2012/02/collection_linx_introduction_en_001.jpg'),
(1284, 1372, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_en_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2033, 1935, '_menu_item_object', 'page'),
(2029, 1933, '_wp_page_template', 'default'),
(2030, 1935, '_menu_item_type', 'post_type'),
(2031, 1935, '_menu_item_menu_item_parent', '0'),
(2032, 1935, '_menu_item_object_id', '1933'),
(1718, 1684, '_wp_attached_file', '2012/09/bela_bracelet_onyx-silver_002.jpg'),
(2217, 2183, '_wp_attached_file', '2011/05/Working-DE1.jpg'),
(1326, 1401, '_wp_attached_file', '2012/09/bela_bracelet_onyx-silver_001.jpg'),
(1325, 1400, '_edit_lock', '1354099500:1'),
(1324, 1400, '_edit_last', '1'),
(2218, 2183, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"296";s:6:"height";s:2:"64";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:23:"2011/05/Working-DE1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Working-DE1-145x64.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"64";}s:4:"col1";a:3:{s:4:"file";s:22:"Working-DE1-145x64.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"64";}}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:"";}}'),
(1327, 1401, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_bracelet_onyx-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2213, 2178, '_wp_attached_file', '2011/05/Working-EN.jpg'),
(2214, 2178, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2491";s:6:"height";s:3:"536";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:22:"2011/05/Working-EN.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"Working-EN-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:22:"Working-EN-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:22:"Working-EN-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:21:"Working-EN-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:22:"Working-EN-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:22:"Working-EN-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:22:"Working-EN-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:22:"Working-EN-900x536.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"536";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"Working-EN-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2215, 2179, '_wp_attached_file', '2011/05/Working-ES.jpg'),
(2216, 2179, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2491";s:6:"height";s:3:"536";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:22:"2011/05/Working-ES.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"Working-ES-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:22:"Working-ES-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:22:"Working-ES-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:21:"Working-ES-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:22:"Working-ES-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:22:"Working-ES-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:22:"Working-ES-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:22:"Working-ES-900x536.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"536";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"Working-ES-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(1285, 1373, '_wp_attached_file', '2012/02/collection_linx_introduction_en_002.jpg'),
(1286, 1373, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_en_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(2219, 2185, '_wp_attached_file', '2011/05/Working-DE2.jpg'),
(2220, 2185, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"592";s:6:"height";s:3:"127";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:23:"2011/05/Working-DE2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Working-DE2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:23:"Working-DE2-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col1";a:3:{s:4:"file";s:22:"Working-DE2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:23:"Working-DE2-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col3";a:3:{s:4:"file";s:23:"Working-DE2-447x127.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"127";}}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:"";}}'),
(2221, 2188, '_wp_attached_file', '2011/05/Map-Germay-Costa-Rica-EN1.jpg'),
(2222, 2188, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:37:"2011/05/Map-Germay-Costa-Rica-EN1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN1-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2223, 2189, '_wp_attached_file', '2011/05/Map-Germay-Costa-Rica-EN2.jpg'),
(2224, 2189, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:37:"2011/05/Map-Germay-Costa-Rica-EN2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:36:"Map-Germay-Costa-Rica-EN2-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"Map-Germay-Costa-Rica-EN2-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2225, 2190, '_wp_attached_file', '2011/05/Working-EN1.jpg'),
(2226, 2190, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"592";s:6:"height";s:3:"127";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:23:"2011/05/Working-EN1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Working-EN1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:23:"Working-EN1-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col1";a:3:{s:4:"file";s:22:"Working-EN1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:23:"Working-EN1-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col3";a:3:{s:4:"file";s:23:"Working-EN1-447x127.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"127";}}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:"";}}'),
(2227, 2191, '_wp_attached_file', '2011/05/Map-Germany-Costa-Rica-ES1.jpg'),
(2228, 2191, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:38:"2011/05/Map-Germany-Costa-Rica-ES1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:37:"Map-Germany-Costa-Rica-ES1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"Map-Germany-Costa-Rica-ES1-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2229, 2192, '_wp_attached_file', '2011/05/Working-ES1.jpg'),
(2230, 2192, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"592";s:6:"height";s:3:"127";s:14:"hwstring_small";s:23:"height=''27'' width=''128''";s:4:"file";s:23:"2011/05/Working-ES1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Working-ES1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:23:"Working-ES1-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col1";a:3:{s:4:"file";s:22:"Working-ES1-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:23:"Working-ES1-296x127.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"127";}s:4:"col3";a:3:{s:4:"file";s:23:"Working-ES1-447x127.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"127";}}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:"";}}'),
(1287, 1374, '_wp_attached_file', '2012/02/collection_linx_introduction_en_003.jpg'),
(1288, 1374, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_en_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_en_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1289, 1376, '_wp_attached_file', '2012/02/collection_linx_introduction_es_001.jpg'),
(1290, 1376, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_es_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1291, 1377, '_wp_attached_file', '2012/02/collection_linx_introduction_es_002.jpg'),
(1292, 1377, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_es_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1293, 1378, '_wp_attached_file', '2012/02/collection_linx_introduction_es_003.jpg'),
(1294, 1378, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/02/collection_linx_introduction_es_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_linx_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_linx_introduction_es_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1295, 1381, '_wp_attached_file', '2012/03/collection_sil_introduction_000.jpg'),
(1296, 1381, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/03/collection_sil_introduction_000.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"collection_sil_introduction_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"collection_sil_introduction_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"collection_sil_introduction_000-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"collection_sil_introduction_000-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"collection_sil_introduction_000-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"collection_sil_introduction_000-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1297, 1382, '_wp_attached_file', '2012/03/collection_sil_introduction_de_001.jpg'),
(1298, 1382, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_de_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1299, 1383, '_wp_attached_file', '2012/03/collection_sil_introduction_de_002.jpg'),
(1300, 1383, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_de_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1301, 1384, '_wp_attached_file', '2012/03/collection_sil_introduction_de_003.jpg'),
(1302, 1384, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_de_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_de_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_de_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1303, 1385, '_wp_attached_file', '2012/03/collection_sil_introduction_en_001.jpg'),
(1304, 1385, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_en_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1305, 1386, '_wp_attached_file', '2012/03/collection_sil_introduction_en_002.jpg'),
(1306, 1386, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_en_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1307, 1387, '_wp_attached_file', '2012/03/collection_sil_introduction_en_003.jpg'),
(1308, 1387, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_en_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_en_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_en_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1309, 1388, '_wp_attached_file', '2012/03/collection_sil_introduction_es_001.jpg'),
(1310, 1388, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_es_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1311, 1389, '_wp_attached_file', '2012/03/collection_sil_introduction_es_002.jpg'),
(1312, 1389, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_es_002.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_002-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_002-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_002-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_002-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1313, 1390, '_wp_attached_file', '2012/03/collection_sil_introduction_es_0021.jpg'),
(1314, 1390, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/03/collection_sil_introduction_es_0021.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_0021-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"collection_sil_introduction_es_0021-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_0021-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"collection_sil_introduction_es_0021-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"collection_sil_introduction_es_0021-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"collection_sil_introduction_es_0021-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1315, 1391, '_wp_attached_file', '2012/03/collection_sil_introduction_es_003.jpg'),
(1316, 1391, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/03/collection_sil_introduction_es_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"collection_sil_introduction_es_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"collection_sil_introduction_es_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1317, 1395, '_edit_last', '1'),
(1318, 1395, '_edit_lock', '1354099668:1'),
(1319, 1396, '_wp_attached_file', '2012/09/bela_ring_onyx-silver_001.jpg'),
(1320, 1396, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:37:"2012/09/bela_ring_onyx-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"bela_ring_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"bela_ring_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:36:"bela_ring_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"bela_ring_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"bela_ring_onyx-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"bela_ring_onyx-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1321, 1395, '_thumbnail_id', '1396'),
(1328, 1400, '_thumbnail_id', '1401'),
(1330, 1403, '_edit_last', '1'),
(1331, 1403, '_edit_lock', '1354099454:1'),
(1332, 1404, '_wp_attached_file', '2012/09/bela_necklace_onyx-silver_001.jpg'),
(1333, 1404, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_necklace_onyx-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_necklace_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_necklace_onyx-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_onyx-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1334, 1403, '_thumbnail_id', '1404'),
(2197, 2145, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1236";s:6:"height";s:3:"603";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:34:"2011/05/Map-Germany-Costa-Rica.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"Map-Germany-Costa-Rica-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col1";a:3:{s:4:"file";s:33:"Map-Germany-Costa-Rica-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:4:"col4";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-598x369.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"369";}s:4:"col6";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-900x600.jpg";s:5:"width";s:3:"900";s:6:"height";s:3:"600";}s:14:"post-thumbnail";a:3:{s:4:"file";s:34:"Map-Germany-Costa-Rica-940x198.jpg";s:5:"width";s:3:"940";s:6:"height";s:3:"198";}}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:"";}}'),
(2196, 2145, '_wp_attached_file', '2011/05/Map-Germany-Costa-Rica.jpg'),
(2193, 2132, '_menu_item_xfn', ''),
(1343, 1411, '_edit_last', '1'),
(1344, 1411, '_edit_lock', '1353694019:1'),
(1345, 1412, '_wp_attached_file', '2012/09/bela_ring_howlith-onyx_001.jpg'),
(1346, 1412, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:38:"2012/09/bela_ring_howlith-onyx_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"bela_ring_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:37:"bela_ring_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"bela_ring_howlith-onyx_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1347, 1411, '_thumbnail_id', '1412'),
(1349, 1414, '_edit_last', '1'),
(1350, 1414, '_edit_lock', '1354099418:1'),
(1351, 1415, '_wp_attached_file', '2012/09/bela_bracelet_howlith-onyx_001.jpg'),
(1352, 1415, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_bracelet_howlith-onyx_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_bracelet_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_howlith-onyx_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1353, 1414, '_thumbnail_id', '1415'),
(1355, 1417, '_edit_last', '1'),
(1356, 1417, '_edit_lock', '1354099377:1'),
(1357, 1418, '_wp_attached_file', '2012/09/bela_necklace_howlith-onyx_001.jpg'),
(1358, 1418, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/bela_necklace_howlith-onyx_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"bela_necklace_howlith-onyx_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_howlith-onyx_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1359, 1417, '_thumbnail_id', '1418'),
(2190, 2132, '_menu_item_object', 'page'),
(2189, 2132, '_menu_item_object_id', '2117'),
(2187, 2132, '_menu_item_type', 'post_type'),
(1365, 1422, '_edit_last', '1'),
(1366, 1422, '_edit_lock', '1354099309:1'),
(1367, 1423, '_wp_attached_file', '2012/09/bela_ring_crystall-gold_-001.jpg'),
(1368, 1423, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:40:"2012/09/bela_ring_crystall-gold_-001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_-001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:40:"bela_ring_crystall-gold_-001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:39:"bela_ring_crystall-gold_-001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:40:"bela_ring_crystall-gold_-001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:40:"bela_ring_crystall-gold_-001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:40:"bela_ring_crystall-gold_-001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1369, 1422, '_thumbnail_id', '1423'),
(1372, 1427, '_wp_attached_file', '2012/09/bela_bracelet_crystall-gold_001.jpg'),
(1373, 1427, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_bracelet_crystall-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_bracelet_crystall-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_bracelet_crystall-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1374, 1426, '_thumbnail_id', '1427'),
(1375, 1426, '_edit_last', '1'),
(1376, 1426, '_edit_lock', '1354099241:1'),
(1381, 1433, '_wp_attached_file', '2012/09/bela_necklace_crystall-gold_001.jpg'),
(1382, 1433, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:43:"2012/09/bela_necklace_crystall-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:42:"bela_necklace_crystall-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:43:"bela_necklace_crystall-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1383, 1432, '_thumbnail_id', '1433'),
(1384, 1432, '_edit_last', '1'),
(1385, 1432, '_edit_lock', '1354099174:1'),
(1387, 1436, '_edit_last', '1'),
(1388, 1436, '_edit_lock', '1354099123:1'),
(1389, 1437, '_wp_attached_file', '2012/09/linx_ring_black-silver_001.jpg'),
(1390, 1437, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:38:"2012/09/linx_ring_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"linx_ring_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:38:"linx_ring_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:37:"linx_ring_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:38:"linx_ring_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:38:"linx_ring_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"linx_ring_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1391, 1436, '_thumbnail_id', '1437'),
(1393, 1441, '_edit_last', '1'),
(1394, 1441, '_edit_lock', '1354099061:1'),
(1395, 1442, '_wp_attached_file', '2012/09/linx_bracelet_black-silver_001.jpg'),
(1396, 1442, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/linx_bracelet_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"linx_bracelet_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"linx_bracelet_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"linx_bracelet_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1397, 1441, '_thumbnail_id', '1442'),
(1399, 1445, '_wp_attached_file', '2012/09/linx_necklace-short_black-silver_001.jpg'),
(1400, 1445, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:48:"2012/09/linx_necklace-short_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-short_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:47:"linx_necklace-short_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:48:"linx_necklace-short_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1401, 1444, '_thumbnail_id', '1445'),
(1402, 1444, '_edit_last', '1'),
(1403, 1444, '_edit_lock', '1354098996:1'),
(1408, 1451, '_wp_attached_file', '2012/09/linx_necklace-long_black-silver_001.jpg'),
(1409, 1451, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:47:"2012/09/linx_necklace-long_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:46:"linx_necklace-long_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"linx_necklace-long_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1410, 1450, '_thumbnail_id', '1451'),
(1411, 1450, '_edit_last', '1'),
(2182, 2117, '_edit_last', '1'),
(1413, 1450, '_edit_lock', '1354098921:1'),
(2183, 2117, '_edit_lock', '1354394700:1'),
(2180, 2099, '_menu_item_url', ''),
(2122, 2054, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2119, 2054, '_menu_item_object_id', '50'),
(2179, 2099, '_menu_item_xfn', ''),
(2171, 2098, '_menu_item_url', ''),
(1424, 1460, '_wp_attached_file', '2012/09/linx_ring_gold_001.jpg'),
(1425, 1460, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:30:"2012/09/linx_ring_gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"linx_ring_gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:30:"linx_ring_gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:29:"linx_ring_gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:30:"linx_ring_gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:30:"linx_ring_gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:30:"linx_ring_gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1426, 1459, '_thumbnail_id', '1460'),
(1427, 1459, '_edit_last', '1'),
(1429, 1459, '_edit_lock', '1354098863:1'),
(1439, 1468, '_wp_attached_file', '2012/09/linx_bracelet_black-gold_0011.jpg'),
(1433, 1462, '_edit_last', '1'),
(1435, 1462, '_edit_lock', '1354098829:1'),
(1440, 1468, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/linx_bracelet_black-gold_0011.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_0011-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"linx_bracelet_black-gold_0011-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"linx_bracelet_black-gold_0011-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"linx_bracelet_black-gold_0011-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"linx_bracelet_black-gold_0011-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"linx_bracelet_black-gold_0011-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1441, 1462, '_thumbnail_id', '1468'),
(2174, 2099, '_menu_item_menu_item_parent', '0'),
(2175, 2099, '_menu_item_object_id', '2096'),
(2176, 2099, '_menu_item_object', 'page'),
(2164, 2098, '_menu_item_type', 'post_type'),
(1890, 1769, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:29:"2012/10/1347917999-amazon.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"1347917999-amazon-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:29:"1347917999-amazon-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:28:"1347917999-amazon-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:29:"1347917999-amazon-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:29:"1347917999-amazon-350x276.jpg";s:5:"width";s:3:"350";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:29:"1347917999-amazon-350x198.jpg";s:5:"width";s:3:"350";s:6:"height";s:3:"198";}}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:"";}}'),
(1889, 1769, '_wp_attached_file', '2012/10/1347917999-amazon.jpg'),
(1463, 1481, '_wp_attached_file', '2012/09/linx_necklace-short_black-gold_001.jpg'),
(1464, 1481, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/09/linx_necklace-short_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-short_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"linx_necklace-short_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-short_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1465, 1480, '_thumbnail_id', '1481'),
(1466, 1480, '_edit_last', '1'),
(1467, 1480, '_edit_lock', '1354098770:1'),
(1470, 1485, '_wp_attached_file', '2012/09/linx_necklace-long_black-gold_001.jpg'),
(1471, 1485, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1472, 1484, '_thumbnail_id', '1485'),
(1473, 1484, '_edit_last', '1'),
(1474, 1484, '_edit_lock', '1354098726:1'),
(1478, 1491, '_wp_attached_file', '2012/09/linx_bracelet_white-gold_001.jpg'),
(1479, 1491, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:40:"2012/09/linx_bracelet_white-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"linx_bracelet_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:39:"linx_bracelet_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:40:"linx_bracelet_white-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1480, 1490, '_thumbnail_id', '1491'),
(1481, 1490, '_edit_last', '1'),
(1482, 1490, '_edit_lock', '1354098671:1'),
(1484, 1494, '_wp_attached_file', '2012/09/linx_necklace-short_white-gold_001.jpg'),
(1485, 1494, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:46:"2012/09/linx_necklace-short_white-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-short_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:46:"linx_necklace-short_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:45:"linx_necklace-short_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:46:"linx_necklace-short_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:46:"linx_necklace-short_white-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"linx_necklace-short_white-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1486, 1493, '_edit_last', '1'),
(1491, 1493, '_thumbnail_id', '1494'),
(1488, 1493, '_edit_lock', '1354098625:1'),
(1494, 1501, '_wp_attached_file', '2012/09/linx_necklace-long_white-gold_001.jpg'),
(1495, 1501, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:45:"2012/09/linx_necklace-long_white-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:44:"linx_necklace-long_white-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:45:"linx_necklace-long_white-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1496, 1500, '_thumbnail_id', '1501'),
(1497, 1500, '_edit_last', '1'),
(1506, 1509, '_edit_last', '1'),
(1499, 1500, '_edit_lock', '1354098589:1'),
(1507, 1509, '_edit_lock', '1354098521:1'),
(1508, 1510, '_wp_attached_file', '2012/09/sil_ring_black-silver_001.jpg'),
(1509, 1510, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:37:"2012/09/sil_ring_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"sil_ring_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"sil_ring_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:36:"sil_ring_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"sil_ring_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"sil_ring_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"sil_ring_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1510, 1509, '_thumbnail_id', '1510'),
(1512, 1512, '_edit_last', '1'),
(1513, 1512, '_edit_lock', '1354098481:1'),
(1514, 1513, '_wp_attached_file', '2012/09/sil_bracelet-01_black-silver_001.jpg'),
(1515, 1513, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1516, 1512, '_thumbnail_id', '1513'),
(1518, 1515, '_edit_last', '1'),
(1519, 1515, '_edit_lock', '1354368280:1'),
(1522, 1520, '_wp_attached_file', '2012/09/sil_necklace_black-silver_001.jpg'),
(1523, 1520, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_black-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_black-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_black-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1524, 1519, '_thumbnail_id', '1520'),
(1525, 1519, '_edit_last', '1'),
(1526, 1519, '_edit_lock', '1354098227:1'),
(1529, 1525, '_wp_attached_file', '2012/09/sil_ring_black-gold_001.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1530, 1525, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:35:"2012/09/sil_ring_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"sil_ring_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:35:"sil_ring_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:34:"sil_ring_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:35:"sil_ring_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:35:"sil_ring_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:35:"sil_ring_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1531, 1524, '_thumbnail_id', '1525'),
(1532, 1524, '_edit_last', '1'),
(1536, 1529, '_edit_last', '1'),
(1534, 1524, '_edit_lock', '1354098127:1'),
(1537, 1529, '_edit_lock', '1354098077:1'),
(1538, 1530, '_wp_attached_file', '2012/09/sil_bracelet-01_black-gold_001.jpg'),
(1539, 1530, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:42:"2012/09/sil_bracelet-01_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:41:"sil_bracelet-01_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"sil_bracelet-01_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1540, 1529, '_thumbnail_id', '1530'),
(1542, 1532, '_edit_last', '1'),
(1543, 1532, '_edit_lock', '1354367968:1'),
(1545, 1534, '_edit_last', '1'),
(1546, 1534, '_edit_lock', '1354097745:1'),
(1547, 1535, '_wp_attached_file', '2012/09/sil_necklace_black-gold_001.jpg'),
(1548, 1535, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:39:"2012/09/sil_necklace_black-gold_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:38:"sil_necklace_black-gold_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:39:"sil_necklace_black-gold_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1549, 1534, '_thumbnail_id', '1535'),
(1551, 1538, '_wp_attached_file', '2012/09/sil_ring_white-silver_001.jpg'),
(1552, 1538, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:37:"2012/09/sil_ring_white-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"sil_ring_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:37:"sil_ring_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:36:"sil_ring_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:37:"sil_ring_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:37:"sil_ring_white-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:37:"sil_ring_white-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1553, 1537, '_thumbnail_id', '1538'),
(1554, 1537, '_edit_last', '1'),
(1555, 1537, '_edit_lock', '1354097691:1'),
(1557, 1540, '_edit_last', '1'),
(1558, 1540, '_edit_lock', '1354097649:1'),
(1559, 1541, '_wp_attached_file', '2012/09/sil_bracelet-01_white-silver_001.jpg'),
(1560, 1541, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:44:"2012/09/sil_bracelet-01_white-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:43:"sil_bracelet-01_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:44:"sil_bracelet-01_white-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1561, 1540, '_thumbnail_id', '1541'),
(1563, 1543, '_edit_last', '1'),
(1564, 1543, '_edit_lock', '1354097516:1'),
(1566, 1546, '_wp_attached_file', '2012/09/sil_necklace_white-silver_001.jpg'),
(1567, 1546, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/sil_necklace_white-silver_001.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"sil_necklace_white-silver_001-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_001-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_001-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"sil_necklace_white-silver_001-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1568, 1545, '_thumbnail_id', '1546'),
(1569, 1545, '_edit_last', '1'),
(1571, 1545, '_edit_lock', '1354097391:1'),
(1587, 1568, '_wp_old_slug', 'espanol-3'),
(1588, 1574, '_menu_item_type', 'taxonomy'),
(1589, 1574, '_menu_item_menu_item_parent', '0'),
(1590, 1574, '_menu_item_object_id', '35'),
(1591, 1574, '_menu_item_object', 'post_tag'),
(1592, 1574, '_menu_item_target', ''),
(1593, 1574, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1594, 1574, '_menu_item_xfn', ''),
(1595, 1574, '_menu_item_url', ''),
(1603, 1575, '_menu_item_xfn', ''),
(1604, 1575, '_menu_item_url', ''),
(1611, 1576, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1612, 1576, '_menu_item_xfn', ''),
(1613, 1576, '_menu_item_url', ''),
(1961, 1781, '_wp_trash_meta_time', '1352900681'),
(2168, 2098, '_menu_item_target', ''),
(1715, 1683, '_menu_item_xfn', ''),
(1716, 1683, '_menu_item_url', ''),
(1720, 1685, '_wp_attached_file', '2012/09/bela_bracelet_onyx-silver_003.jpg'),
(1721, 1685, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"369";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:41:"2012/09/bela_bracelet_onyx-silver_003.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col1";a:3:{s:4:"file";s:40:"bela_bracelet_onyx-silver_003-145x90.jpg";s:5:"width";s:3:"145";s:6:"height";s:2:"90";}s:4:"col2";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_003-296x183.jpg";s:5:"width";s:3:"296";s:6:"height";s:3:"183";}s:4:"col3";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_003-447x276.jpg";s:5:"width";s:3:"447";s:6:"height";s:3:"276";}s:14:"post-thumbnail";a:3:{s:4:"file";s:41:"bela_bracelet_onyx-silver_003-598x198.jpg";s:5:"width";s:3:"598";s:6:"height";s:3:"198";}}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:"";}}'),
(1582, 1568, 'form', '<label>\n <span>Su nombre (requerido)</span>\n [text* su-nombre]\n</label>\n\n<label>\n <span>Su dirección de correo electrónico (requerido)</span>\n [email* Su-e-mail]\n</label>\n\n<label>\n <span>Asunto</span>\n [email* your-subject]\n</label>\n\n<label>\n <span>Mensaje</span>\n [textarea Mensaje]\n</label>\n\n<label>\n <span>Receptor</span>\n [select recipient "[email protected]" "[email protected]" "[email protected]"]\n</label>\n\n<label>\n <span>Escriba las siguientes letras</span>\n [captchac captcha-989]\n [captchar captcha-989]\n</label>\n\n<p>[submit "Enviar"]</p>'),
(1583, 1568, 'mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:219:"De: [your-name] <[your-email]>\nAsunto: [your-subject]\n\nCuerpo del Mensaje:\n[your-message]\n\n--\nEste email se ha enviado vía formulario de contacto desde turcuas http://www.turcuas.com";s:9:"recipient";s:11:"[recipient]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1584, 1568, '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:164:"Cuerpo del mensaje:\n[your-message]\n\n--\nEste email se ha enviado vía formulario de contacto desde turcuas http://www.turcuas.com";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1585, 1568, 'messages', 'a:13:{s:12:"mail_sent_ok";s:52:"El mensaje se ha enviado con éxito. Muchas Gracias.";s:12:"mail_sent_ng";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";s:16:"validation_error";s:96:"Ocurrió un error de validación. Por favor confirma los campos y envía el formulario de nuevo.";s:12:"accept_terms";s:61:"Por favor aceptar los términos y condiciones para continuar.";s:13:"invalid_email";s:42:"La dirección email parece ser incorrecta.";s:16:"invalid_required";s:38:"Por favor completa el campo requerido.";s:23:"quiz_answer_not_correct";s:28:"La respuesta no es correcta.";s:17:"captcha_not_match";s:35:"El código ingresado es incorrecto.";s:13:"upload_failed";s:29:"Falló la subida del archivo.";s:24:"upload_file_type_invalid";s:38:"El tipo de archivo no está permitido.";s:21:"upload_file_too_large";s:31:"El archivo es demasiado grande.";s:23:"upload_failed_php_error";s:48:"Falló la subida del archivo. Ocurrió un error.";s:17:"akismet_says_spam";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";}'),
(1586, 1568, 'additional_settings', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE IF NOT EXISTS `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` text NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2203 ;
--
-- Dumping data for table `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(47, 1, '2012-03-01 00:20:09', '2012-03-01 06:20:09', 'Gem', '', '', 'publish', 'open', 'open', '', '47', '', '', '2012-11-23 13:14:27', '2012-11-23 19:14:27', '', 0, 'http://www.turcuas.com/?p=47', 15, 'nav_menu_item', '', 0),
(1576, 1, '2012-09-08 14:58:33', '2012-09-08 20:58:33', '', '<!--:de-->Farben<!--:--><!--:en-->Colors <!--:--><!--:es-->Colores<!--:-->', '', 'publish', 'open', 'open', '', 'colors', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=1576', 19, 'nav_menu_item', '', 0),
(50, 1, '2012-01-12 05:02:59', '2012-01-12 11:02:59', '<!--:de--><p class="left" lang="de-DE"><span style="font-size: small;">Sie haben Fragen zu unseren Produkten oder möchten einen Kommentar abgeben? Sie interessieren sich für den privaten Erwerb oder gewerblichen Vertrieb unserer Produkte? Dann füllen Sie das nebenstehende Formular aus. Wir freuen uns über Ihre Nachricht und antworten Ihnen sobald wie möglich!</span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><p class="left"><span style="font-size: small;">You have questions or want to give us a comment? You are interested in purchasing our products? You want to become one of our distributors? Please fill out this contact form and we will be glad to get in touch with you. </span></p> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><p class="left"><span style="font-size: small;">Tiene preguntas sobre nuestros productos o quiere hacernos un comentario? Está interesado en comprar nuestros productos? Quiere ser uno de nuestros distribuidores? Utilice este formulario de contacto y le responderemos lo más pronto posible.</span></p> [contact-form-7 id="1568" title="Español"]\r\n<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'publish', 'closed', 'closed', '', 'pagina-de-contacto', '', '', '2012-11-23 11:35:36', '2012-11-23 17:35:36', '', 0, 'http://localhost/wptraining/?page_id=7', 0, 'page', '', 0),
(602, 1, '2012-03-07 12:48:25', '2012-03-07 18:48:25', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und 925er Silberperlen (rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, sterling silver beads and gold-plated sterling silver beads. The characteristical design element of this collection are the cylindric modules. The available color combinations are: black - silver, black - gold and white - silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro - plata, negro - oro y blanco - plata. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'publish', 'open', 'open', '', 'collection-rolls', '', '', '2012-12-01 08:07:51', '2012-12-01 14:07:51', '', 0, 'http://www.turcuas.com/?page_id=602', 0, 'page', '', 0),
(4, 1, '2012-01-27 03:55:17', '2012-01-27 03:55:17', '<!--:de--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<!--:--><!--:en--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Turcuás stands for unique handmade jewelry, produced with high quality materials and social awareness.</span></p>\r\n<!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Inicio<!--:-->', '', 'publish', 'open', 'open', '', 'hompage', '', '', '2012-11-30 01:15:13', '2012-11-30 07:15:13', '', 0, 'http://www.turcuas.com/?page_id=4', 0, 'page', '', 0),
(1989, 1, '2012-11-14 14:50:41', '2012-11-14 20:50:41', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces from this collection are made of 4 mm and 2 mm diameter beads. The regular beading pattern makes of the thread a beautiful detail. The materials of the beads are onyx, howlith, rock crystal and 925 silver, also gold-plated. The color combinations are: black and silver, white and black, transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four very strong silver-plated or gold-plated magnets. These clasps do not contain nickel and make the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro y plata, blanco y negro, transparente mate y oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-4', '', '', '2012-11-14 14:50:41', '2012-11-14 20:50:41', '', 540, 'http://www.turcuas.com/?p=1989', 0, 'revision', '', 0),
(1345, 1, '2012-09-07 11:44:39', '2012-09-07 17:44:39', '', 'homepage_sil_bracelet_black gold_001', '', 'inherit', 'open', 'open', '', 'homepage_sil_bracelet_black-gold_001', '', '', '2012-09-07 11:44:39', '2012-09-07 17:44:39', '', 4, 'http://www.turcuas.com/wp-content/uploads/2012/01/homepage_sil_bracelet_black-gold_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1346, 1, '2012-09-07 11:46:21', '2012-09-07 17:46:21', '', 'collection_bela_introduction_000', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_000', '', '', '2012-09-07 11:46:21', '2012-09-07 17:46:21', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_000.jpg', 0, 'attachment', 'image/jpeg', 0),
(1937, 1, '2012-11-14 10:59:21', '2012-11-14 16:59:21', ' ', '', '', 'publish', 'open', 'open', '', '1937', '', '', '2012-12-01 08:13:58', '2012-12-01 14:13:58', '', 0, 'http://www.turcuas.com/?p=1937', 1, 'nav_menu_item', '', 0),
(1938, 1, '2012-11-23 11:41:19', '2012-11-23 17:41:19', '<!--:de--><span style="font-size: small;">Sie können unsere Produkte in folgenden Läden erwerben: </span>   \n&nbsp;\n<span style="font-size: small;">Costa Rica </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Rica Barcelona </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Avenida 9 con calle 3B, costado oeste del Invu</span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Barrio Amón, San José</span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.ricabarcelona.com/" title="Rica Barcelona" target="_blank">www.ricabarcelona.com</a></span></p>\n&nbsp;\n&nbsp;\n<span style="font-size: small;">Deutschland </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Ihre Stadt ist noch nicht dabei? Dann nehmen Sie für Bestellungen direkt <a href="http://www.turcuas.com/?page_id=50&lang=de">Kontakt</a> mit uns auf! </span></p>\n&nbsp;\n<!--:--><!--:en--><span style="font-size: small;">You can purchase our products in the following stores: </span>   \n&nbsp;\n<span style="font-size: small;">Costa Rica </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Rica Barcelona </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Avenida 9 con calle 3B, costado oeste del Invu</span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Barrio Amón, San José</span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.ricabarcelona.com/" title="Rica Barcelona" target="_blank">www.ricabarcelona.com</a></span></p>\n&nbsp;\n&nbsp;\n<span style="font-size: small;">Germany </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">We are not in your city yet? You can <a href="http://www.turcuas.com/?page_id=50&lang=en">contact </a> us direct! </span></p>\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Usted puede comprar nuestros productos en las siguientes tiendas: </span>   \n&nbsp;\n<span style="font-size: small;">Costa Rica </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\n&nbsp;\n&nbsp;\n<span style="font-size: small;">Alemania </span>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\n&nbsp;\n&nbsp;\n<p style="padding-left: 30px;"><span style="font-size: small;">Todavía no estamos en su ciudad? <a href="http://www.turcuas.com/?page_id=50&lang=es">Contáctenos</a> directamente! </span></p>\n&nbsp;<!--:-->', '<!--:de-->Turcuás kaufen<!--:--><!--:en-->Buy Turcuás<!--:--><!--:es-->Comprar Turcuás<!--:-->', '', 'inherit', 'open', 'open', '', '1933-autosave', '', '', '2012-11-23 11:41:19', '2012-11-23 17:41:19', '', 1933, 'http://www.turcuas.com/?p=1938', 0, 'revision', '', 0),
(1847, 1, '2012-11-14 07:42:46', '2012-11-14 13:42:46', '<!--:de--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<!--:--><!--:en--><p style="padding-left: 150px;"><span style="font-size: x-small; color: #000000;">Turcuás stands for unique handmade jewelry, produced with high quality materials. Each piece is delicately handmade in oder to guarantee a high quality. Social awareness in our production is one of our priorities.</span></p>\r\n<!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision-2', '', '', '2012-11-14 07:42:46', '2012-11-14 13:42:46', '', 4, 'http://www.turcuas.com/?p=1847', 0, 'revision', '', 0),
(1844, 1, '2012-11-14 07:38:54', '2012-11-14 13:38:54', '<!--:de--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p><!--:--><!--:en--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: x-small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\r\n</span></span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision-4', '', '', '2012-11-14 07:38:54', '2012-11-14 13:38:54', '', 4, 'http://www.turcuas.com/?p=1844', 0, 'revision', '', 0),
(592, 1, '2012-11-14 06:59:38', '2012-11-14 12:59:38', '', 'English Form', '', 'publish', 'closed', 'open', '', 'english-form', '', '', '2012-11-14 06:59:38', '2012-11-14 12:59:38', '', 0, 'http://www.turcuas.com/?wpcf7_contact_form=contact-form-1', 0, 'wpcf7_contact_form', '', 0),
(593, 1, '2012-11-14 06:58:52', '2012-11-14 12:58:52', '', 'German Form', '', 'publish', 'closed', 'open', '', 'german-form', '', '', '2012-11-14 06:58:52', '2012-11-14 12:58:52', '', 0, 'http://www.turcuas.com/?wpcf7_contact_form=german-form', 0, 'wpcf7_contact_form', '', 0),
(243, 1, '2011-05-23 23:41:16', '2011-05-23 23:41:16', '<!--:de--><p style="text-align: left;"><span style="font-size: small;">Turcuás gestaltet und fertigt einzigartige Schmuckstücke, die mit Perlen aus hochwertigem Glas, Halbedelsteinen und Edelmetallen in Handarbeit gefädelt werden.</span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Die Gestalterin von Turcuás und gebürtige Costa-Ricanerin gründete 2011 das Unternehmen mit Hauptsitz in Süddeutschland, die Produktion der Schmuckstücke findet jedoch an ausgewählten Standorten in Costa Rica statt.</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-2174" title="Map Germany-Costa Rica DE" src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germany-Costa-Rica-DE-296x183.jpg" alt="" width="296" height="183" /></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Obwohl die Entwicklung dieses lateinamerikanischen Landes in den letzten Jahren deutliche Fortschritte gemacht hat, leben dort immer noch zahlreiche Menschen unter schwierigen sozialen und wirtschaftlichen Verhältnissen. Mit der Produktion unserer Schmuckstücke in Regionen mit eingeschränktem Zugang zum Arbeitsmarkt, schafft Turcuás dort neue und fair bezahlte Arbeitsplätze.</span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Unser Ziel ist nicht nur, Ihnen einzigartigen Schmuck zu bieten, sondern Sie mit jedem Stück daran teilhaben zu lassen, Menschen im Produktionsland in ihrer Entwicklung nachhaltig zu unterstützen.</span></p>\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2185" title="Working DE" src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-DE2.jpg" alt="" width="592" height="127" />\r\n<p style="text-align: center;">\r\n&nbsp;\r\n&nbsp;\r\n<span style="font-size: small;">“Es ist ein wahr gewordener Traum, denn ich wollte schon immer einen Lohn von zu Hause aus verdienen, um meine Familie finanziell unterstützen zu können, ohne sie zu vernachlässigen. Diese Arbeit hat mir finanziell und psychologisch sehr gut getan.” Marjorie</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“Ich genieße die Arbeit sehr und mir gefällt zu sehen, dass wir diese schönen Schmuckstücke selber fertigen können.” Juan José</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“Ich bin sehr glücklich, Geld verdienen zu können, indem ich den Schmuck zu Hause fertige, denn so kann ich mich sowohl um meine Familie kümmern als auch meine zwei Kinder beim Studium finanziell unterstützen.” Cristina</span></p><!--:--><!--:en--><p style="text-align: left;"><span style="font-size: small;">Turcuás is an international company founded in 2011. Our headquarters is in the south of Germany and the production takes place in little villages in Costa Rica.</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germay-Costa-Rica-EN2-296x183.jpg" alt="" title="Map Germay-Costa Rica EN" width="296" height="183" class="aligncenter size-medium wp-image-2189" />\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">We are specialized in the design and the manufacture of high quality jewelry, which is handmade of semiprecious stones, perfectly shaped high quality glass, sterling silver and gold-plated sterling silver.</span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Our production sites in Costa Rica are located in marginalized regions where we offer a reliable and fair income.</span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Our goal is not only to offer you unique jewelry, but also to let you participate in the personal and professional development of employees in the country of production.</span></p>\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-EN1.jpg" alt="" title="Working EN" width="592" height="127" class="aligncenter size-full wp-image-2190" />\r\n&nbsp;\r\n&nbsp;\r\n<span style="font-size: small;">“It is a dream come true, beacause I always wanted to have an income working from home, so that I could support my family without neglecting it. This job has brought me big financial and psychological benefits.” Marjorie</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“I enjoy working very much and I like to see the beautliful jewelry pieces that we are able to make.” Juan José</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“I feel very happy with this job, because I can make the jewelry at home, so I can take care of my family but also financially support my two children through their studies.” Cristina</span></p><!--:--><!--:es--><p style="text-align: left;"><span style="font-size: small;">Turcuás es una empresa internacional fundada en el 2011. Nuestra oficina central está situada en el sur de Alemania y la fabricación de nuestros productos se lleva a cabo en pequeños pueblos de Costa Rica. </span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germany-Costa-Rica-ES1-296x183.jpg" alt="" title="Map Germany-Costa Rica ES" width="296" height="183" class="aligncenter size-medium wp-image-2191" />\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Nos especializamos en el diseño y la producción de piezas de joyería hechas a mano con abalorios de materiales de alto valor como piedras semipreciosas, plata 925, pura o bañada en oro y abalorios de vidrio sorprendentemente regulares. </span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">La producción se lleva a cabo en zonas de Costa Rica con difícil acceso al mercado laboral. Cada una de nuestras piezas es hecha a mano con gran delicadeza y empeño. Este trabajo es llevado a cabo por personas costarricenses -algunas con ascendencia indígena- quienes por su situación geográfica o social, no cuentan con fácil acceso a fuentes de trabajo. La oportunidad laboral, que Turcuás crea en estos pueblos es una ayuda para estas mujeres, quienes con la producción de nuestra joyería, se aseguran un ingreso económico justo, que les garantiza la posibilidad de apoyar a sus familias. </span></p>\r\n&nbsp;\r\n<p style="text-align: left;"><span style="font-size: small;">Nuestra meta es ofrecerle a usted joyería extraordinaria y permitirle ser parte del apoyo brindado para el desarrollo personal y profesional de estas personas, en el país de producción.</span></p>\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n&nbsp;\r\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-ES1.jpg" alt="" title="Working ES" width="592" height="127" class="aligncenter size-full wp-image-2192" />\r\n&nbsp;\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“Es un sueño hecho realidad, porque siempre quise tener una entrada económica trabajando desde mi casa, para poder ayudar a mi familia sin tener que descuidarla. Este trabajo me ha beneficiado tanto económica como psicológicamente.” Marjorie</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“Disfruto mucho el trabajo y me gusta más al ver las lindas piezas que podemos hacer.” Juan José</span></p>\r\n&nbsp;\r\n<p style="text-align: center;"><span style="font-size: small;">“Yo me siento muy contenta con el trabajo, porque no salgo de mi casa, así puedo atender a mi familia. Es una gran ayuda económica, porque tengo dos hijos estudiando.” Cristina</span></p>\r\n\r\n<!--:-->', '<!--:de-->Über uns<!--:--><!--:en-->About us<!--:--><!--:es-->Acerca de nosotros<!--:-->', '', 'publish', 'closed', 'closed', '', 'about-hansel-petal', '', '', '2012-12-01 14:47:25', '2012-12-01 20:47:25', '', 0, 'http://localhost/wordpress/?page_id=243', 0, 'page', '', 0),
(41, 1, '2012-11-14 07:40:55', '2012-11-14 13:40:55', '<!--:de--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: small;"><span class="Apple-style-span" style="line-height: 19px;">\n</span></span></p>\n\n<p style="padding-left: 150px;" lang="de-DE"><span style="font-size: x-small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\n</span></span></p><!--:--><!--:en--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: x-small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\n</span></span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\n\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-autosave', '', '', '2012-11-14 07:40:55', '2012-11-14 13:40:55', '', 4, 'http://www.turcuas.com/?p=41', 0, 'revision', '', 0),
(1801, 1, '2012-11-13 13:18:54', '2012-11-13 19:18:54', '<!--:de--><span style="font-size: x-small;">Diese Armbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-5', '', '', '2012-11-13 13:18:54', '2012-11-13 19:18:54', '', 1400, 'http://www.turcuas.com/?p=1801', 0, 'revision', '', 0),
(247, 1, '2012-03-01 00:20:10', '2012-03-01 06:20:10', 'Gold is a chemical element with the symbol Au (from Latin: aurum “gold”) and an atomic number of 79. Gold is a dense, soft, shiny, malleable and ductile metal…', '', '', 'publish', 'open', 'open', '', '247', '', '', '2012-11-23 13:14:26', '2012-11-23 19:14:26', '', 0, 'http://www.turcuas.com/?p=247', 13, 'nav_menu_item', '', 0),
(248, 1, '2012-03-01 00:20:10', '2012-03-01 06:20:10', ' ', '', '', 'publish', 'open', 'open', '', '248', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=248', 17, 'nav_menu_item', '', 0),
(2023, 1, '2012-11-14 08:39:01', '2012-11-14 14:39:01', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Linx“ ist aus vergoldeten 925 Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of gold-plated 925 silver beads and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Linx Ring Gold<!--:--><!--:en-->Linx ring gold<!--:--><!--:es-->Linx anillo oro<!--:-->', '', 'inherit', 'open', 'open', '', '1459-revision-6', '', '', '2012-11-14 08:39:01', '2012-11-14 14:39:01', '', 1459, 'http://www.turcuas.com/?p=2023', 0, 'revision', '', 0),
(1995, 1, '2012-11-15 09:30:11', '2012-11-15 15:30:11', '<!--:de--><span style="font-size: small;">Sie können unsere Produkte in folgenden Läden erwerben: </span>   \r\n&nbsp;\r\n<span style="font-size: small;">Costa Rica </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\r\n&nbsp;\r\n&nbsp;\r\n<span style="font-size: small;">Deutschland </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Ihre Stadt ist noch nicht dabei? Dann nehmen Sie für Bestellungen direkt <a href="http://www.turcuas.com/?page_id=50&lang=de">Kontakt</a> mit uns auf! </span></p>\r\n&nbsp;\r\n<!--:--><!--:en--><span style="font-size: small;">You can purchase our products in the following stores: </span>   \r\n&nbsp;\r\n<span style="font-size: small;">Costa Rica </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\r\n&nbsp;\r\n&nbsp;\r\n<span style="font-size: small;">Germany </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">We are not in your city yet? You can <a href="http://www.turcuas.com/?page_id=50&lang=en">contact </a> us direct! </span></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Usted puede comprar nuestros productos en las siguientes tiendas: </span>   \r\n&nbsp;\r\n<span style="font-size: small;">Costa Rica </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- San José </span></p>\r\n&nbsp;\r\n&nbsp;\r\n<span style="font-size: small;">Alemania </span>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Balingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">accent </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> Alter Markt 7 </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"> 72336 Balingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://accent-schmuck.de" title="accent-schmuck" target="_blank">www.accent-schmuck.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">- Tübingen </span></p>\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Fassungslos </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Atelier für Schmuck </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Froschgasse 1a </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;">72070 Tübingen </span></p>\r\n<p style="padding-left: 30px;"><span style="font-size: small;"><a href="http://www.atelier-fassungslos.de" title="atelier-fassungslos" target="_blank">www.atelier-fassungslos.de</a></span></p>\r\n&nbsp;\r\n&nbsp;\r\n<p style="padding-left: 30px;"><span style="font-size: small;">Todavía no estamos en su ciudad? <a href="http://www.turcuas.com/?page_id=50&lang=es">Contáctenos</a> directamente! </span></p>\r\n&nbsp;<!--:-->', '<!--:de-->Turcuás kaufen<!--:--><!--:en-->Buy Turcuás<!--:--><!--:es-->Comprar Turcuás<!--:-->', '', 'inherit', 'open', 'open', '', '1933-revision-8', '', '', '2012-11-15 09:30:11', '2012-11-15 15:30:11', '', 1933, 'http://www.turcuas.com/?p=1995', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(461, 1, '2012-02-05 08:14:12', '2012-02-05 08:14:12', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und 925er Silberperlen (rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, sterling silver beads and gold-plated sterling silver beads. The characteristic design element of this collection are the interconnected links, that form the chain. The following color combinations are available: black - silver, black - gold, white - gold. </span>\r\n&nbsp;\r\n <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span><p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro - plata, negro - oro, blanco - oro. </span>\r\n&nbsp;\r\n <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'publish', 'closed', 'closed', '', 'en-collection-two', '', '', '2012-12-01 08:07:04', '2012-12-01 14:07:04', '', 0, 'http://localhost/turcuas/?page_id=461', 0, 'page', '', 0),
(1376, 1, '2012-09-07 13:03:21', '2012-09-07 19:03:21', '', 'collection_linx_introduction_es_001', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_es_001', '', '', '2012-09-07 13:03:21', '2012-09-07 19:03:21', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 1, '2012-03-01 00:20:11', '2012-03-01 06:20:11', '', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'publish', 'open', 'open', '', '462', '', '', '2012-11-23 13:14:17', '2012-11-23 19:14:17', '', 0, 'http://www.turcuas.com/?p=462', 3, 'nav_menu_item', '', 0),
(510, 1, '2012-02-15 06:29:22', '2012-02-15 06:29:22', '', '<!--:de-->Kollektionen<!--:--><!--:en-->Collections<!--:--><!--:es-->Colecciones<!--:-->', '', 'publish', 'closed', 'open', '', 'all-collections', '', '', '2012-05-11 05:39:33', '2012-05-11 11:39:33', '', 0, 'http://localhost/turcuas/?page_id=510', 0, 'page', '', 0),
(511, 1, '2012-03-01 00:20:11', '2012-03-01 06:20:11', ' ', '', '', 'publish', 'open', 'open', '', '511', '', '', '2012-11-23 13:14:16', '2012-11-23 19:14:16', '', 0, 'http://www.turcuas.com/?p=511', 1, 'nav_menu_item', '', 0),
(540, 1, '2012-02-28 01:02:43', '2012-02-28 01:02:43', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925er Silber und vergoldetem 925er Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces of this collection are made of 4 mm and 2 mm beads. The materials of the beads are onyx, howlite, rock crystal, sterling silver and gold-plated sterling silver. The pieces are available in the color combinations black - silver, white - black and transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four nickel-free silver-plated or gold-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span> \r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro - plata, blanco - negro, transparente mate - oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'publish', 'closed', 'open', '', 'collection-one', '', '', '2012-12-01 08:05:23', '2012-12-01 14:05:23', '', 0, 'http://localhost/turcuas/?page_id=540', 0, 'page', '', 0),
(1991, 1, '2012-11-23 11:27:10', '2012-11-23 17:27:10', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces of this collection are made of 4 mm and 2 mm beads. The materials of the beads are onyx, howlite, rock crystal, 925 silver and gold-plated 925 silver. The pieces are available in the color combinations black - silver, white - black and transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four nickel-free silver-plated or gold-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro y plata, blanco y negro, transparente mate y oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-6', '', '', '2012-11-23 11:27:10', '2012-11-23 17:27:10', '', 540, 'http://www.turcuas.com/?p=1991', 0, 'revision', '', 0),
(1360, 1, '2012-09-07 12:05:20', '2012-09-07 18:05:20', '', 'collection_bela_introduction_es_001', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_es_001', '', '', '2012-09-07 12:05:20', '2012-09-07 18:05:20', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1806, 1, '2012-09-08 21:13:36', '2012-09-09 03:13:36', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Bergkristall und vergoldeten 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus matt transparenten Glasperlen und vier starken nickelfreien vergoldeten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.  </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of rock crystal and 925 silver gold-plated beads. The clasps are made out of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela matt transparentes Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-5', '', '', '2012-09-08 21:13:36', '2012-09-09 03:13:36', '', 1426, 'http://www.turcuas.com/?p=1806', 0, 'revision', '', 0),
(1805, 1, '2012-11-13 13:23:33', '2012-11-13 19:23:33', '<!--:de--><span style="font-size: small;">Diese Armbänder der Kollektion „BELA“ sind aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia.</span>\r\n\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia. </span><!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-revision-4', '', '', '2012-11-13 13:23:33', '2012-11-13 19:23:33', '', 1414, 'http://www.turcuas.com/?p=1805', 0, 'revision', '', 0),
(1035, 1, '2012-04-16 11:14:08', '2012-04-16 17:14:08', ' ', '', '', 'publish', 'open', 'open', '', '1035', '', '', '2012-11-23 13:14:25', '2012-11-23 19:14:25', '', 0, 'http://www.turcuas.com/?p=1035', 12, 'nav_menu_item', '', 0),
(1566, 1, '2012-09-07 21:33:22', '2012-09-08 03:33:22', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="515" title="English Form"]<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-3', '', '', '2012-09-07 21:33:22', '2012-09-08 03:33:22', '', 50, 'http://www.turcuas.com/?p=1566', 0, 'revision', '', 0),
(1936, 1, '2012-11-14 10:55:39', '2012-11-14 16:55:39', ' ', '', '', 'publish', 'open', 'open', '', '1936', '', '', '2012-12-01 08:13:58', '2012-12-01 14:13:58', '', 0, 'http://www.turcuas.com/?p=1936', 4, 'nav_menu_item', '', 0),
(597, 1, '2012-03-06 00:50:44', '2012-03-06 06:50:44', '', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'publish', 'open', 'open', '', '597', '', '', '2012-11-23 13:14:17', '2012-11-23 19:14:17', '', 0, 'http://www.turcuas.com/?p=597', 2, 'nav_menu_item', '', 0),
(1574, 1, '2012-09-08 14:55:08', '2012-09-08 20:55:08', '', '<!--:en-->Product type<!--:--><!--:de-->Produktart<!--:--><!--:es-->Producto<!--:-->', '', 'publish', 'open', 'open', '', 'product-type', '', '', '2012-11-23 13:14:18', '2012-11-23 19:14:18', '', 0, 'http://www.turcuas.com/?p=1574', 5, 'nav_menu_item', '', 0),
(1876, 1, '2012-11-13 13:42:03', '2012-11-13 19:42:03', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „LINX“ sind aus 925 Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">The rings form this collection are available in five different sizes. They are made out of 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de abalorios de plata 925 de 2 mm de diámetro. </span><!--:-->', '<!--:de-->Linx Ring Silber<!--:--><!--:en-->Linx ring silver<!--:--><!--:es-->Linx anillo plata<!--:-->', '', 'inherit', 'open', 'open', '', '1436-revision-9', '', '', '2012-11-13 13:42:03', '2012-11-13 19:42:03', '', 1436, 'http://www.turcuas.com/?p=1876', 0, 'revision', '', 0),
(1879, 1, '2012-11-13 13:45:56', '2012-11-13 19:45:56', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder der Kollektion „LINX“ sind aus glänzenden schwarzen Glas- und vergoldeten 925 Silberperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen vergoldete nickelfreie Magnete, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of shiny black glass beads and 925 silver gold-plated beads. The clasp is made out of glass beads and two very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de eslabones de abalorios negros brillantes y de plata 925 bañada en oro. Todos los abalorios tienen 2 mm de diámetro. El cierre está constituido por dos imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx Armband schwarz-gold<!--:--><!--:en-->Linx bracelet black-gold<!--:--><!--:es-->Linx pulsera negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1462-revision-9', '', '', '2012-11-13 13:45:56', '2012-11-13 19:45:56', '', 1462, 'http://www.turcuas.com/?p=1879', 0, 'revision', '', 0),
(601, 1, '2012-02-15 06:29:22', '2012-02-15 06:29:22', '<!--:en-->This should appear at the top of the all collections page.<!--:-->', 'All Collections', '', 'inherit', 'open', 'open', '', '510-revision', '', '', '2012-02-15 06:29:22', '2012-02-15 06:29:22', '', 510, 'http://www.turcuas.com/?p=601', 0, 'revision', '', 0),
(867, 1, '2012-03-29 05:40:09', '2012-03-29 11:40:09', '<!--:de-->Alle Kollektionen<!--:-->', '<!--:en-->All Collections<!--:--><!--:de-->Alle Kollektionen<!--:-->', '', 'inherit', 'open', 'open', '', '510-revision-3', '', '', '2012-03-29 05:40:09', '2012-03-29 11:40:09', '', 510, 'http://www.turcuas.com/?p=867', 0, 'revision', '', 0),
(606, 1, '2012-03-07 12:51:26', '2012-03-07 18:51:26', '', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'publish', 'open', 'open', '', '606', '', '', '2012-11-23 13:14:17', '2012-11-23 19:14:17', '', 0, 'http://www.turcuas.com/?p=606', 4, 'nav_menu_item', '', 0),
(1570, 1, '2012-09-07 22:00:12', '2012-09-08 04:00:12', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="1568" title="Español"]<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-5', '', '', '2012-09-07 22:00:12', '2012-09-08 04:00:12', '', 50, 'http://www.turcuas.com/?p=1570', 0, 'revision', '', 0),
(609, 1, '2012-11-14 07:05:12', '2012-11-14 13:05:12', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „BELA“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos, matt – gold. Für die charakteristische Anordung der Perlen in den Schmuckstücken dieser Kollektion wurde eine ausgefeilte Fädeltechnik verwendet. Die Verschlüsse sind aus Glasperlen und versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n\n<!--:--><!--:en--><span style="font-size: small;">The jewelry pieces from this collection are made out of 4 mm and 2 mm diameter beads. The regular beading pattern makes of the thread a beautiful detail. The materials of the beads are onyx, howlith, rock crystal and 925 silver, also gold-plated. The color combinations are: black and silver, white and black, matt transparent and gold. The clasps for the bracelets and the necklaces are made of glass beads and four very strong silver-plated or gold-plated magnets. These clasps do not contain nickel and make the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro y plata, blanco y negro, transparente mate y oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-autosave', '', '', '2012-11-14 07:05:12', '2012-11-14 13:05:12', '', 540, 'http://www.turcuas.com/?p=609', 0, 'revision', '', 0),
(2093, 1, '2012-11-23 11:30:27', '2012-11-23 17:30:27', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristic design element of this collection are the interconnected links, that form the chain. The following color combinations are available: black - silver, black - gold, white - gold. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro - plata, negro - oro, blanco - oro. </span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision-7', '', '', '2012-11-23 11:30:27', '2012-11-23 17:30:27', '', 461, 'http://www.turcuas.com/?p=2093', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(820, 1, '2012-11-14 09:17:33', '2012-11-14 15:17:33', '<!--:de-->\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n\n<!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">This collection´s characteristical design element are the cylindrical modules. These modules are made out of glass and 925 silver beads, also with 925 silver gold-plated beads. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-autosave', '', '', '2012-11-14 09:17:33', '2012-11-14 15:17:33', '', 602, 'http://www.turcuas.com/?p=820', 0, 'revision', '', 0),
(2019, 1, '2012-11-23 12:09:58', '2012-11-23 18:09:58', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and gold-plated 925 silver beads (2 mm) and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela farblos/matt Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision', '', '', '2012-11-23 12:09:58', '2012-11-23 18:09:58', '', 1422, 'http://www.turcuas.com/?p=2019', 0, 'revision', '', 0),
(1809, 1, '2012-09-08 21:28:23', '2012-09-09 03:28:23', '<!--:de--><span style="font-size: small;">These necklaces are available in three different sizes. They are made out of rock crystal and 925 silver gold-plated beads. The clasps are made out of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck.   </span><!--:--><!--:en--><span style="font-size: small;">These necklaces are available in three different sizes. They are made out of rock crystal and 925 silver gold-plated beads. The clasps are made out of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck.   </span><!--:--><!--:es--><span style="font-size: small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañados en oro de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio transparente mate con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela matt transparentes Halsband<!--:--><!--:en-->Bela matt transparent necklace<!--:--><!--:es-->Bela gargantilla transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1432-revision-4', '', '', '2012-09-08 21:28:23', '2012-09-09 03:28:23', '', 1432, 'http://www.turcuas.com/?p=1809', 0, 'revision', '', 0),
(1846, 1, '2012-11-14 07:41:26', '2012-11-14 13:41:26', '<!--:de--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<!--:--><!--:en--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: x-small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\r\n</span></span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision-10', '', '', '2012-11-14 07:41:26', '2012-11-14 13:41:26', '', 4, 'http://www.turcuas.com/?p=1846', 0, 'revision', '', 0),
(1845, 1, '2012-11-14 07:39:47', '2012-11-14 13:39:47', '<!--:de--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: small;"><span class="Apple-style-span" style="line-height: 19px;">\r\n</span></span></p><!--:--><!--:en--><p style="padding-left: 150px;" lang="de-DE"><span style="font-size: x-small;">Turcuás steht für einzigartige handgemachte Schmuckstücke, die aus edlen Materialien unter sozial verantwortungsvollen Bedingungen gefertigt werden.</span></p>\r\n<p style="padding-left: 150px;"><span style="color: #000000; font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\r\n</span></span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision', '', '', '2012-11-14 07:39:47', '2012-11-14 13:39:47', '', 4, 'http://www.turcuas.com/?p=1845', 0, 'revision', '', 0),
(615, 1, '2012-11-23 11:30:24', '2012-11-23 17:30:24', '<!--:de-->\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristic design element of this collection are the interconnected links, that form the chain. The following color combinations are available: black - silver, black - gold, white - gold. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro - plata, negro - oro, blanco - oro. </span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\n\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-autosave', '', '', '2012-11-23 11:30:24', '2012-11-23 17:30:24', '', 461, 'http://www.turcuas.com/?p=615', 0, 'revision', '', 0),
(1374, 1, '2012-09-07 13:01:50', '2012-09-07 19:01:50', '', 'collection_linx_introduction_en_003', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_en_003', '', '', '2012-09-07 13:01:50', '2012-09-07 19:01:50', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1372, 1, '2012-09-07 13:00:07', '2012-09-07 19:00:07', '', 'collection_linx_introduction_en_001', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_en_001', '', '', '2012-09-07 13:00:07', '2012-09-07 19:00:07', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1361, 1, '2012-09-07 12:07:06', '2012-09-07 18:07:06', '', 'collection_bela_introduction_es_002', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_es_002', '', '', '2012-09-07 12:07:06', '2012-09-07 18:07:06', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1362, 1, '2012-09-07 12:07:50', '2012-09-07 18:07:50', '', 'collection_bela_introduction_es_003', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_es_003', '', '', '2012-09-07 12:07:50', '2012-09-07 18:07:50', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1992, 1, '2012-11-14 14:48:57', '2012-11-14 20:48:57', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the links, that are united to form a chain. The color combinations that are available are: black and silver, black and gold, white and gold. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro y plata, negro y oro, blanco y oro. </span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision-10', '', '', '2012-11-14 14:48:57', '2012-11-14 20:48:57', '', 461, 'http://www.turcuas.com/?p=1992', 0, 'revision', '', 0),
(2125, 1, '2012-12-01 08:04:35', '2012-12-01 14:04:35', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925er Silber und vergoldetem 925er Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces of this collection are made of 4 mm and 2 mm beads. The materials of the beads are onyx, howlite, rock crystal, sterling silver and gold-plated sterling silver. The pieces are available in the color combinations black - silver, white - black and transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four nickel-free silver-plated or gold-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span> \r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro - plata, blanco - negro, transparente mate - oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-9', '', '', '2012-12-01 08:04:35', '2012-12-01 14:04:35', '', 540, 'http://www.turcuas.com/?p=2125', 0, 'revision', '', 0),
(1782, 1, '2012-10-26 09:50:27', '2012-10-26 15:50:27', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '1781-revision', '', '', '2012-10-26 09:50:27', '2012-10-26 15:50:27', '', 1781, 'http://www.turcuas.com/?p=1782', 0, 'revision', '', 0),
(890, 1, '2012-03-08 03:42:33', '2012-03-08 09:42:33', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision', '', '', '2012-03-08 03:42:33', '2012-03-08 09:42:33', '', 687, 'http://www.turcuas.com/?p=890', 0, 'revision', '', 0),
(829, 1, '2012-03-22 22:48:39', '2012-03-23 04:48:39', ' ', '', '', 'publish', 'open', 'open', '', '829', '', '', '2012-11-23 13:14:18', '2012-11-23 19:14:18', '', 0, 'http://www.turcuas.com/?p=829', 6, 'nav_menu_item', '', 0),
(632, 1, '2012-03-07 14:16:09', '2012-03-07 20:16:09', ' ', '', '', 'publish', 'open', 'open', '', '632', '', '', '2012-11-23 13:14:26', '2012-11-23 19:14:26', '', 0, 'http://www.turcuas.com/?p=632', 14, 'nav_menu_item', '', 0),
(1803, 1, '2012-11-13 13:20:04', '2012-11-13 19:20:04', '<!--:de--><span style="font-size: x-small;">Diese Armbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-7', '', '', '2012-11-13 13:20:04', '2012-11-13 19:20:04', '', 1400, 'http://www.turcuas.com/?p=1803', 0, 'revision', '', 0),
(634, 1, '2012-03-07 14:16:10', '2012-03-07 20:16:10', ' ', '', '', 'publish', 'open', 'open', '', '634', '', '', '2012-11-23 13:14:27', '2012-11-23 19:14:27', '', 0, 'http://www.turcuas.com/?p=634', 16, 'nav_menu_item', '', 0),
(637, 1, '2012-03-07 14:21:48', '2012-03-07 20:21:48', ' ', '', '', 'publish', 'open', 'open', '', '637', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=637', 20, 'nav_menu_item', '', 0),
(638, 1, '2012-03-07 14:21:49', '2012-03-07 20:21:49', ' ', '', '', 'publish', 'open', 'open', '', '638', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=638', 21, 'nav_menu_item', '', 0),
(639, 1, '2012-03-07 14:21:48', '2012-03-07 20:21:48', ' ', '', '', 'publish', 'open', 'open', '', '639', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=639', 22, 'nav_menu_item', '', 0),
(640, 1, '2012-03-07 14:21:49', '2012-03-07 20:21:49', ' ', '', '', 'publish', 'open', 'open', '', '640', '', '', '2012-11-23 13:14:29', '2012-11-23 19:14:29', '', 0, 'http://www.turcuas.com/?p=640', 23, 'nav_menu_item', '', 0),
(641, 1, '2012-03-07 14:21:48', '2012-03-07 20:21:48', ' ', '', '', 'publish', 'open', 'open', '', '641', '', '', '2012-11-23 13:14:29', '2012-11-23 19:14:29', '', 0, 'http://www.turcuas.com/?p=641', 24, 'nav_menu_item', '', 0),
(1781, 1, '2012-10-26 09:50:50', '2012-10-26 15:50:50', '', '<!--:de-->Kaufen<!--:--><!--:en-->Buy<!--:--><!--:es-->Comprar<!--:-->', '', 'trash', 'open', 'open', '', 'buy-2', '', '', '2012-11-14 07:44:41', '2012-11-14 13:44:41', '', 0, 'http://www.turcuas.com/?page_id=1781', 0, 'page', '', 0),
(2062, 1, '2012-11-23 13:02:31', '2012-11-23 19:02:31', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus schwarzen glänzenden Glas-, vergoldeten 925 Silber- und Onyxperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen vergoldete 925 Silber Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, made of shiny black glass beads and gold-plated 925 silver beads and it is available in two sizes. The bracelet has onyx beads (8 mm) and a magnetic gold-plated 925 silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están hechos de abalorios de vidrio negro brillante y de abalorios de plata 925 bañada en oro. Los módulos están intercalados con abalorios de 8 mm de diámetro de la piedra semipreciosa ónix. Las pulseras tienen un cierre magnético de plata bañada en oro que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera se encuentra disponible en dos tamaños.</span><!--:-->', '<!--:de-->Sil Armband 02 schwarz-gold<!--:--><!--:en-->Sil bracelet 02 black-gold<!--:--><!--:es-->Sil pulsera 02 negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1532-revision-10', '', '', '2012-11-23 13:02:31', '2012-11-23 19:02:31', '', 1532, 'http://www.turcuas.com/?p=2062', 0, 'revision', '', 0),
(1684, 1, '2012-09-08 22:32:15', '2012-09-09 04:32:15', '', 'bela_bracelet_onyx silver_002', '', 'inherit', 'open', 'open', '', 'bela_bracelet_onyx-silver_002', '', '', '2012-09-08 22:32:15', '2012-09-09 04:32:15', '', 1400, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_onyx-silver_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(2102, 1, '2012-11-28 10:31:36', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2012-11-28 10:31:36', '0000-00-00 00:00:00', '', 0, 'http://www.turcuas.com/?p=2102', 0, 'post', '', 0),
(2098, 1, '2012-11-28 04:58:13', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'open', 'open', '', '', '', '', '2012-11-28 04:58:13', '0000-00-00 00:00:00', '', 0, 'http://www.turcuas.com/?p=2098', 1, 'nav_menu_item', '', 0),
(2099, 1, '2012-11-28 04:58:58', '2012-11-28 10:58:58', ' ', '', '', 'publish', 'open', 'open', '', '2099', '', '', '2012-12-01 08:13:58', '2012-12-01 14:13:58', '', 0, 'http://www.turcuas.com/?p=2099', 2, 'nav_menu_item', '', 0),
(1843, 1, '2012-11-13 15:32:18', '2012-11-13 21:32:18', '<!--:de--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Bei Turcuás verwenden wir hochwertige Materialien aus Glas, Halbedelsteinen, wie Howlith, Onyx und Bergkristall sowie Silber und Gold, mit denen in sorgfältiger Handarbeit einzigartige Schmuckstücke gefertigt werden. </span></p><!--:--><!--:en--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">In Turcuás we use high quality materials to make our jewelry. Each piece is delicately and accurately handmade in oder to guarantee a high quality. Social awareness in our production is one of our priorities. </span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision-9', '', '', '2012-11-13 15:32:18', '2012-11-13 21:32:18', '', 4, 'http://www.turcuas.com/?p=1843', 0, 'revision', '', 0),
(1948, 1, '2012-11-14 09:18:19', '2012-11-14 15:18:19', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">This collection´s characteristical design element are the cylindrical modules. These modules are made of glass and 925 silver beads, also with 925 silver gold-plated beads. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-2', '', '', '2012-11-14 09:18:19', '2012-11-14 15:18:19', '', 602, 'http://www.turcuas.com/?p=1948', 0, 'revision', '', 0),
(1932, 1, '2012-09-08 14:45:17', '2012-09-08 20:45:17', '<!--:de--><p class="left" lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><p class="left"><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span></p> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><p class="left"><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span></p> [contact-form-7 id="1568" title="Español"]\r\n<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-9', '', '', '2012-09-08 14:45:17', '2012-09-08 20:45:17', '', 50, 'http://www.turcuas.com/?p=1932', 0, 'revision', '', 0),
(2004, 1, '2012-11-14 10:31:57', '2012-11-14 16:31:57', '<!--:de--><span style="font-size: small;">Jedes unserer Schmuckstücke liefern wir in einer edlen Metalldose mit geprägtem Turcuás-Logo und feiner Einlage.</span>\r\n<!--:--><!--:en--><span style="font-size: small;">We deliver each piece of jewelry in its own metallic packaging with an embossed Turcuás logo.</span><!--:--><!--:es--><span style="font-size: small;">Entregamos cada una de nuestras piezas en su propio empaque metálico con nuestro logo Turcuás en relieve.</span>\r\n<!--:-->', '<!--:de-->Verpackung<!--:--><!--:en-->Packaging<!--:--><!--:es-->Empaque<!--:-->', '', 'inherit', 'open', 'open', '', '1745-revision-9', '', '', '2012-11-14 10:31:57', '2012-11-14 16:31:57', '', 1745, 'http://www.turcuas.com/?p=2004', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1573, 1, '2012-09-08 14:44:59', '2012-09-08 20:44:59', '<!--:de--><p class="left" lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><p class="left"><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span></p> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="1568" title="Español"]\r\n\r\n<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-8', '', '', '2012-09-08 14:44:59', '2012-09-08 20:44:59', '', 50, 'http://www.turcuas.com/?p=1573', 0, 'revision', '', 0),
(1692, 1, '2012-09-08 22:46:18', '2012-09-09 04:46:18', '', 'bela_necklace_howlith onyx_002', '', 'inherit', 'open', 'open', '', 'bela_necklace_howlith-onyx_002', '', '', '2012-09-08 22:46:18', '2012-09-09 04:46:18', '', 1417, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_howlith-onyx_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1693, 1, '2012-09-08 22:48:17', '2012-09-09 04:48:17', '', 'bela_necklace_howlith onyx_003', '', 'inherit', 'open', 'open', '', 'bela_necklace_howlith-onyx_003', '', '', '2012-09-08 22:48:17', '2012-09-09 04:48:17', '', 1417, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_howlith-onyx_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1694, 1, '2012-09-08 22:48:47', '2012-09-09 04:48:47', '', 'bela_necklace_howlith onyx_004', '', 'inherit', 'open', 'open', '', 'bela_necklace_howlith-onyx_004', '', '', '2012-09-08 22:48:47', '2012-09-09 04:48:47', '', 1417, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_howlith-onyx_004.jpg', 0, 'attachment', 'image/jpeg', 0),
(1695, 1, '2012-09-08 22:52:13', '2012-09-09 04:52:13', '', 'bela_ring_crystall gold_002', '', 'inherit', 'open', 'open', '', 'bela_ring_crystall-gold_002', '', '', '2012-09-08 22:52:13', '2012-09-09 04:52:13', '', 1422, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_ring_crystall-gold_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1696, 1, '2012-09-08 22:53:21', '2012-09-09 04:53:21', '', 'bela_bracelet_crystall gold_002', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_002', '', '', '2012-09-08 22:53:21', '2012-09-09 04:53:21', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1697, 1, '2012-09-08 22:53:29', '2012-09-09 04:53:29', '', 'bela_bracelet_crystall gold_003', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_003', '', '', '2012-09-08 22:53:29', '2012-09-09 04:53:29', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1698, 1, '2012-09-08 22:53:40', '2012-09-09 04:53:40', '', 'bela_bracelet_crystall gold_004', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_004', '', '', '2012-09-08 22:53:40', '2012-09-09 04:53:40', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_004.jpg', 0, 'attachment', 'image/jpeg', 0),
(1699, 1, '2012-09-08 22:53:48', '2012-09-09 04:53:48', '', 'bela_bracelet_crystall gold_005', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_005', '', '', '2012-09-08 22:53:48', '2012-09-09 04:53:48', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_005.jpg', 0, 'attachment', 'image/jpeg', 0),
(1700, 1, '2012-09-08 22:53:56', '2012-09-09 04:53:56', '', 'bela_bracelet_crystall gold_006', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_006', '', '', '2012-09-08 22:53:56', '2012-09-09 04:53:56', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_006.jpg', 0, 'attachment', 'image/jpeg', 0),
(1701, 1, '2012-09-08 22:55:47', '2012-09-09 04:55:47', '', 'bela_necklace_crystall gold_002', '', 'inherit', 'open', 'open', '', 'bela_necklace_crystall-gold_002', '', '', '2012-09-08 22:55:47', '2012-09-09 04:55:47', '', 1432, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_crystall-gold_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(2005, 1, '2012-11-14 07:50:04', '2012-11-14 13:50:04', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">This ring is made of onyx (4 mm) and 925 silver (2 mm) beads and it is available in five sizes. </span></p><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en cinco tamaños. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-10', '', '', '2012-11-14 07:50:04', '2012-11-14 13:50:04', '', 1395, 'http://www.turcuas.com/?p=2005', 0, 'revision', '', 0),
(2008, 1, '2012-11-14 08:21:06', '2012-11-14 14:21:06', '<!--:de--><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Er ist in fünf verschiedenen Größen erhältlich.</span><!--:--><!--:en--><span style="font-size: small;">This ring is made of howlite (4 mm) and onyx (2 mm) beads and it is available in five sizes. The faceted howlite beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en cinco tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. </span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision-8', '', '', '2012-11-14 08:21:06', '2012-11-14 14:21:06', '', 1411, 'http://www.turcuas.com/?p=2008', 0, 'revision', '', 0),
(2009, 1, '2012-11-14 08:11:57', '2012-11-14 14:11:57', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads and it is are available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela farblos/matt Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-10', '', '', '2012-11-14 08:11:57', '2012-11-14 14:11:57', '', 1422, 'http://www.turcuas.com/?p=2009', 0, 'revision', '', 0),
(2058, 1, '2012-11-23 13:04:48', '2012-11-23 19:04:48', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus weißen glänzenden Glas- und 925 Silberperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen 925 Silber Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, made of shiny white glass beads and 925 silver beads and it is available in two sizes. The bracelet has silver beads (8 mm) and a magnetic 925 silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is strong enough, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están hechos de abalorios de vidrio blanco brillante y de abalorios de plata 925. Los módulos están intercalados con abalorios de plata 925 de 8 mm de diámetro. Las pulseras tienen un cierre magnético de plata que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera está disponible en dos tamaños.</span><!--:-->', '<!--:de-->Sil Armband 02 weiß-silber<!--:--><!--:en-->Sil bracelet 02 white-silver<!--:--><!--:es-->Sil pulsera 02 blanco-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1543-revision-8', '', '', '2012-11-23 13:04:48', '2012-11-23 19:04:48', '', 1543, 'http://www.turcuas.com/?p=2058', 0, 'revision', '', 0),
(687, 1, '2012-03-08 03:05:18', '2012-03-08 09:05:18', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'trash', 'open', 'open', '', 'ring-band-black-silver', '', '', '2012-09-07 14:00:32', '2012-09-07 20:00:32', '', 0, 'http://www.turcuas.com/?p=687', 0, 'post', '', 0),
(891, 1, '2012-03-29 06:27:10', '2012-03-29 12:27:10', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-2', '', '', '2012-03-29 06:27:10', '2012-03-29 12:27:10', '', 687, 'http://www.turcuas.com/?p=891', 0, 'revision', '', 0),
(1852, 1, '2012-11-13 13:13:40', '2012-11-13 19:13:40', '<!--:de--><span style="font-size: small;">Diese Ringe der Kollektion „BELA“ sind aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Sie sind in fünf verschiedenen Größen erhältlich.</span><!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of howlith (4 mm) and onyx (2 mm) beads. The faceted howlith beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. </span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision-4', '', '', '2012-11-13 13:13:40', '2012-11-13 19:13:40', '', 1411, 'http://www.turcuas.com/?p=1852', 0, 'revision', '', 0),
(1854, 1, '2012-11-13 13:15:48', '2012-11-13 19:15:48', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „BELA“ sind aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4 mm de diámetro y abalorios de plata 925 bañada en oro, de 2 mm de diámetro.</span><!--:-->', '<!--:de-->Bela matt transparenter Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-8', '', '', '2012-11-13 13:15:48', '2012-11-13 19:15:48', '', 1422, 'http://www.turcuas.com/?p=1854', 0, 'revision', '', 0),
(1352, 1, '2012-09-07 11:55:07', '2012-09-07 17:55:07', '', 'collection_bela_introduction_en_001', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_en_001', '', '', '2012-09-07 11:55:07', '2012-09-07 17:55:07', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1353, 1, '2012-09-07 11:55:54', '2012-09-07 17:55:54', '', 'collection_bela_introduction_en_002', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_en_002', '', '', '2012-09-07 11:55:54', '2012-09-07 17:55:54', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1354, 1, '2012-09-07 11:56:42', '2012-09-07 17:56:42', '', 'collection_bela_introduction_en_003', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_en_003', '', '', '2012-09-07 11:56:42', '2012-09-07 17:56:42', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1348, 1, '2012-09-07 11:50:07', '2012-09-07 17:50:07', '', 'collection_bela_introduction_de_001', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_de_001', '', '', '2012-09-07 11:50:07', '2012-09-07 17:50:07', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1349, 1, '2012-09-07 11:51:04', '2012-09-07 17:51:04', '', 'collection_bela_introduction_de_002', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_de_002', '', '', '2012-09-07 11:51:04', '2012-09-07 17:51:04', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1350, 1, '2012-09-07 11:51:59', '2012-09-07 17:51:59', '', 'collection_bela_introduction_de_003', '', 'inherit', 'open', 'open', '', 'collection_bela_introduction_de_003', '', '', '2012-09-07 11:51:59', '2012-09-07 17:51:59', '', 540, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1993, 1, '2012-11-14 14:56:32', '2012-11-14 20:56:32', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the cylindrical modules. The available color combinations are: black and silver, black and gold, white and silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-6', '', '', '2012-11-14 14:56:32', '2012-11-14 20:56:32', '', 602, 'http://www.turcuas.com/?p=1993', 0, 'revision', '', 0),
(1817, 1, '2012-11-13 13:49:57', '2012-11-13 19:49:57', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder der Kollektion „LINX“ sind aus glänzenden weißen Glas- und vergoldeten 925 Silberperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen vergoldete nickelfreie Magnete, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of shiny white glass beads and 925 silver gold-plated beads. The clasp is made out of glass beads and two very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de eslabones de abalorios blancos brillantes y de plata 925 bañada en oro. Todos los abalorios tienen 2 mm de diámetro. El cierre está constituido por dos imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx Armband weiß-gold<!--:--><!--:en-->Linx bracelet white-gold <!--:--><!--:es-->Linx pulsera blanco-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1490-revision-8', '', '', '2012-11-13 13:49:57', '2012-11-13 19:49:57', '', 1490, 'http://www.turcuas.com/?p=1817', 0, 'revision', '', 0),
(719, 1, '2012-03-29 06:28:30', '2012-03-29 12:28:30', '<!--:de-->&nbsp;\n\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-autosave', '', '', '2012-03-29 06:28:30', '2012-03-29 12:28:30', '', 687, 'http://www.turcuas.com/?p=719', 0, 'revision', '', 0),
(721, 1, '2012-03-08 03:28:50', '2012-03-08 09:28:50', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-6', '', '', '2012-03-08 03:28:50', '2012-03-08 09:28:50', '', 687, 'http://www.turcuas.com/?p=721', 0, 'revision', '', 0),
(722, 1, '2012-03-08 03:29:49', '2012-03-08 09:29:49', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-7', '', '', '2012-03-08 03:29:49', '2012-03-08 09:29:49', '', 687, 'http://www.turcuas.com/?p=722', 0, 'revision', '', 0),
(723, 1, '2012-03-08 03:32:56', '2012-03-08 09:32:56', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-8', '', '', '2012-03-08 03:32:56', '2012-03-08 09:32:56', '', 687, 'http://www.turcuas.com/?p=723', 0, 'revision', '', 0),
(725, 1, '2012-03-08 03:34:02', '2012-03-08 09:34:02', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-9', '', '', '2012-03-08 03:34:02', '2012-03-08 09:34:02', '', 687, 'http://www.turcuas.com/?p=725', 0, 'revision', '', 0),
(727, 1, '2012-03-08 03:40:55', '2012-03-08 09:40:55', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-10', '', '', '2012-03-08 03:40:55', '2012-03-08 09:40:55', '', 687, 'http://www.turcuas.com/?p=727', 0, 'revision', '', 0),
(1798, 1, '2012-09-08 21:04:27', '2012-09-09 03:04:27', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Bergkristall (4 mm) und vergoldeten 925 Silber (2 mm) Perlen gemacht.</span></p><!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4 mm de diámetro y abalorios de plata 925 bañada en oro, de 2 mm de diámetro.</span><!--:-->', '<!--:de-->Bela matt transparenter Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-7', '', '', '2012-09-08 21:04:27', '2012-09-09 03:04:27', '', 1422, 'http://www.turcuas.com/?p=1798', 0, 'revision', '', 0),
(1797, 1, '2012-09-08 21:01:02', '2012-09-09 03:01:02', '<!--:de--><span style="font-size: small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Howlith (4 mm) und Onyx (2 mm) Perlen gemacht. Die facettierten Howlith Perlen verleihen dem Armband einen sehr schönen Glanz, was dem Schmuckstück eine gewisse Eleganz gibt.</span><!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of howlith (4 mm) and onyx (2 mm) beads. The faceted howlith beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia.</span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision-3', '', '', '2012-09-08 21:01:02', '2012-09-09 03:01:02', '', 1411, 'http://www.turcuas.com/?p=1797', 0, 'revision', '', 0),
(1796, 1, '2012-11-13 13:11:21', '2012-11-13 19:11:21', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. </span></p><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-7', '', '', '2012-11-13 13:11:21', '2012-11-13 19:11:21', '', 1395, 'http://www.turcuas.com/?p=1796', 0, 'revision', '', 0),
(1794, 1, '2012-09-08 20:59:13', '2012-09-09 02:59:13', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. </span></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\r\n\r\n<span style="font-size: xx-small;"><span style="font-size: small;">\r\n</span></span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span><!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-5', '', '', '2012-09-08 20:59:13', '2012-09-09 02:59:13', '', 1395, 'http://www.turcuas.com/?p=1794', 0, 'revision', '', 0),
(866, 1, '2012-03-07 12:47:16', '2012-03-07 18:47:16', '<!--:en-->This should appear at the top of the all collections page.<!--:--><!--:de-->Alle Kollektionen<!--:-->', '<!--:en-->All Collections<!--:--><!--:de-->Alle Kollektionen<!--:-->', '', 'inherit', 'open', 'open', '', '510-revision-2', '', '', '2012-03-07 12:47:16', '2012-03-07 18:47:16', '', 510, 'http://www.turcuas.com/?p=866', 0, 'revision', '', 0),
(1592, 1, '2012-09-07 14:08:58', '2012-09-07 20:08:58', '<!--:de--><span style="font-size: x-small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Howlith und Onyx Perlen gemacht. Ihre Verschlüsse bestehen aus weiß opak Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.</span><!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in two different sizes. They are made out of howlith and onyx beads. The clasps are made out of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:--><!--:es--><span style="font-size: x-small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de howlita de 4mm de diámetro y de ónix de 2mm de diámetro. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia. </span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-revision-2', '', '', '2012-09-07 14:08:58', '2012-09-07 20:08:58', '', 1414, 'http://www.turcuas.com/?p=1592', 0, 'revision', '', 0),
(2124, 1, '2012-11-28 04:50:47', '2012-11-28 10:50:47', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925er Silber und vergoldetem 925er Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces of this collection are made of 4 mm and 2 mm beads. The materials of the beads are onyx, howlite, rock crystal, sterling silver and gold-plated sterling silver. The pieces are available in the color combinations black - silver, white - black and transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four nickel-free silver-plated or gold-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro - plata, blanco - negro, transparente mate - oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-10', '', '', '2012-11-28 04:50:47', '2012-11-28 10:50:47', '', 540, 'http://www.turcuas.com/?p=2124', 0, 'revision', '', 0),
(1571, 1, '2012-09-08 14:44:06', '2012-09-08 20:44:06', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="1568" title="Español"]\r\n\r\n<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-6', '', '', '2012-09-08 14:44:06', '2012-09-08 20:44:06', '', 50, 'http://www.turcuas.com/?p=1571', 0, 'revision', '', 0),
(1572, 1, '2012-09-08 14:44:26', '2012-09-08 20:44:26', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><p class="left"><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span></p> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="1568" title="Español"]\r\n\r\n<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-7', '', '', '2012-09-08 14:44:26', '2012-09-08 20:44:26', '', 50, 'http://www.turcuas.com/?p=1572', 0, 'revision', '', 0),
(1575, 1, '2012-09-08 14:57:05', '2012-09-08 20:57:05', '', '<!--:en-->Materials<!--:--><!--:de-->Materialien<!--:--><!--:es-->Materiales<!--:-->', '', 'publish', 'open', 'open', '', 'materials', '', '', '2012-11-23 13:14:24', '2012-11-23 19:14:24', '', 0, 'http://www.turcuas.com/?p=1575', 11, 'nav_menu_item', '', 0),
(830, 1, '2012-03-22 22:48:39', '2012-03-23 04:48:39', ' ', '', '', 'publish', 'open', 'open', '', '830', '', '', '2012-11-23 13:14:19', '2012-11-23 19:14:19', '', 0, 'http://www.turcuas.com/?p=830', 7, 'nav_menu_item', '', 0),
(831, 1, '2012-03-22 22:48:39', '2012-03-23 04:48:39', ' ', '', '', 'publish', 'open', 'open', '', '831', '', '', '2012-11-23 13:14:20', '2012-11-23 19:14:20', '', 0, 'http://www.turcuas.com/?p=831', 8, 'nav_menu_item', '', 0),
(1858, 1, '2012-11-13 13:20:46', '2012-11-13 19:20:46', '<!--:de--><span style="font-size: small;">Diese Armbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-8', '', '', '2012-11-13 13:20:46', '2012-11-13 19:20:46', '', 1400, 'http://www.turcuas.com/?p=1858', 0, 'revision', '', 0),
(2087, 1, '2012-11-23 12:27:16', '2012-11-23 18:27:16', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and gold-plated 925 silver beads (2 mm) and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela farbloser/matt Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-3', '', '', '2012-11-23 12:27:16', '2012-11-23 18:27:16', '', 1422, 'http://www.turcuas.com/?p=2087', 0, 'revision', '', 0),
(1594, 1, '2012-09-08 21:12:49', '2012-09-09 03:12:49', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Bergkristall und vergoldeten 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus matt transparenten Glasperlen und vier starken nickelfreien vergoldeten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.  </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of rock crystal and 925 silver gold-plated beads. The clasps are made out of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela matt transparentes Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-4', '', '', '2012-09-08 21:12:49', '2012-09-09 03:12:49', '', 1426, 'http://www.turcuas.com/?p=1594', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1810, 1, '2012-09-07 13:05:22', '2012-09-07 19:05:22', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Diese Kollektion besteht aus Schmuckstücken, die aus sehr regelmäßigen Glas- und Edelmetallperlen, wie 925 Silber -rein oder vergoldet- gemacht sind. Linx Merkmal ist die Kettengliedergestalt, die jedes Stück charakterisiert. Die erhältliche Farbkombinationen sind: schwarz &amp; silber, schwarz &amp; gold, weiß &amp; gold. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made out of very regular glass and silver beads, also gold-plated silver beads. The characteristical design element of this collection are the links, that are united to form a chain. The color combinations that are available are: black &amp; silver, black &amp; gold, white &amp; gold.</span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro &amp; plata, negro &amp; oro, blanco &amp; oro.</span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision-2', '', '', '2012-09-07 13:05:22', '2012-09-07 19:05:22', '', 461, 'http://www.turcuas.com/?p=1810', 0, 'revision', '', 0),
(1990, 1, '2012-11-23 11:24:50', '2012-11-23 17:24:50', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces from this collection are made of 4 mm and 2 mm diameter beads. The regular beading pattern makes of the thread a beautiful detail. The materials of the beads are onyx, howlith, rock crystal and 925 silver, also gold-plated. The color combinations are: black and silver, white and black, transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four very strong silver-plated or gold-plated magnets. These clasps do not contain nickel and make the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro y plata, blanco y negro, transparente mate y oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-5', '', '', '2012-11-23 11:24:50', '2012-11-23 17:24:50', '', 540, 'http://www.turcuas.com/?p=1990', 0, 'revision', '', 0),
(1802, 1, '2012-11-13 13:19:17', '2012-11-13 19:19:17', '<!--:de--><span style="font-size: x-small;">Diese Armbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-6', '', '', '2012-11-13 13:19:17', '2012-11-13 19:19:17', '', 1400, 'http://www.turcuas.com/?p=1802', 0, 'revision', '', 0),
(1053, 1, '2012-03-29 05:40:28', '2012-03-29 11:40:28', '', '<!--:en-->All Collections<!--:--><!--:de-->Alle Kollektionen<!--:-->', '', 'inherit', 'open', 'open', '', '510-revision-4', '', '', '2012-03-29 05:40:28', '2012-03-29 11:40:28', '', 510, 'http://www.turcuas.com/?p=1053', 0, 'revision', '', 0),
(1769, 1, '2012-10-26 09:36:28', '2012-10-26 15:36:28', '', '1347917999-amazon', '', 'inherit', 'open', 'open', '', '1347917999-amazon', '', '', '2012-10-26 09:36:28', '2012-10-26 15:36:28', '', 0, 'http://www.turcuas.com/wp-content/uploads/2012/10/1347917999-amazon.jpg', 0, 'attachment', 'image/jpeg', 0),
(1105, 1, '2012-04-29 08:47:23', '2012-04-29 14:47:23', ' ', '', '', 'publish', 'open', 'open', '', '1105', '', '', '2012-11-23 13:14:29', '2012-11-23 19:14:29', '', 0, 'http://www.turcuas.com/?p=1105', 25, 'nav_menu_item', '', 0),
(2120, 1, '2012-11-28 04:20:06', '2012-11-28 10:20:06', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus schwarzen glänzenden Glas-, vergoldeten 925er Silber- und Onyxperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen vergoldete 925er Silber Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, made of shiny black glass beads and gold-plated sterling silver beads and it is available in two sizes. The bracelet has onyx beads (8 mm) and a magnetic gold-plated sterling silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están hechos de abalorios de vidrio negro brillante y de abalorios de plata 925 bañada en oro. Los módulos están intercalados con abalorios de 8 mm de diámetro de la piedra semipreciosa ónix. Las pulseras tienen un cierre magnético de plata bañada en oro que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera se encuentra disponible en dos tamaños.</span><!--:-->', '<!--:de-->Sil Armband 02 schwarz-gold<!--:--><!--:en-->Sil bracelet 02 black-gold<!--:--><!--:es-->Sil pulsera 02 negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1532-revision', '', '', '2012-11-28 04:20:06', '2012-11-28 10:20:06', '', 1532, 'http://www.turcuas.com/?p=2120', 0, 'revision', '', 0),
(1103, 1, '2012-04-29 08:46:17', '2012-04-29 14:46:17', ' ', '', '', 'publish', 'open', 'open', '', '1103', '', '', '2012-11-23 13:14:22', '2012-11-23 19:14:22', '', 0, 'http://www.turcuas.com/?p=1103', 10, 'nav_menu_item', '', 0),
(1104, 1, '2012-04-29 08:47:21', '2012-04-29 14:47:21', ' ', '', '', 'publish', 'open', 'open', '', '1104', '', '', '2012-11-23 13:14:28', '2012-11-23 19:14:28', '', 0, 'http://www.turcuas.com/?p=1104', 18, 'nav_menu_item', '', 0),
(1595, 1, '2012-09-07 13:56:48', '2012-09-07 19:56:48', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: x-small;">Diese Halsbänder sind in drei verschiedenen Größen erhältlich. Sie sind aus Onyx und 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. Dieses Schmuckstück sieht es am besten aus, wenn man es eng am Hals trägt. </span></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: x-small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4mm de diámetro y abalorios de plata 925 de 2mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span>\r\n\r\n<!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-revision-3', '', '', '2012-09-07 13:56:48', '2012-09-07 19:56:48', '', 1403, 'http://www.turcuas.com/?p=1595', 0, 'revision', '', 0),
(1860, 1, '2012-11-13 13:26:21', '2012-11-13 19:26:21', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder der Kollektion „BELA“ sind aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.  </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of rock crystal and 925 silver gold-plated beads. The clasps are made out of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela matt transparentes Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-6', '', '', '2012-11-13 13:26:21', '2012-11-13 19:26:21', '', 1426, 'http://www.turcuas.com/?p=1860', 0, 'revision', '', 0),
(1377, 1, '2012-09-07 13:04:04', '2012-09-07 19:04:04', '', 'collection_linx_introduction_es_002', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_es_002', '', '', '2012-09-07 13:04:04', '2012-09-07 19:04:04', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1378, 1, '2012-09-07 13:04:32', '2012-09-07 19:04:32', '', 'collection_linx_introduction_es_003', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_es_003', '', '', '2012-09-07 13:04:32', '2012-09-07 19:04:32', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(2114, 1, '2012-11-28 10:49:17', '2012-11-28 16:49:17', '<!--:de--><span style="font-size: small;">Zeitschrift\r\n"Su Casa" \r\nArchitektur, Design und Nachhaltigkeit\r\nCosta Rica, Oktober 2012\r\n&nbsp;\r\n<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas</a>\r\n<!--:--><!--:en--><span style="font-size: small;">Magazine\r\n"Su Casa" \r\nArchitecture, Design and Sustainability\r\nCosta Rica, Oktober 2012\r\n&nbsp;<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas </a><!--:--><!--:es--><span style="font-size: small;">Revista\r\n "Su Casa" \r\nArquitectura, Diseño y Sostenibilidad \r\nCosta Rica, Oktober 2012\r\n<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas </a>\r\n\r\n<!--:-->', '<!--:de-->Presse<!--:--><!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'open', 'open', '', '2096-revision-4', '', '', '2012-11-28 10:49:17', '2012-11-28 16:49:17', '', 2096, 'http://www.turcuas.com/?p=2114', 0, 'revision', '', 0),
(2113, 1, '2012-11-28 10:46:39', '2012-11-28 16:46:39', '<!--:de--><span style="font-size: small;">Architektur, Design und Nachhaltigkeit-Zeitschrift\r\n "Su Casa" \r\nCosta Rica, Oktober 2012\r\n&nbsp;\r\n<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas</a>\r\n<!--:--><!--:en--><span style="font-size: small;">Architecture, Design and Sustainability - Magazine\r\n "Su Casa" \r\nCosta Rica, Oktober 2012\r\n&nbsp;<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas </a><!--:--><!--:es--><span style="font-size: small;">Revista de Arquitectura, Diseño y Sostenibilidad \r\n "Su Casa" \r\nCosta Rica, Oktober 2012\r\n<a title="Revista Su Casa" href="http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas " target="_blank">http://revistasucasa.com/articulo/diseño-de-objetos/isabel-dada-ort%C3%ADz-el-arte-de-diseñar-sentimientos-y-afinar-rocas </a>\r\n\r\n<!--:-->', '<!--:de-->Presse<!--:--><!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'open', 'open', '', '2096-revision-3', '', '', '2012-11-28 10:46:39', '2012-11-28 16:46:39', '', 2096, 'http://www.turcuas.com/?p=2113', 0, 'revision', '', 0),
(1958, 1, '2012-11-14 09:56:06', '2012-11-14 15:56:06', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus schwarzen glänzenden Glas-, 925 Silber- und Onyxperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, that are arranged one after the other and it is available in two sizes. The cylinders are made of shiny black glass beads and 925 silver beads. Between the modules, there are onyx beads with 8 mm diameter. The bracelet has a magnetic 925 silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están colocados uno tras otro. Estos cilindros están hechos de abalorios de vidrio negro brillante y de abalorios de plata 925. Los módulos están intercalados con abalorios de 8 mm de diámetro de la piedra semipreciosa ónix. Las pulseras tienen un cierre magnético de plata que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera se encuentra disponible en dos tamaños. </span><!--:-->', '<!--:de-->Sil Armband 02 schwarz-silber<!--:--><!--:en-->Sil bracelet 02 black-silver<!--:--><!--:es-->Sil pulsera 02 negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1515-revision-7', '', '', '2012-11-14 09:56:06', '2012-11-14 15:56:06', '', 1515, 'http://www.turcuas.com/?p=1958', 0, 'revision', '', 0),
(1206, 1, '2012-04-17 12:05:12', '2012-04-17 18:05:12', '', '<!--:en-->All Collections<!--:--><!--:de-->Alle Kollektionen<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'inherit', 'open', 'open', '', '510-revision-5', '', '', '2012-04-17 12:05:12', '2012-04-17 18:05:12', '', 510, 'http://www.turcuas.com/?p=1206', 0, 'revision', '', 0),
(1818, 1, '2012-09-08 21:43:56', '2012-09-09 03:43:56', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Halskette is aus ca. 1650 schwarzen glänzenden Glasperlen. Sie ist ungefähr 50 cm lang. Sie hat ein Kettenglied, das nur aus 925 Silber Perlen gemacht ist. Der Verschluß besteht aus Glasperlen und zwei starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. </span></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">This necklace is made out approximately 1650 shiny black glass beads. It is more or less 50 cm long. It has one link made out of 925 silver beads. The clasp is made out of glass beads and two very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este collar está hecho de aproximadamente 1 650 abalorios negros brillantes y mide aproximadamente 50 cm. Tiene un eslabón hecho sólo de abalorios de plata 925. El cierre está constituido por dos imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse el collar fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx kurze Kette schwarz-silber<!--:--><!--:en-->Linx short necklace black-silver<!--:--><!--:es-->Linx collar corto negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1444-revision-9', '', '', '2012-09-08 21:43:56', '2012-09-09 03:43:56', '', 1444, 'http://www.turcuas.com/?p=1818', 0, 'revision', '', 0),
(1850, 1, '2012-11-13 13:11:55', '2012-11-13 19:11:55', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. </span></p><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-8', '', '', '2012-11-13 13:11:55', '2012-11-13 19:11:55', '', 1395, 'http://www.turcuas.com/?p=1850', 0, 'revision', '', 0),
(1586, 1, '2012-09-07 14:24:44', '2012-09-07 20:24:44', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: x-small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. </span></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: x-small;">The rings of this collection are available in five different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. </span><!--:--><!--:es--><span style="font-size: x-small;">Los anillos de esta coleccción están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span>\r\n\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-4', '', '', '2012-09-07 14:24:44', '2012-09-07 20:24:44', '', 1395, 'http://www.turcuas.com/?p=1586', 0, 'revision', '', 0),
(1795, 1, '2012-11-13 13:09:45', '2012-11-13 19:09:45', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. </span></p><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-6', '', '', '2012-11-13 13:09:45', '2012-11-13 19:09:45', '', 1395, 'http://www.turcuas.com/?p=1795', 0, 'revision', '', 0),
(1587, 1, '2012-09-07 14:04:00', '2012-09-07 20:04:00', '<!--:de--><span style="font-size: x-small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Howlith (4 mm) und Onyx (2 mm) Perlen gemacht. Die facettierten Howlith Perlen verleihen dem Armband einen sehr schönen Glanz, was dem Schmuckstück eine gewisse Eleganz gibt.</span><!--:--><!--:en--><span style="font-size: x-small;">The rings of this collection are available in five different sizes. They are made out of howlith (4 mm) and onyx (2 mm) beads. The faceted howlith beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: x-small;">Los anillos de esta coleccción están disponibles en cinco diferentes tamaños y son hechos de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Las facetas de las piedras de howlita, hacen que éstas brillen de manera atractiva y den a la pieza una gran elegancia. </span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision-2', '', '', '2012-09-07 14:04:00', '2012-09-07 20:04:00', '', 1411, 'http://www.turcuas.com/?p=1587', 0, 'revision', '', 0),
(1588, 1, '2012-09-08 21:03:26', '2012-09-09 03:03:26', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Bergkristall (4 mm) und vergoldeten 925 Silber (2 mm) Perlen gemacht. </span></p>\n<p lang="de-DE"><span style="font-size: xx-small;">\n</span></p>\n<span style="font-size: x-small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span>\n\n<span style="font-size: xx-small;">\n</span>\n\n<span style="font-size: x-small;">Los anillos de esta coleccción están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4mm de diámetro y abalorios de plata 925 bañada en oro de 2mm de diámetro. </span>\n\n<span style="font-size: xx-small;">\n</span><!--:--><!--:en--><span style="font-size: small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span>\n\n<span style="font-size: xx-small;">\n</span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4 mm de diámetro y abalorios de plata 925 bañada en oro, de 2 mm de diámetro.</span><!--:-->', '<!--:de-->Bela matt transparenter Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-autosave', '', '', '2012-09-08 21:03:26', '2012-09-09 03:03:26', '', 1422, 'http://www.turcuas.com/?p=1588', 0, 'revision', '', 0),
(1589, 1, '2012-09-07 16:06:39', '2012-09-07 22:06:39', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: x-small;">Die Ringe von dieser Kollektion sind in fünf verschiedenen Größen erhältlich. Sie sind aus Bergkristall (4 mm) und vergoldeten 925 Silber (2 mm) Perlen gemacht. </span></p>\r\n<p lang="de-DE"><span style="font-size: xx-small;">\r\n</span></p>\r\n<span style="font-size: x-small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span>\r\n\r\n<span style="font-size: x-small;">Los anillos de esta coleccción están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4mm de diámetro y abalorios de plata 925 bañada en oro de 2mm de diámetro. </span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span>\r\n\r\n<!--:--><!--:en--><span style="font-size: x-small;">The rings of this collection are available in five different sizes. They are made out of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads. </span>\r\n\r\n<span style="font-size: xx-small;">\r\n</span><!--:--><!--:es--><span style="font-size: x-small;">Los anillos de esta coleccción están disponibles en cinco diferentes tamaños y son hechos de piedras de cristal de roca o cuarzo cristal de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro.  </span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela matt transparenter Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-5', '', '', '2012-09-07 16:06:39', '2012-09-07 22:06:39', '', 1422, 'http://www.turcuas.com/?p=1589', 0, 'revision', '', 0),
(1811, 1, '2012-11-13 13:34:21', '2012-11-13 19:34:21', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „LINX“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „LINX“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made out of very regular glass and silver beads, also gold-plated silver beads. The characteristical design element of this collection are the links, that are united to form a chain. The color combinations that are available are: black and silver, black and gold, white and gold.</span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro y plata, negro y oro, blanco y oro. </span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision-3', '', '', '2012-11-13 13:34:21', '2012-11-13 19:34:21', '', 461, 'http://www.turcuas.com/?p=1811', 0, 'revision', '', 0),
(1800, 1, '2012-11-13 13:18:08', '2012-11-13 19:18:08', '<!--:de--><span style="font-size: x-small;">Diese Armbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-4', '', '', '2012-11-13 13:18:08', '2012-11-13 19:18:08', '', 1400, 'http://www.turcuas.com/?p=1800', 0, 'revision', '', 0),
(1568, 1, '2012-11-14 07:00:29', '2012-11-14 13:00:29', '', 'Español', '', 'publish', 'closed', 'open', '', 'espanol', '', '', '2012-11-14 07:00:29', '2012-11-14 13:00:29', '', 0, 'http://www.turcuas.com/?wpcf7_contact_form=espanol-3', 0, 'wpcf7_contact_form', '', 0),
(1569, 1, '2012-09-07 21:51:49', '2012-09-08 03:51:49', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span> [contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span> <span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span><span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span> <span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span><span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span> <span style="font-size: small;">posible.</span> [contact-form-7 id="1565" title="Español"]<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-4', '', '', '2012-09-07 21:51:49', '2012-09-08 03:51:49', '', 50, 'http://www.turcuas.com/?p=1569', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1229, 1, '2012-12-01 10:45:07', '2012-12-01 16:45:07', '<!--:de--><p style="text-align: left;"><span style="font-size: small;">Turcuás gestaltet und fertigt einzigartige Schmuckstücke, die mit Perlen aus hochwertigem Glas, Halbedelsteinen und Edelmetallen in Handarbeit gefädelt werden.</span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Die Gestalterin von Turcuás und gebürtige Costa-Ricanerin gründete 2011 das Unternehmen mit Hauptsitz in Süddeutschland, die Produktion der Schmuckstücke findet jedoch an ausgewählten Standorten in Costa Rica statt.</span></p>\n&nbsp;\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-2174" title="Map Germany-Costa Rica DE" src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germany-Costa-Rica-DE-296x183.jpg" alt="" width="296" height="183" /></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Obwohl die Entwicklung dieses lateinamerikanischen Landes in den letzten Jahren deutliche Fortschritte gemacht hat, leben dort immer noch zahlreiche Menschen unter schwierigen sozialen und wirtschaftlichen Verhältnissen. Mit der Produktion unserer Schmuckstücke in Regionen mit eingeschränktem Zugang zum Arbeitsmarkt, schafft Turcuás dort neue und fair bezahlte Arbeitsplätze.</span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Unser Ziel ist nicht nur, Ihnen einzigartigen Schmuck zu bieten, sondern Sie mit jedem Stück daran teilhaben zu lassen, Menschen im Produktionsland in ihrer Entwicklung nachhaltig zu unterstützen.</span></p>\n&nbsp;\n&nbsp;\n&nbsp;\n<p style="text-align: center;"><img class="aligncenter size-full wp-image-2185" title="Working DE" src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-DE2.jpg" alt="" width="592" height="127" />\n<p style="text-align: center;">\n&nbsp;\n&nbsp;\n&nbsp;\n<span style="font-size: small;">“Es ist ein wahr gewordener Traum, denn ich wollte schon immer einen Lohn von zu Hause aus verdienen, um meine Familie finanziell unterstützen zu können, ohne sie zu vernachlässigen. Diese Arbeit hat mir finanziell und psychologisch sehr gut getan.” Marjorie</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“Ich genieße die Arbeit sehr und mir gefällt zu sehen, dass wir diese schönen Schmuckstücke selber fertigen können.” Juan José</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“Ich bin sehr glücklich, Geld verdienen zu können, indem ich den Schmuck zu Hause fertige, denn so kann ich mich sowohl um meine Familie kümmern als auch meine zwei Kinder beim Studium finanziell unterstützen.” Cristina</span></p><!--:--><!--:en--><p style="text-align: left;"><span style="font-size: small;">Turcuás is an international company founded in 2011. Our headquarters is in the south of Germany and the production takes place in little villages in Costa Rica.</span></p>\n&nbsp;\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germay-Costa-Rica-EN2-296x183.jpg" alt="" title="Map Germay-Costa Rica EN" width="296" height="183" class="aligncenter size-medium wp-image-2189" />\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">We are specialized in the design and the manufacture of high quality jewelry, which is handmade of semiprecious stones, perfectly shaped high quality glass, sterling silver and gold-plated sterling silver.</span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Our production sites in Costa Rica are located in marginalized regions where we offer a reliable and fair income.</span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Our goal is not only to offer you unique jewelry, but also to let you participate in the personal and professional development of employees in the country of production.</span></p>\n&nbsp;\n&nbsp;\n&nbsp;\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-EN1.jpg" alt="" title="Working EN" width="592" height="127" class="aligncenter size-full wp-image-2190" />\n&nbsp;\n<span style="font-size: small;">“It is a dream come true, beacause I always wanted to have an income working from home, so that I could support my family without neglecting it. This job has brought me big financial and psychological benefits.” Marjorie</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“I enjoy working very much and I like to see the beautliful jewelry pieces that we are able to make.” Juan José</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“I feel very happy with this job, because I can make the jewelry at home, so I can take care of my family but also financially support my two children through their studies.” Cristina</span></p><!--:--><!--:es--><p style="text-align: left;"><span style="font-size: small;">Turcuás es una empresa internacional fundada en el 2011. Nuestra oficina central está situada en el sur de Alemania y la fabricación de nuestros productos se lleva a cabo en pequeños pueblos de Costa Rica. </span></p>\n&nbsp;\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Map-Germany-Costa-Rica-ES1-296x183.jpg" alt="" title="Map Germany-Costa Rica ES" width="296" height="183" class="aligncenter size-medium wp-image-2191" />\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Nos especializamos en el diseño y la producción de piezas de joyería hechas a mano con abalorios de materiales de alto valor como piedras semipreciosas, plata 925, pura o bañada en oro y abalorios de vidrio sorprendentemente regulares. </span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">La producción se lleva a cabo en zonas de Costa Rica con difícil acceso al mercado laboral. Cada una de nuestras piezas es hecha a mano con gran delicadeza y empeño. Este trabajo es llevado a cabo por personas costarricenses -algunas con ascendencia indígena- quienes por su situación geográfica o social, no cuentan con fácil acceso a fuentes de trabajo. La oportunidad laboral, que Turcuás crea en estos pueblos es una ayuda para estas mujeres, quienes con la producción de nuestra joyería, se aseguran un ingreso económico justo, que les garantiza la posibilidad de apoyar a sus familias. </span></p>\n&nbsp;\n<p style="text-align: left;"><span style="font-size: small;">Nuestra meta es ofrecerle a usted joyería extraordinaria y permitirle ser parte del apoyo brindado para el desarrollo personal y profesional de estas personas, en el país de producción.</span></p>\n&nbsp;\n&nbsp;\n&nbsp;\n<p style="text-align: center;"><img src="http://www.turcuas.com/wp-content/uploads/2011/05/Working-ES1.jpg" alt="" title="Working ES" width="592" height="127" class="aligncenter size-full wp-image-2192" />\n&nbsp;\n&nbsp;\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“Es un sueño hecho realidad, porque siempre quise tener una entrada económica trabajando desde mi casa, para poder ayudar a mi familia sin tener que descuidarla. Este trabajo me ha beneficiado tanto económica como psicológicamente.” Marjorie</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“Disfruto mucho el trabajo y me gusta más y más al ver las lindas piezas que podemos hacer.” Juan José</span></p>\n&nbsp;\n<p style="text-align: center;"><span style="font-size: small;">“Yo me siento muy contenta con el trabajo, porque no salgo de mi casa, así puedo atender a mi familia. Es una gran ayuda económica, porque tengo dos hijos estudiando.” Cristina</span></p>\n\n<!--:-->', '<!--:de-->Über uns<!--:--><!--:en-->About us<!--:--><!--:es-->Acerca de nosotros<!--:-->', '', 'inherit', 'open', 'open', '', '243-autosave', '', '', '2012-12-01 10:45:07', '2012-12-01 16:45:07', '', 243, 'http://www.turcuas.com/?p=1229', 0, 'revision', '', 0),
(942, 1, '2012-03-29 06:27:24', '2012-03-29 12:27:24', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-3', '', '', '2012-03-29 06:27:24', '2012-03-29 12:27:24', '', 687, 'http://www.turcuas.com/?p=942', 0, 'revision', '', 0),
(1564, 1, '2012-09-07 21:32:17', '2012-09-08 03:32:17', '<!--:de--><p lang="de-DE"><span style="font-size: small;">In Turcuás sind wir für Sie da, zweifeln Sie nicht daran, uns zu kontaktieren. Wenn Sie sich für den Erwerb unserer Produkte interessieren, unsere Produkte vertreiben wollen oder eine Frage oder Kommentar haben, schicken Sie uns Ihre Nachricht durch diesen Kontaktformular und wir werden uns sobald wie möglich bei Ihnen melden. </span></p>\r\n[contact-form-7 id="525" title="German Form"]<!--:--><!--:en--><span style="font-size: small;">In Turcuás we are there for you, do not hesitate to contact us. If you are interested in purchasing our products, you want to become a distributor or you have any questions or comments, send us your message through this form and we will get in touch with you as soon as possible. </span>\r\n\r\n[contact-form-7 id="515" title="English Form"]<!--:--><!--:es--><span style="font-size: small;">En Turcuás estamos para usted, no dude en contactarnos. </span>\r\n\r\n<span style="font-size: small;">Si está interesado en la compra de nuestros productos, </span>\r\n\r\n<span style="font-size: small;">quiere ser uno de nuestros distribuidores o tiene alguna </span>\r\n\r\n<span style="font-size: small;">pregunta o comentario, envíenos su mensaje por medio </span>\r\n\r\n<span style="font-size: small;">de este formulario y nosotros le responderemos lo antes </span>\r\n\r\n<span style="font-size: small;">posible.</span>\r\n\r\n[contact-form-7 id="515" title="English Form"]<!--:-->', '<!--:de-->Kontakt<!--:--><!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'inherit', 'open', 'open', '', '50-revision-2', '', '', '2012-09-07 21:32:17', '2012-09-08 03:32:17', '', 50, 'http://www.turcuas.com/?p=1564', 0, 'revision', '', 0),
(1861, 1, '2012-11-14 07:55:37', '2012-11-14 13:55:37', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and 925 (2 mm) silver gold-plated beads and it is are available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela matt transparenter Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-9', '', '', '2012-11-14 07:55:37', '2012-11-14 13:55:37', '', 1422, 'http://www.turcuas.com/?p=1861', 0, 'revision', '', 0),
(1807, 1, '2012-09-08 21:18:10', '2012-09-09 03:18:10', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Halsbänder sind in drei verschiedenen Größen erhältlich. Sie sind aus Onyx und 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. Dieses Schmuckstück sieht es am besten aus, wenn man es eng am Hals trägt. </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span><!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-revision-5', '', '', '2012-09-08 21:18:10', '2012-09-09 03:18:10', '', 1403, 'http://www.turcuas.com/?p=1807', 0, 'revision', '', 0),
(1596, 1, '2012-09-08 21:17:20', '2012-09-09 03:17:20', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Diese Halsbänder sind in drei verschiedenen Größen erhältlich. Sie sind aus Onyx und 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. Dieses Schmuckstück sieht es am besten aus, wenn man es eng am Hals trägt. </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span><!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-revision-4', '', '', '2012-09-08 21:17:20', '2012-09-09 03:17:20', '', 1403, 'http://www.turcuas.com/?p=1596', 0, 'revision', '', 0),
(1956, 1, '2012-11-14 13:29:52', '2012-11-14 19:29:52', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the cylindrical modules. The available color combinations are: black and silver, black and gold, white and silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-5', '', '', '2012-11-14 13:29:52', '2012-11-14 19:29:52', '', 602, 'http://www.turcuas.com/?p=1956', 0, 'revision', '', 0),
(1836, 1, '2012-11-13 14:11:05', '2012-11-13 20:11:05', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „SIL“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „SIL“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">This collection´s characteristical design element are the cylindrical modules. These modules are made out of glass and 925 silver beads, also with 925 silver gold-plated beads. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata.</span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-10', '', '', '2012-11-13 14:11:05', '2012-11-13 20:11:05', '', 602, 'http://www.turcuas.com/?p=1836', 0, 'revision', '', 0),
(1591, 1, '2012-09-07 13:52:42', '2012-09-07 19:52:42', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.  </span></p>\r\n&nbsp;<!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: x-small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención.</span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-2', '', '', '2012-09-07 13:52:42', '2012-09-07 19:52:42', '', 1400, 'http://www.turcuas.com/?p=1591', 0, 'revision', '', 0),
(1955, 1, '2012-11-14 07:45:58', '2012-11-14 13:45:58', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces from this collection are made of 4 mm and 2 mm diameter beads. The regular beading pattern makes of the thread a beautiful detail. The materials of the beads are onyx, howlith, rock crystal and 925 silver, also gold-plated. The color combinations are: black and silver, white and black, transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four very strong silver-plated or gold-plated magnets. These clasps do not contain nickel and make the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=en">View all pieces from this collection</a> </span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1352" title="collection_bela_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1353" title="collection_bela_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1354" title="collection_bela_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><span style="font-size: small;">Las piezas de esta colección están hechas con abalorios de 2 mm y de 4 mm de diámetro unidos con un fuerte hilo bajo un patrón constante, lo que constituye parte de su belleza. Las piedras semipreciosas ónix, howlita y cristal de roca y los abalorios de plata 925, pura y bañada en oro son los principales materiales de esta colección. Las combinaciones de colores disponibles son: negro y plata, blanco y negro, transparente mate y oro. Todos los cierres están hechos con abalorios de vidrio y cuatro fuertes imanes bañados en plata o en oro. Estos imanes, que no contienen níquel, facilitan el ponerse o quitarse la pieza y por su gran fuerza, no hay riesgo de que se abra sin intención. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=es">Ver todas las piezas de esta colleción </a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1360" title="collection_bela_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1361" title="collection_bela_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1362" title="collection_bela_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Bela"<!--:--><!--:en-->Collection "Bela"<!--:--><!--:es-->Colección "Bela"<!--:-->', '', 'inherit', 'open', 'open', '', '540-revision-3', '', '', '2012-11-14 07:45:58', '2012-11-14 13:45:58', '', 540, 'http://www.turcuas.com/?p=1955', 0, 'revision', '', 0),
(1373, 1, '2012-09-07 13:00:57', '2012-09-07 19:00:57', '', 'collection_linx_introduction_en_002', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_en_002', '', '', '2012-09-07 13:00:57', '2012-09-07 19:00:57', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(2094, 1, '2012-11-23 11:32:15', '2012-11-23 17:32:15', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the cylindric modules. The available color combinations are: black - silver, black - gold and white - silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro - plata, negro - oro y blanco - plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-7', '', '', '2012-11-23 11:32:15', '2012-11-23 17:32:15', '', 602, 'http://www.turcuas.com/?p=2094', 0, 'revision', '', 0),
(1388, 1, '2012-09-07 13:26:22', '2012-09-07 19:26:22', '', 'collection_sil_introduction_es_001', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_es_001', '', '', '2012-09-07 13:26:22', '2012-09-07 19:26:22', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1385, 1, '2012-09-07 13:21:36', '2012-09-07 19:21:36', '', 'collection_sil_introduction_en_001', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_en_001', '', '', '2012-09-07 13:21:36', '2012-09-07 19:21:36', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1381, 1, '2012-09-07 13:11:14', '2012-09-07 19:11:14', '', 'collection_sil_introduction_000', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_000', '', '', '2012-09-07 13:11:14', '2012-09-07 19:11:14', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_000.jpg', 0, 'attachment', 'image/jpeg', 0),
(1382, 1, '2012-09-07 13:12:55', '2012-09-07 19:12:55', '', 'collection_sil_introduction_de_001', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_de_001', '', '', '2012-09-07 13:12:55', '2012-09-07 19:12:55', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1383, 1, '2012-09-07 13:13:47', '2012-09-07 19:13:47', '', 'collection_sil_introduction_de_002', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_de_002', '', '', '2012-09-07 13:13:47', '2012-09-07 19:13:47', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1384, 1, '2012-09-07 13:16:09', '2012-09-07 19:16:09', '', 'collection_sil_introduction_de_003', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_de_003', '', '', '2012-09-07 13:16:09', '2012-09-07 19:16:09', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1386, 1, '2012-09-07 13:24:17', '2012-09-07 19:24:17', '', 'collection_sil_introduction_en_002', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_en_002', '', '', '2012-09-07 13:24:17', '2012-09-07 19:24:17', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1387, 1, '2012-09-07 13:24:55', '2012-09-07 19:24:55', '', 'collection_sil_introduction_en_003', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_en_003', '', '', '2012-09-07 13:24:55', '2012-09-07 19:24:55', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1389, 1, '2012-09-07 13:27:45', '2012-09-07 19:27:45', '', 'collection_sil_introduction_es_002', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_es_002', '', '', '2012-09-07 13:27:45', '2012-09-07 19:27:45', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1390, 1, '2012-09-07 13:28:19', '2012-09-07 19:28:19', '', 'collection_sil_introduction_es_002', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_es_002-2', '', '', '2012-09-07 13:28:19', '2012-09-07 19:28:19', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021.jpg', 0, 'attachment', 'image/jpeg', 0),
(1391, 1, '2012-09-07 13:29:49', '2012-09-07 19:29:49', '', 'collection_sil_introduction_es_003', '', 'inherit', 'open', 'open', '', 'collection_sil_introduction_es_003', '', '', '2012-09-07 13:29:49', '2012-09-07 19:29:49', '', 602, 'http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1959, 1, '2012-11-14 09:59:38', '2012-11-14 15:59:38', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus schwarzen glänzenden Glas-, vergoldeten 925 Silber- und Onyxperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, that are arranged one after the other and it is available in two sizes. The cylinders are made of shiny black glass beads and gold-plated 925 silver beads. Between the modules, there are onyx beads with 8mm diameter. The bracelet has a magnetic gold-plated 925 silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están hechos de abalorios de vidrio negro brillante y de abalorios de plata 925 bañada en oro. Los módulos están intercalados con abalorios de 8 mm de diámetro de la piedra semipreciosa ónix. Las pulseras tienen un cierre magnético de plata bañada en oro que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera se encuentra disponible en dos tamaños.</span><!--:-->', '<!--:de-->Sil Armband 02 schwarz-gold<!--:--><!--:en-->Sil bracelet 02 black-gold<!--:--><!--:es-->Sil pulsera 02 negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1532-revision-8', '', '', '2012-11-14 09:59:38', '2012-11-14 15:59:38', '', 1532, 'http://www.turcuas.com/?p=1959', 0, 'revision', '', 0),
(1874, 1, '2012-11-13 13:37:42', '2012-11-13 19:37:42', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „LINX“ sind aus vergoldeten 925 Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">The rings form this collection are available in five different sizes. They are made out of gold-plated 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños. Están hechos de abalorios de plata 925 bañada en oro de 2 mm de diámetro. </span><!--:-->', '<!--:de-->Linx Ring Gold<!--:--><!--:en-->Linx ring gold<!--:--><!--:es-->Linx anillo oro<!--:-->', '', 'inherit', 'open', 'open', '', '1459-revision-5', '', '', '2012-11-13 13:37:42', '2012-11-13 19:37:42', '', 1459, 'http://www.turcuas.com/?p=1874', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1812, 1, '2012-09-08 21:33:43', '2012-09-09 03:33:43', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Die Ringe dieser Kollektion sind in fürnf verschiedenen Größen erhältlich. Sie sind aus vergoldeten 925 Silber Perlen gemacht.</span></p><!--:--><!--:en--><span style="font-size: small;">The rings form this collection are available in five different sizes. They are made out of gold-plated 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños. Están hechos de abalorios de plata 925 bañada en oro de 2 mm de diámetro.</span><!--:-->', '<!--:de-->Linx Ring Gold<!--:--><!--:en-->Linx ring gold<!--:--><!--:es-->Linx anillo oro<!--:-->', '', 'inherit', 'open', 'open', '', '1459-revision-4', '', '', '2012-09-08 21:33:43', '2012-09-09 03:33:43', '', 1459, 'http://www.turcuas.com/?p=1812', 0, 'revision', '', 0),
(1813, 1, '2012-09-08 21:31:49', '2012-09-09 03:31:49', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Die Ringe dieser Kollektion sind in fürnf verschiedenen Größen erhältlich. Sie sind aus 925 Silber Perlen gemacht. </span></p>\r\n<span style="font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;">\r\n</span></span><!--:--><!--:en--><span style="font-size: small;">The rings form this collection are available in five different sizes. They are made out of 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de abalorios de plata 925 de 2 mm de diámetro.</span><!--:-->', '<!--:de-->Linx Ring Silber<!--:--><!--:en-->Linx ring silver<!--:--><!--:es-->Linx anillo plata<!--:-->', '', 'inherit', 'open', 'open', '', '1436-revision-8', '', '', '2012-09-08 21:31:49', '2012-09-09 03:31:49', '', 1436, 'http://www.turcuas.com/?p=1813', 0, 'revision', '', 0),
(1815, 1, '2012-09-08 21:38:54', '2012-09-09 03:38:54', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder sind in zwei Größen erhältlich. Sie sind aus glänzenden schwarzen Glas- und vergoldeten 925 Silber Perlen gemacht. Der Verschluß besteht aus Glasperlen und zwei starken nickelfreien vergoldeten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.</span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of shiny black glass beads and 925 silver gold-plated beads. The clasp is made out of glass beads and two very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de eslabones de abalorios negros brillantes y de plata 925 bañada en oro. Todos los abalorios tienen 2 mm de diámetro. El cierre está constituido por dos imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx Armband schwarz-gold<!--:--><!--:en-->Linx bracelet black-gold<!--:--><!--:es-->Linx pulsera negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1462-revision-8', '', '', '2012-09-08 21:38:54', '2012-09-09 03:38:54', '', 1462, 'http://www.turcuas.com/?p=1815', 0, 'revision', '', 0),
(1816, 1, '2012-09-08 21:40:55', '2012-09-09 03:40:55', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Armbänder sind in zwei Größen erhältlich. Sie sind aus glänzenden weißen Glas- und vergoldeten 925 Silber Perlen gemacht. Der Verschluß besteht aus Glasperlen und zwei starken nickelfreien vergoldeten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of shiny white glass beads and 925 silver gold-plated beads. The clasp is made out of glass beads and two very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de eslabones de abalorios blancos brillantes y de plata 925 bañada en oro. Todos los abalorios tienen 2 mm de diámetro. El cierre está constituido por dos imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx Armband weiß-gold<!--:--><!--:en-->Linx bracelet white-gold <!--:--><!--:es-->Linx pulsera blanco-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1490-revision-7', '', '', '2012-09-08 21:40:55', '2012-09-09 03:40:55', '', 1490, 'http://www.turcuas.com/?p=1816', 0, 'revision', '', 0),
(1395, 1, '2012-09-07 13:43:45', '2012-09-07 19:43:45', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925er Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">This ring is made of onyx (4 mm) and sterling silver (2 mm) beads and it is available in five sizes.</span></p><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en cinco tamaños. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'publish', 'open', 'open', '', 'bela-black-ring', '', '', '2012-11-28 04:47:49', '2012-11-28 10:47:49', '', 0, 'http://www.turcuas.com/?p=1395', 0, 'post', '', 0),
(1396, 1, '2012-09-07 13:42:26', '2012-09-07 19:42:26', '', 'bela_ring_onyx silver_001', '', 'inherit', 'open', 'open', '', 'bela_ring_onyx-silver_001', '', '', '2012-09-07 13:42:26', '2012-09-07 19:42:26', '', 1395, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_ring_onyx-silver_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1851, 1, '2012-11-14 07:48:56', '2012-11-14 13:48:56', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">This ring is made of onyx (4 mm) and 925 silver (2 mm) beads and is available in five sizes. </span></p><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en cinco tamaños. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision-9', '', '', '2012-11-14 07:48:56', '2012-11-14 13:48:56', '', 1395, 'http://www.turcuas.com/?p=1851', 0, 'revision', '', 0),
(2006, 1, '2012-11-23 12:02:59', '2012-11-23 18:02:59', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">This ring is made of onyx (4 mm) and 925 silver (2 mm) beads and it is available in five sizes.</span></p><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en cinco tamaños. </span>\r\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-revision', '', '', '2012-11-23 12:02:59', '2012-11-23 18:02:59', '', 1395, 'http://www.turcuas.com/?p=2006', 0, 'revision', '', 0),
(1400, 1, '2012-09-07 13:52:42', '2012-09-07 19:52:42', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925er Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarzen glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of onyx (4 mm) and sterling silver (2 mm) beads and it is available in two sizes. The clasps are made of shiny black glass beads and four nickel-free silver-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'publish', 'open', 'open', '', 'bela-black-bracelet', '', '', '2012-11-28 04:46:30', '2012-11-28 10:46:30', '', 0, 'http://www.turcuas.com/?p=1400', 0, 'post', '', 0),
(1398, 1, '2012-11-14 07:48:40', '2012-11-14 13:48:40', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in fünf verschiedenen Größen erhältlich. </span></p><!--:--><!--:en--><p lang="de-DE"><span style="font-size: small;">This ring is made of onyx (4 mm) and 925 silver (2 mm) beads and is available in five sizes. </span></p><!--:--><!--:es--><span style="font-size: small;">Los anillos de esta colección están disponibles en cinco diferentes tamaños y son hechos de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. </span>\n<!--:-->', '<!--:de-->Bela schwarzer Ring <!--:--><!--:en-->Bela black ring<!--:--><!--:es-->Bela anillo negro <!--:-->', '', 'inherit', 'open', 'open', '', '1395-autosave', '', '', '2012-11-14 07:48:40', '2012-11-14 13:48:40', '', 1395, 'http://www.turcuas.com/?p=1398', 0, 'revision', '', 0),
(2007, 1, '2012-11-23 12:07:51', '2012-11-23 18:07:51', '<!--:de--><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt. Er ist in fünf Größen erhältlich. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz.</span><!--:--><!--:en--><span style="font-size: small;">This ring is made of howlite (4 mm) and onyx (2 mm) beads and it is available in five sizes. The faceted howlite beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en cinco tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. </span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-autosave', '', '', '2012-11-23 12:07:51', '2012-11-23 18:07:51', '', 1411, 'http://www.turcuas.com/?p=2007', 0, 'revision', '', 0),
(1828, 1, '2012-09-08 21:59:15', '2012-09-09 03:59:15', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe sind in fünf verschiedenen Größen erhältlich. Sie sind aus schwarzen glänzenden Glas- und 925 Silber Perlen gemacht.</span></p><!--:--><!--:en--><span style="font-size: small;">These rings are available in five different sizes. They are made out of shiny black glass beads and 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Estos anillos están disponibles en cinco diferentes tamaños y están hechos de abalorios de vidrio negro brillante y abalorios de plata 925.</span><!--:-->', '<!--:de-->Sil Ring schwarz-silber<!--:--><!--:en-->Sil ring black-silver<!--:--><!--:es-->Sil anillo negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1509-revision-5', '', '', '2012-09-08 21:59:15', '2012-09-09 03:59:15', '', 1509, 'http://www.turcuas.com/?p=1828', 0, 'revision', '', 0),
(1829, 1, '2012-09-08 22:01:45', '2012-09-09 04:01:45', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe sind in fünf verschiedenen Größen erhältlich. Sie sind aus schwarzen glänzenden Glas- und vergoldeten 925 Silber Perlen gemacht.</span></p><!--:--><!--:en--><span style="font-size: small;">These rings are available in five different sizes. They are made out of shiny black glass beads and 925 silver gold-plated beads. </span><!--:--><!--:es--><span style="font-size: small;">Estos anillos están disponibles en cinco diferentes tamaños y están hechos de abalorios de vidrio negro brillante y de abalorios de plata 925 bañada en oro.</span><!--:-->', '<!--:de-->Sil Ring schwarz-gold<!--:--><!--:en-->Sil ring black-gold<!--:--><!--:es-->Sil anillo negro-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1524-revision-6', '', '', '2012-09-08 22:01:45', '2012-09-09 04:01:45', '', 1524, 'http://www.turcuas.com/?p=1829', 0, 'revision', '', 0),
(1830, 1, '2012-09-08 22:03:31', '2012-09-09 04:03:31', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe sind in fünf verschiedenen Größen erhältlich. Sie sind aus weißen glänzenden Glas- und 925 Silber Perlen gemacht. </span></p>\r\n&nbsp;<!--:--><!--:en--><span style="font-size: small;">These rings are available in five different sizes. They are made out of shiny white glass beads and 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Estos anillos están disponibles en cinco diferentes tamaños y están hechos de abalorios de vidrio blanco brillante y de abalorios de plata 925.</span><!--:-->', '<!--:de-->Sil Ring weiß-silber<!--:--><!--:en-->Sil ring white-silver<!--:--><!--:es-->Sil anillo blanco-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1537-revision-4', '', '', '2012-09-08 22:03:31', '2012-09-09 04:03:31', '', 1537, 'http://www.turcuas.com/?p=1830', 0, 'revision', '', 0),
(1831, 1, '2012-11-13 14:15:37', '2012-11-13 20:15:37', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „SIL“ sind aus weißen glänzenden Glas- und 925 Silberperlen gefertigt und in in fünf verschiedenen Größen erhältlich. </span></p>\r\n&nbsp;<!--:--><!--:en--><span style="font-size: small;">These rings are available in five different sizes. They are made out of shiny white glass beads and 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Estos anillos están disponibles en cinco diferentes tamaños y están hechos de abalorios de vidrio blanco brillante y de abalorios de plata 925. </span><!--:-->', '<!--:de-->Sil Ring weiß-silber<!--:--><!--:en-->Sil ring white-silver<!--:--><!--:es-->Sil anillo blanco-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1537-revision-5', '', '', '2012-11-13 14:15:37', '2012-11-13 20:15:37', '', 1537, 'http://www.turcuas.com/?p=1831', 0, 'revision', '', 0),
(1832, 1, '2012-11-13 13:00:08', '2012-11-13 19:00:08', '<!--:de--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">Bei Turcuás verwenden wir hochwertige Materialien aus Glas Halbedelsteinen, wie Howlith, Onyx und Bergkristall sowie Silber und Gold, mit denen in sorgfältiger Handarbeit einzigartige Schmuckstücke gefertigt werden. </span></p><!--:--><!--:en--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">In Turcuás we use high quality materials to make our jewelry. Each piece is delicately and accurately handmade in oder to guarantee a high quality. Social awareness in our production is one of our priorities. </span></p><!--:--><!--:es--><p style="padding-left: 150px;"><span style="font-size: small; color: #000000;">En Turcuás utilizamos materiales de alto valor para crear nuestra joyería. Cada pieza es hecha a mano con delicadeza y empeño para garantizar una gran calidad. Asumir responsabilidad social en la producción es una de nuestras prioridades. </span></p>\r\n\r\n<!--:-->', '<!--:de-->Homepage<!--:--><!--:en-->Homepage<!--:--><!--:es-->Página principal<!--:-->', '', 'inherit', 'open', 'open', '', '4-revision-8', '', '', '2012-11-13 13:00:08', '2012-11-13 19:00:08', '', 4, 'http://www.turcuas.com/?p=1832', 0, 'revision', '', 0),
(1837, 1, '2012-11-14 07:19:07', '2012-11-14 13:19:07', '', '<!--:de-->Alle Kollektionen<!--:--><!--:en-->All collections<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'trash', 'open', 'open', '', 'all-collections-2', '', '', '2012-11-14 07:20:30', '2012-11-14 13:20:30', '', 0, 'http://www.turcuas.com/?page_id=1837', 0, 'page', '', 0),
(1838, 1, '2012-11-14 07:18:25', '2012-11-14 13:18:25', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '1837-revision', '', '', '2012-11-14 07:18:25', '2012-11-14 13:18:25', '', 1837, 'http://www.turcuas.com/?p=1838', 0, 'revision', '', 0),
(1839, 1, '2012-11-14 07:19:07', '2012-11-14 13:19:07', '', '<!--:de-->Alle Kollektionen<!--:--><!--:en-->All collections<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'inherit', 'open', 'open', '', '1837-revision-2', '', '', '2012-11-14 07:19:07', '2012-11-14 13:19:07', '', 1837, 'http://www.turcuas.com/?p=1839', 0, 'revision', '', 0),
(1840, 1, '2012-11-14 07:19:37', '2012-11-14 13:19:37', '', '<!--:de-->Alle Kollektionen<!--:--><!--:en-->All collections<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'inherit', 'open', 'open', '', '1837-revision-3', '', '', '2012-11-14 07:19:37', '2012-11-14 13:19:37', '', 1837, 'http://www.turcuas.com/?p=1840', 0, 'revision', '', 0),
(1841, 1, '2012-11-14 07:22:47', '2012-11-14 13:22:47', '', '<!--:de-->Alle Kollektionen<!--:--><!--:en-->All collections<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'trash', 'open', 'open', '', 'all-collections-3', '', '', '2012-11-14 07:34:20', '2012-11-14 13:34:20', '', 0, 'http://www.turcuas.com/?page_id=1841', 0, 'page', '', 0),
(1842, 1, '2012-11-14 07:22:47', '2012-11-14 13:22:47', '', '<!--:de-->Alle Kollektionen<!--:--><!--:en-->All collections<!--:--><!--:es-->Todas las colecciones<!--:-->', '', 'inherit', 'open', 'open', '', '1841-revision', '', '', '2012-11-14 07:22:47', '2012-11-14 13:22:47', '', 1841, 'http://www.turcuas.com/?p=1842', 0, 'revision', '', 0),
(1951, 1, '2012-11-14 08:10:40', '2012-11-14 14:10:40', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of rock crystal and 925 silver gold-plated beads and it is available in two sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela farblos/matt Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-7', '', '', '2012-11-14 08:10:40', '2012-11-14 14:10:40', '', 1426, 'http://www.turcuas.com/?p=1951', 0, 'revision', '', 0),
(1952, 1, '2012-11-14 14:43:37', '2012-11-14 20:43:37', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier vergeoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of rock crystal and 925 silver gold-plated beads and it is available in two sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela farblos/matt Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-8', '', '', '2012-11-14 14:43:37', '2012-11-14 20:43:37', '', 1426, 'http://www.turcuas.com/?p=1952', 0, 'revision', '', 0),
(1953, 1, '2012-11-14 08:17:33', '2012-11-14 14:17:33', '<!--:de--><span style="font-size: small;">Dieses Halsband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in drei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen. </span><!--:--><!--:en--><span style="font-size: small;">This necklace is made of rock crystal and 925 silver gold-plated beads and it is available in three sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Esta gargantilla está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañados en oro de 2 mm de diámetro y está disponible en tres tamaños. Sus cierres son hechos de abalorios de vidrio transparente mate con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello. </span><!--:-->', '<!--:de-->Bela farbloses/matt Halsband<!--:--><!--:en-->Bela matt transparent necklace<!--:--><!--:es-->Bela gargantilla transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1432-revision-7', '', '', '2012-11-14 08:17:33', '2012-11-14 14:17:33', '', 1432, 'http://www.turcuas.com/?p=1953', 0, 'revision', '', 0),
(1949, 1, '2012-11-14 13:28:34', '2012-11-14 19:28:34', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">TThe pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the cylindrical modules. The available color combinations are: black and silver, black and gold, white and silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-3', '', '', '2012-11-14 13:28:34', '2012-11-14 19:28:34', '', 602, 'http://www.turcuas.com/?p=1949', 0, 'revision', '', 0),
(1894, 1, '2012-11-13 14:12:59', '2012-11-13 20:12:59', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Ringe der Kollektion „SIL“ sind aus schwarzen glänzenden Glas- und 925 Silberperlen gefertigt und in in fünf verschiedenen Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">These rings are available in five different sizes. They are made out of shiny black glass beads and 925 silver beads. </span><!--:--><!--:es--><span style="font-size: small;">Estos anillos están disponibles en cinco diferentes tamaños y están hechos de abalorios de vidrio negro brillante y abalorios de plata 925. </span><!--:-->', '<!--:de-->Sil Ring schwarz-silber<!--:--><!--:en-->Sil ring black-silver<!--:--><!--:es-->Sil anillo negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1509-revision-6', '', '', '2012-11-13 14:12:59', '2012-11-13 20:12:59', '', 1509, 'http://www.turcuas.com/?p=1894', 0, 'revision', '', 0),
(2071, 1, '2012-11-23 12:45:50', '2012-11-23 18:45:50', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Sil“ ist aus schwarzen glänzenden Glas- und 925 Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of shiny black glass beads and 925 silver beads and it is available in five sizes.</span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de abalorios de vidrio negro brillante y abalorios de plata 925 y está disponible en cinco tamaños.</span><!--:-->', '<!--:de-->Sil Ring schwarz-silber<!--:--><!--:en-->Sil ring black-silver<!--:--><!--:es-->Sil anillo negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1509-revision-8', '', '', '2012-11-23 12:45:50', '2012-11-23 18:45:50', '', 1509, 'http://www.turcuas.com/?p=2071', 0, 'revision', '', 0),
(2072, 1, '2012-11-28 04:30:19', '2012-11-28 10:30:19', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Sil“ ist aus schwarzen glänzenden Glas- und 925er Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of shiny black glass beads and sterling silver beads and it is available in five sizes.</span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de abalorios de vidrio negro brillante y abalorios de plata 925 y está disponible en cinco tamaños.</span><!--:-->', '<!--:de-->Sil Ring schwarz-silber<!--:--><!--:en-->Sil ring black-silver<!--:--><!--:es-->Sil anillo negro-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1509-revision-9', '', '', '2012-11-28 04:30:19', '2012-11-28 10:30:19', '', 1509, 'http://www.turcuas.com/?p=2072', 0, 'revision', '', 0),
(2073, 1, '2012-11-23 12:44:36', '2012-11-23 18:44:36', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese ca. 110 cm lange Halskette der Kollektion „Linx“ ist aus weißen glänzenden Glasperlen gefertigt. Vier der Kettenglieder bestehen aus vergoldeten 925 Silberperlen. Als Verschlüsse dienen vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This necklace is made of shiny white glass beads. It is approximately 110 cm long. It has four links made of gold-plated 925 silver beads. The clasp is made of glass beads and two very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este collar está hecho de abalorios de vidrio blanco brillante y mide aproximadamente 110 cm. Cuatro eslabones de este collar están hechos sólo de abalorios de plata 925 bañada en oro. El cierre está constituido por dos imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse el collar fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención.</span><!--:-->', '<!--:de-->Linx lange Kette weiß-gold<!--:--><!--:en-->Linx long necklace white-gold<!--:--><!--:es-->Linx collar largo blanco-oro<!--:-->', '', 'inherit', 'open', 'open', '', '1500-revision-3', '', '', '2012-11-23 12:44:36', '2012-11-23 18:44:36', '', 1500, 'http://www.turcuas.com/?p=2073', 0, 'revision', '', 0),
(1950, 1, '2012-11-14 13:29:11', '2012-11-14 19:29:11', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und Silberperlen (925 rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">TThe pieces from this collection are made of perfectly shaped glass, silver beads and gold-plated silver beads. The characteristical design element of this collection are the cylindrical modules. The available color combinations are: black and silver, black and gold, white and silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro y plata, negro y oro y blanco y plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-4', '', '', '2012-11-14 13:29:11', '2012-11-14 19:29:11', '', 602, 'http://www.turcuas.com/?p=1950', 0, 'revision', '', 0),
(2129, 1, '2012-11-28 04:53:13', '2012-11-28 10:53:13', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Sil“ sind aus Glas- und 925er Silberperlen (rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - silber erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Sil“ sind zylindrische Module. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a> </span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1382" title="collection_sil_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1383" title="collection_sil_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1384" title="collection_sil_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><p lang="en-EN"><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, sterling silver beads and gold-plated sterling silver beads. The characteristical design element of this collection are the cylindric modules. The available color combinations are: black - silver, black - gold and white - silver. The clasps are strong magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=en">View all pieces from this collection</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1385" title="collection_sil_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1386" title="collection_sil_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1387" title="collection_sil_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:es--><p lang="es-ES"><span style="font-size: small;">Esta colección se caracteriza por sus módulos cilíndricos que forman cada pieza. Estos módulos están hechos de abalorios de vidrio y de plata, pura o bañada en oro. Las combinaciones de colores disponibles en la colección “Sil” son: negro - plata, negro - oro y blanco - plata. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=19&amp;lang=es">Ver todas las piezas de esta colección</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1388" title="collection_sil_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1390" title="collection_sil_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_0021-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=19&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1391" title="collection_sil_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/03/collection_sil_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:-->', '<!--:de-->Kollektion "Sil"<!--:--><!--:en-->Collection "Sil"<!--:--><!--:es-->Colección "Sil"<!--:-->', '', 'inherit', 'open', 'open', '', '602-revision-8', '', '', '2012-11-28 04:53:13', '2012-11-28 10:53:13', '', 602, 'http://www.turcuas.com/?p=2129', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2128, 1, '2012-12-01 08:06:32', '2012-12-01 14:06:32', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und 925er Silberperlen (rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span>\r\n&nbsp;\r\n<span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, sterling silver beads and gold-plated sterling silver beads. The characteristic design element of this collection are the interconnected links, that form the chain. The following color combinations are available: black - silver, black - gold, white - gold. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n&nbsp;\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro - plata, negro - oro, blanco - oro. </span>\r\n&nbsp;\r\n <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision', '', '', '2012-12-01 08:06:32', '2012-12-01 14:06:32', '', 461, 'http://www.turcuas.com/?p=2128', 0, 'revision', '', 0),
(1369, 1, '2012-09-07 12:55:25', '2012-09-07 18:55:25', '', 'collection_linx_introduction_de_002', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_de_002', '', '', '2012-09-07 12:55:25', '2012-09-07 18:55:25', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1367, 1, '2012-09-07 12:52:20', '2012-09-07 18:52:20', '', 'collection_linx_introduction_de_000', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_de_000', '', '', '2012-09-07 12:52:20', '2012-09-07 18:52:20', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_000.jpg', 0, 'attachment', 'image/jpeg', 0),
(1368, 1, '2012-09-07 12:53:55', '2012-09-07 18:53:55', '', 'collection_linx_introduction_de_001', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_de_001', '', '', '2012-09-07 12:53:55', '2012-09-07 18:53:55', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1370, 1, '2012-09-07 12:56:46', '2012-09-07 18:56:46', '', 'collection_linx_introduction_de_003', '', 'inherit', 'open', 'open', '', 'collection_linx_introduction_de_003', '', '', '2012-09-07 12:56:46', '2012-09-07 18:56:46', '', 461, 'http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(2127, 1, '2012-11-28 04:52:10', '2012-11-28 10:52:10', '<!--:de-->\r\n<p lang="de-DE"><span style="font-size: small;">Schmuckstücke der Kollektion „Linx“ sind aus Glas- und 925er Silberperlen (rein oder vergoldet) gefertigt und in den Farbkombinationen schwarz - silber, schwarz - gold, weiß - gold erhältlich. Als Verschlüsse dienen versilberte bzw. vergoldete nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Charakteristisches Merkmal der Kollektion „Linx“ sind die zahlreichen ineinander verschlossenen Kettenglieder. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span></p>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1368" title="collection_linx_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1369" title="collection_linx_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1370" title="collection_linx_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:--><!--:en--><span style="font-size: small;">The pieces from this collection are made of perfectly shaped glass, sterling silver beads and gold-plated sterling silver beads. The characteristic design element of this collection are the interconnected links, that form the chain. The following color combinations are available: black - silver, black - gold, white - gold. </span> <span style="font-size: small;"><a href="http://www.turcuas.com/?cat=10&amp;lang=en">View all pieces from this collection</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=rings"><img class="alignnone size-medium wp-image-1372" title="collection_linx_introduction_en_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1373" title="collection_linx_introduction_en_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=en&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1374" title="collection_linx_introduction_en_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_en_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n&nbsp;<!--:--><!--:es--><span style="font-size: small;">Esta colección está constituida por piezas hechas de abalorios de vidrio sumamente regulares y abalorios de plata 925 o plata 925 bañada en oro. “Linx” se caracteriza por el diseño de eslabones entrelazados, que forman una cadena. Las combinaciones de colores disponibles son: negro - plata, negro - oro, blanco - oro. </span> <span style="font-size: small;"> <a href="http://www.turcuas.com/?cat=10&amp;lang=es">Ver todas las piezas de esta colección</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=rings"><img class="alignnone size-medium wp-image-1376" title="collection_linx_introduction_es_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1377" title="collection_linx_introduction_es_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=10&amp;lang=es&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1378" title="collection_linx_introduction_es_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_linx_introduction_es_003-296x183.jpg" alt="" width="296" height="183" /></a></p>\r\n\r\n<!--:-->', '<!--:de-->Kollektion "Linx"<!--:--><!--:en-->Collection "Linx"<!--:--><!--:es-->Colección "Linx"<!--:-->', '', 'inherit', 'open', 'open', '', '461-revision-8', '', '', '2012-11-28 04:52:10', '2012-11-28 10:52:10', '', 461, 'http://www.turcuas.com/?p=2127', 0, 'revision', '', 0),
(1957, 1, '2012-11-14 10:04:47', '2012-11-14 16:04:47', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Sil“ ist aus weißen glänzenden Glas- und 925 Silberperlen gefertigt und in zwei Größen erhältlich. Als Verschlüsse dienen versilberte nickelfreie Magnete, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet consists of several cylinders, that are arranged one after the other and it is available in two sizes. The cylinders are made of shiny white glass beads and gold-plated 925 silver beads. Between the modules, there are 925 silver beads with 8mm diameter. The bracelet has a magnetic 925 silver clasp. This kind of clasp makes the wearing of the jewelry very easy. It is so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está constituida por varios módulos cilíndricos, que están hechos de abalorios de vidrio blanco brillante y de abalorios de plata 925. Los módulos están intercalados con abalorios de plata 925 de 8 mm de diámetro. Las pulseras tienen un cierre magnético de plata que no contiene níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pulsera está disponible en dos tamaños.</span><!--:-->', '<!--:de-->Sil Armband 02 weiß-silber<!--:--><!--:en-->Sil bracelet 02 white-silver<!--:--><!--:es-->Sil pulsera 02 blanco-plata<!--:-->', '', 'inherit', 'open', 'open', '', '1543-revision-6', '', '', '2012-11-14 10:04:47', '2012-11-14 16:04:47', '', 1543, 'http://www.turcuas.com/?p=1957', 0, 'revision', '', 0),
(2011, 1, '2012-11-23 12:14:13', '2012-11-23 18:14:13', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of howlite (4 mm) and onyx (2 mm) beads and it is available in two sizes. The faceted howlite beads give the bracelet a special luster. This shine makes a very elegant piece of jewelry. The clasps are made of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en dos tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia. </span><!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-autosave', '', '', '2012-11-23 12:14:13', '2012-11-23 18:14:13', '', 1414, 'http://www.turcuas.com/?p=2011', 0, 'revision', '', 0),
(1401, 1, '2012-09-07 13:52:18', '2012-09-07 19:52:18', '', 'bela_bracelet_onyx silver_001', '', 'inherit', 'open', 'open', '', 'bela_bracelet_onyx-silver_001', '', '', '2012-09-07 13:52:18', '2012-09-07 19:52:18', '', 1400, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_onyx-silver_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1402, 1, '2012-09-07 13:51:42', '2012-09-07 19:51:42', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Onyx (4 mm) und 925 Silber (2 mm) Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.  </span></p>\n&nbsp;<!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: x-small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención.</span>\n\n&nbsp;<!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision', '', '', '2012-09-07 13:51:42', '2012-09-07 19:51:42', '', 1400, 'http://www.turcuas.com/?p=1402', 0, 'revision', '', 0),
(1804, 1, '2012-09-08 21:10:45', '2012-09-09 03:10:45', '<!--:de--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia.</span>\r\n\r\n&nbsp;<!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of howlith and onyx beads. The clasps are made out of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia.</span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-revision-3', '', '', '2012-09-08 21:10:45', '2012-09-09 03:10:45', '', 1414, 'http://www.turcuas.com/?p=1804', 0, 'revision', '', 0),
(1403, 1, '2012-09-07 13:55:56', '2012-09-07 19:55:56', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Halsband der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925er Silberperlen (2 mm) gefertigt und in drei Größen erhältlich. Die Verschlüsse sind aus schwarzen glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen. </span></p><!--:--><!--:en--><span style="font-size: small;">This necklace is made of onyx (4 mm) and sterling silver (2 mm) beads and it is available in three sizes. The clasps are made of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. This necklace looks best, when it is worn tight to the neck.</span><!--:--><!--:es--><span style="font-size: small;">Esta gargantilla está hecha de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en tres tamaños. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span><!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'publish', 'open', 'open', '', 'bela-black-necklace', '', '', '2012-11-28 04:46:00', '2012-11-28 10:46:00', '', 0, 'http://www.turcuas.com/?p=1403', 0, 'post', '', 0),
(1404, 1, '2012-09-07 13:55:22', '2012-09-07 19:55:22', '', 'bela_necklace_onyx silver_001', '', 'inherit', 'open', 'open', '', 'bela_necklace_onyx-silver_001', '', '', '2012-09-07 13:55:22', '2012-09-07 19:55:22', '', 1403, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_onyx-silver_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(2090, 1, '2012-11-23 12:12:21', '2012-11-23 18:12:21', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarzen glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of onyx (4 mm) and 925 silver (2 mm) beads and it is available in two sizes. The clasps are made of shiny black glass beads and four nickel-free silver-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-10', '', '', '2012-11-23 12:12:21', '2012-11-23 18:12:21', '', 1400, 'http://www.turcuas.com/?p=2090', 0, 'revision', '', 0),
(1856, 1, '2012-11-13 13:29:58', '2012-11-13 19:29:58', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Halsbänder der Kollektion „BELA“ sind aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in drei Größen erhältlich. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen.</span></p><!--:--><!--:en--><span style="font-size: small;">These necklaces are available in three different sizes. They are made out of howlith and onyx beads. The clasps are made out of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de howlita y de ónix de 4 mm y 2 mm de diámetro respectivamente. Sus cierres son hechos de abalorios de vidrio blanco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span><!--:-->', '<!--:de-->Bela weißes Halsband<!--:--><!--:en-->Bela white necklace<!--:--><!--:es-->Bela gargantilla blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1417-revision-6', '', '', '2012-11-13 13:29:58', '2012-11-13 19:29:58', '', 1417, 'http://www.turcuas.com/?p=1856', 0, 'revision', '', 0),
(1406, 1, '2012-09-07 13:55:56', '2012-09-07 19:55:56', '<!--:de--><p lang="de-DE"><span style="font-size: x-small;">Diese Halsbänder sind in drei verschiedenen Größen erhältlich. Sie sind aus Onyx und 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. Dieses Schmuckstück sieht es am besten aus, wenn man es eng am Hals trägt. </span></p>\r\n&nbsp;<!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: x-small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4mm de diámetro y abalorios de plata 925 de 2mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span>\r\n\r\n&nbsp;<!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-revision-2', '', '', '2012-09-07 13:55:56', '2012-09-07 19:55:56', '', 1403, 'http://www.turcuas.com/?p=1406', 0, 'revision', '', 0),
(1407, 1, '2012-09-07 13:57:56', '2012-09-07 19:57:56', '<!--:de-->\n<p lang="de-DE"><span style="font-size: x-small;">Diese Halsbänder sind in drei verschiedenen Größen erhältlich. Sie sind aus Onyx und 925 Silber Perlen gemacht. Ihre Verschlüsse bestehen aus schwarz glänzenden Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht. Dieses Schmuckstück sieht es am besten aus, wenn man es eng am Hals trägt. </span></p>\n\n<!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: x-small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4mm de diámetro y abalorios de plata 925 de 2mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que la pulsera se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello.</span>\n\n<!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-autosave', '', '', '2012-09-07 13:57:56', '2012-09-07 19:57:56', '', 1403, 'http://www.turcuas.com/?p=1407', 0, 'revision', '', 0),
(1409, 1, '2012-03-29 10:53:51', '2012-03-29 16:53:51', '<!--:de-->&nbsp;\r\n\r\n<!--:-->', '<!--:en-->Ring band black silver<!--:--><!--:de-->Ring band schwarz silber<!--:-->', '', 'inherit', 'open', 'open', '', '687-revision-4', '', '', '2012-03-29 10:53:51', '2012-03-29 16:53:51', '', 687, 'http://www.turcuas.com/?p=1409', 0, 'revision', '', 0),
(1411, 1, '2012-09-07 14:03:59', '2012-09-07 20:03:59', '<!--:de--><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt. Er ist in fünf Größen erhältlich. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz.</span><!--:--><!--:en--><span style="font-size: small;">This ring is made of howlite (4 mm) and onyx (2 mm) beads and it is available in five sizes. The faceted howlite beads give the bracelet a special luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en cinco tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. </span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'publish', 'open', 'open', '', 'bela-white-ring', '', '', '2012-11-23 12:08:15', '2012-11-23 18:08:15', '', 0, 'http://www.turcuas.com/?p=1411', 0, 'post', '', 0),
(1412, 1, '2012-09-07 14:03:37', '2012-09-07 20:03:37', '', 'bela_ring_howlith onyx_001', '', 'inherit', 'open', 'open', '', 'bela_ring_howlith-onyx_001', '', '', '2012-09-07 14:03:37', '2012-09-07 20:03:37', '', 1411, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_ring_howlith-onyx_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1413, 1, '2012-09-07 14:01:52', '2012-09-07 20:01:52', '<!--:de-->&nbsp;\n\n<!--:--><!--:es-->&nbsp;\n\n<!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision', '', '', '2012-09-07 14:01:52', '2012-09-07 20:01:52', '', 1411, 'http://www.turcuas.com/?p=1413', 0, 'revision', '', 0),
(1853, 1, '2012-11-14 07:51:52', '2012-11-14 13:51:52', '<!--:de--><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Sie sind in fünf verschiedenen Größen erhältlich.</span><!--:--><!--:en--><span style="font-size: small;">This ring is made of howlith (4 mm) and onyx (2 mm) beads and it is available in five sizes. The faceted howlith beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en cinco tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. </span><!--:-->', '<!--:de-->Bela weißer Ring<!--:--><!--:en-->Bela white ring<!--:--><!--:es-->Bela anillo blanco<!--:-->', '', 'inherit', 'open', 'open', '', '1411-revision-5', '', '', '2012-11-14 07:51:52', '2012-11-14 13:51:52', '', 1411, 'http://www.turcuas.com/?p=1853', 0, 'revision', '', 0),
(1414, 1, '2012-09-07 14:08:58', '2012-09-07 20:08:58', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of howlite (4 mm) and onyx (2 mm) beads and it is available in two sizes. The faceted howlite beads give the bracelet a special luster. This shine makes a very elegant piece of jewelry. The clasps are made of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en dos tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia. </span><!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'publish', 'open', 'open', '', 'bela-white-bracelet', '', '', '2012-11-23 12:14:28', '2012-11-23 18:14:28', '', 0, 'http://www.turcuas.com/?p=1414', 0, 'post', '', 0),
(1415, 1, '2012-09-07 14:08:34', '2012-09-07 20:08:34', '', 'bela_bracelet_howlith onyx_001', '', 'inherit', 'open', 'open', '', 'bela_bracelet_howlith-onyx_001', '', '', '2012-09-07 14:08:34', '2012-09-07 20:08:34', '', 1414, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_howlith-onyx_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1416, 1, '2012-09-07 14:06:11', '2012-09-07 20:06:11', '<!--:de--><span style="font-size: x-small;">Diese Armbänder sind in zwei verschiedenen Größen erhältlich. Sie sind aus Howlith und Onyx Perlen gemacht. Ihre Verschlüsse bestehen aus weiß opak Glasperlen und vier starken nickelfreien versilberten Magneten. Diese Art vom Verschluß erleichtert das An- und Wegbringen vom Armband. Dank ihrer großen Anziehungskraft gibt es aber kein Risiko, dass das Armband ausversehen aufgeht.</span><!--:--><!--:en--><span style="font-size: x-small;">These bracelets are available in two different sizes. They are made out of howlith and onyx beads. The clasps are made out of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.  </span><!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-revision', '', '', '2012-09-07 14:06:11', '2012-09-07 20:06:11', '', 1414, 'http://www.turcuas.com/?p=1416', 0, 'revision', '', 0),
(1417, 1, '2012-09-07 14:13:08', '2012-09-07 20:13:08', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Halsband der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in drei Größen erhältlich. Die facettierten Howlith-Perlen reflektieren einfallendes Licht und verleihen den Stücken dadurch einen besonderen Glanz. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen. </span></p><!--:--><!--:en--><span style="font-size: small;">This necklace is made of howlite (4 mm) and onyx (2 mm) beads and it is available in three sizes. The faceted howlite beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. The clasps are made of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. This necklace looks best, when it is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Esta gargantilla está hecha de piedras de howlita y de ónix de 4 mm y 2 mm de diámetro respectivamente y está disponible en tres tamaños. Las facetas de las piedras de howlita, hacen que estas brillen de manera atractiva y den a la pieza una gran elegancia. Sus cierres son hechos de abalorios de vidrio blanco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello. </span><!--:-->', '<!--:de-->Bela weißes Halsband<!--:--><!--:en-->Bela white necklace<!--:--><!--:es-->Bela gargantilla blanca<!--:-->', '', 'publish', 'open', 'open', '', 'bela-white-necklace', '', '', '2012-11-28 04:44:23', '2012-11-28 10:44:23', '', 0, 'http://www.turcuas.com/?p=1417', 0, 'post', '', 0),
(1418, 1, '2012-09-07 14:12:19', '2012-09-07 20:12:19', '', 'bela_necklace_howlith onyx_001', '', 'inherit', 'open', 'open', '', 'bela_necklace_howlith-onyx_001', '', '', '2012-09-07 14:12:19', '2012-09-07 20:12:19', '', 1417, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_necklace_howlith-onyx_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1872, 1, '2012-11-14 08:23:25', '2012-11-14 14:23:25', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Howlith- (4 mm) und Onyxperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus weißen opaken Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of howlite and onyx beads and it is available in two sizes. The faceted howlite beads give the bracelet a really nice luster. This shine makes a very elegant piece of jewelry. The clasps are made of opaque white glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de howlita de 4 mm de diámetro y de ónix de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio blanco opaco con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Las facetas de las piedras de howlita y de ónix hacen que esta pulsera brille con elegancia. </span><!--:-->', '<!--:de-->Bela weißes Armband<!--:--><!--:en-->Bela white bracelet<!--:--><!--:es-->Bela pulsera blanca<!--:-->', '', 'inherit', 'open', 'open', '', '1414-revision-8', '', '', '2012-11-14 08:23:25', '2012-11-14 14:23:25', '', 1414, 'http://www.turcuas.com/?p=1872', 0, 'revision', '', 0),
(1422, 1, '2012-09-07 14:17:18', '2012-09-07 20:17:18', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925er Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and gold-plated sterling silver beads (2 mm) and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela farbloser/matt Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'publish', 'open', 'open', '', 'bela-matt-transparent-ring', '', '', '2012-11-28 04:43:18', '2012-11-28 10:43:18', '', 0, 'http://www.turcuas.com/?p=1422', 0, 'post', '', 0),
(1423, 1, '2012-09-07 14:16:20', '2012-09-07 20:16:20', '', 'bela_ring_crystall gold_ 001', '', 'inherit', 'open', 'open', '', 'bela_ring_crystall-gold_-001', '', '', '2012-09-07 14:16:20', '2012-09-07 20:16:20', '', 1422, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_ring_crystall-gold_-001.jpg', 0, 'attachment', 'image/jpeg', 0),
(2010, 1, '2012-11-14 08:06:28', '2012-11-14 14:06:28', '<!--:de--><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus schwarzen glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten.</span><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of onyx (4 mm) and 925 silver (2 mm) beads and it is available in two sizes. The clasps are made of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-9', '', '', '2012-11-14 08:06:28', '2012-11-14 14:06:28', '', 1400, 'http://www.turcuas.com/?p=2010', 0, 'revision', '', 0),
(1855, 1, '2012-11-13 13:28:25', '2012-11-13 19:28:25', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Diese Halsbänder der Kollektion „BELA“ sind aus Onyx- (4 mm) und 925 Silberperlen (2 mm) gefertigt und in drei Größen erhältlich. Die Verschlüsse sind aus schwarz glänzenden Glasperlen und vier versilberten nickelfreien Magneten gefertigt, die Ihnen ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen. </span></p><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in three different sizes. They are made out of onyx and 925 silver beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Estas gargantillas están disponibles en tres diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello. </span><!--:-->', '<!--:de-->Bela schwarzes Halsband<!--:--><!--:en-->Bela black necklace<!--:--><!--:es-->Bela gargantilla negra<!--:-->', '', 'inherit', 'open', 'open', '', '1403-revision-6', '', '', '2012-11-13 13:28:25', '2012-11-13 19:28:25', '', 1403, 'http://www.turcuas.com/?p=1855', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1799, 1, '2012-09-08 21:06:26', '2012-09-09 03:06:26', '<!--:de--><span style="font-size: x-small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. </span><!--:--><!--:en--><span style="font-size: small;">These bracelets are available in two different sizes. They are made out of onyx (4 mm) and 925 silver (2 mm) beads. The clasps are made out of shiny black glass beads and four very strong silver-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry.</span><!--:--><!--:es--><span style="font-size: small;">Estas pulseras están disponibles en dos diferentes tamaños y son hechas de piedras de ónix de 4 mm de diámetro y abalorios de plata 925 de 2 mm de diámetro. Sus cierres son hechos de abalorios de vidrio negro con cuatro fuertes imanes bañados en plata, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente, sin embargo, los imanes son tan fuertes, que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela schwarzes Armband<!--:--><!--:en-->Bela black bracelet<!--:--><!--:es-->Bela pulsera negra<!--:-->', '', 'inherit', 'open', 'open', '', '1400-revision-3', '', '', '2012-09-08 21:06:26', '2012-09-09 03:06:26', '', 1400, 'http://www.turcuas.com/?p=1799', 0, 'revision', '', 0),
(1426, 1, '2012-09-07 14:21:07', '2012-09-07 20:21:07', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925er Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of rock crystal (4 mm) and gold-plated sterling silver (2 mm) beads and it is available in two sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela farbloses/matt Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'publish', 'open', 'open', '', 'bela-matt-transparent-bracelet', '', '', '2012-11-28 04:42:25', '2012-11-28 10:42:25', '', 0, 'http://www.turcuas.com/?p=1426', 0, 'post', '', 0),
(1427, 1, '2012-09-07 14:19:54', '2012-09-07 20:19:54', '', 'bela_bracelet_crystall gold_001', '', 'inherit', 'open', 'open', '', 'bela_bracelet_crystall-gold_001', '', '', '2012-09-07 14:19:54', '2012-09-07 20:19:54', '', 1426, 'http://www.turcuas.com/wp-content/uploads/2012/09/bela_bracelet_crystall-gold_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(2020, 1, '2012-11-23 12:26:55', '2012-11-23 18:26:55', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of rock crystal (4 mm) and gold-plated 925 silver beads (2 mm) and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañada en oro de 2 mm de diámetro y está disponible en cinco tamaños. </span><!--:-->', '<!--:de-->Bela farbloser/matt Ring<!--:--><!--:en-->Bela matt transparent ring<!--:--><!--:es-->Bela anillo transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1422-revision-2', '', '', '2012-11-23 12:26:55', '2012-11-23 18:26:55', '', 1422, 'http://www.turcuas.com/?p=2020', 0, 'revision', '', 0),
(2022, 1, '2012-11-14 08:42:48', '2012-11-14 14:42:48', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieser Ring der Kollektion „Linx“ ist aus 925 Silberperlen gefertigt und in fünf Größen erhältlich.</span></p><!--:--><!--:en--><span style="font-size: small;">This ring is made of 925 silver beads and it is available in five sizes. </span><!--:--><!--:es--><span style="font-size: small;">Este anillo está hecho de abalorios de plata 925 de 2 mm de diámetro y está disponible en cinco tamaños.</span><!--:-->', '<!--:de-->Linx Ring Silber<!--:--><!--:en-->Linx ring silver<!--:--><!--:es-->Linx anillo plata<!--:-->', '', 'inherit', 'open', 'open', '', '1436-revision-10', '', '', '2012-11-14 08:42:48', '2012-11-14 14:42:48', '', 1436, 'http://www.turcuas.com/?p=2022', 0, 'revision', '', 0),
(2021, 1, '2012-11-14 14:45:24', '2012-11-14 20:45:24', '<!--:de--><span style="font-size: small;">Dieses Halsband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925 Silberperlen (2 mm) gefertigt und in drei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. Das Halsband wird eng anliegend getragen. </span><!--:--><!--:en--><span style="font-size: small;">This necklace is made of rock crystal and 925 silver gold-plated beads and it is available in three sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are so strong though, that there is no risk of loosing the jewelry. This necklace looks best, when is worn tight to the neck. </span><!--:--><!--:es--><span style="font-size: small;">Esta gargantilla está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro y abalorios de plata 925 bañados en oro de 2 mm de diámetro y está disponible en tres tamaños. Sus cierres son hechos de abalorios de vidrio transparente mate con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la gargantilla fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. Esta pieza de joyería se luce mejor, si se usa ajustada al cuello. </span><!--:-->', '<!--:de-->Bela farbloses/matt Halsband<!--:--><!--:en-->Bela matt transparent necklace<!--:--><!--:es-->Bela gargantilla transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1432-revision-8', '', '', '2012-11-14 14:45:24', '2012-11-14 20:45:24', '', 1432, 'http://www.turcuas.com/?p=2021', 0, 'revision', '', 0),
(2086, 1, '2012-11-28 04:41:52', '2012-11-28 10:41:52', '<!--:de--><p lang="de-DE"><span style="font-size: small;">Dieses Armband der Kollektion „Bela“ ist aus Bergkristall- (4 mm) und vergoldeten 925er Silberperlen (2 mm) gefertigt und in zwei Größen erhältlich. Die Verschlüsse sind aus farblosen matten Glasperlen und vier vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span></p><!--:--><!--:en--><span style="font-size: small;">This bracelet is made of rock crystal (4 mm) and gold-plated sterling silver (2 mm) beads and it is available in two sizes. The clasps are made of matt transparent glass beads and four very strong gold-plated magnets, that do not contain nickel. This kind of clasp makes the wearing of the jewelry very easy. They are strong enough, that there is no risk of loosing the jewelry. </span><!--:--><!--:es--><span style="font-size: small;">Esta pulsera está hecha de piedras de cristal de roca o cuarzo de 4 mm de diámetro, que tienen un color mate transparente y de abalorios de plata bañada en oro de 2 mm de diámetro y está disponible en dos tamaños. Sus cierres son hechos de abalorios de vidrio con cuatro fuertes imanes bañados en oro, que no contienen níquel. Este cierre permite ponerse y quitarse la pulsera fácilmente; sin embargo, los imanes son tan fuertes que no hay riesgo de que se abra sin intención. </span><!--:-->', '<!--:de-->Bela farbloses/matt Armband<!--:--><!--:en-->Bela matt transparent bracelet<!--:--><!--:es-->Bela pulsera transparente mate<!--:-->', '', 'inherit', 'open', 'open', '', '1426-revision-2', '', '', '2012-11-28 04:41:52', '2012-11-28 10:41:52', '', 1426, 'http://www.turcuas.com/?p=2086', 0, 'revision', '', 0),
(2092, 1, '2012-11-23 11:28:29', '2012-11-23 17:28:29', '<!--:de--><span style="font-size: small;">Schmuckstücke der Kollektion „Bela“ sind mit Perlen aus den Halbedelsteinen Onyx, Howlith und Bergkristall, sowie aus 925 Silber und vergoldetem 925 Silber gefertigt. Erhältlich sind die Farbkombinationen schwarz – silber, weiß – schwarz und farblos/matt – gold. Die Verschlüsse sind aus Glasperlen und versilberten bzw. vergoldeten nickelfreien Magneten gefertigt, die ein bequemes Anlegen und Abnehmen der Schmuckstücke ermöglichen. Die Magnete sind stark genug, um unbeabsichtigtes Öffnen zu verhindern und ein sicheres Tragen zu gewährleisten. </span><span style="font-size: small;"><a href="http://www.turcuas.com/?cat=9&amp;lang=de">Alle Stücke dieser Kollektion anschauen</a></span>\r\n<p class="collection-product-types"><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=rings"><img class="alignnone size-medium wp-image-1348" title="collection_bela_introduction_de_001" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_001-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=bracelets"><img class="alignnone size-medium wp-image-1349" title="collection_bela_introduction_de_002" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_002-296x183.jpg" alt="" width="296" height="183" /></a><a href="http://www.turcuas.com/?cat=9&amp;lang=de&amp;tag=necklaces"><img class="alignnone size-medium wp-image-1350" title="collection_bela_introduction_de_003" src="http://www.turcuas.com/wp-content/uploads/2012/02/collection_bela_introduction_de_003-296x183.jpg" alt="" width="296" height="183" /></a></p><!--:--><!--:en--><span style="font-size: small;">The jewelry pieces of this collection are made of 4 mm and 2 mm beads. The materials of the beads are onyx, howlite, rock crystal, 925 silver and gold-plated 925 silver. The pieces are available in the color combinations black - silver, white - black and transparent/matt and gold. The clasps for the bracelets and the necklaces are made of glass beads and four nickel-free silver-plated or gold-plated magnets. These magnetic clasps make it easy to close and open the pieces without unintented opening.</
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment