-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Sep 29, 2011 at 02:12 AM -- Server version: 5.1.58 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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: `woodpell_wrd2` -- -- -------------------------------------------------------- -- -- 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 ; -- -------------------------------------------------------- -- -- 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_approved` (`comment_approved`), 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`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_comments` -- INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2011-08-01 16:36:16', '2011-08-01 16:36:16', 'Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0); -- -------------------------------------------------------- -- -- 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, `blog_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1091 ; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, 'siteurl', 'http://www.westerncanadacobras.com', 'yes'), (2, 0, 'blogname', 'Western Canada Cobras', 'yes'), (3, 0, 'blogdescription', 'Canada's Only Authorized Importer of Factory Five Racing Kit Cars', 'yes'), (4, 0, 'users_can_register', '0', 'yes'), (5, 0, 'admin_email', 'cdncobraguy@gmail.com', 'yes'), (6, 0, 'start_of_week', '1', 'yes'), (7, 0, 'use_balanceTags', '0', 'yes'), (8, 0, 'use_smilies', '1', 'yes'), (9, 0, 'require_name_email', '', 'yes'), (10, 0, 'comments_notify', '', 'yes'), (11, 0, 'posts_per_rss', '10', 'yes'), (12, 0, 'rss_use_excerpt', '0', 'yes'), (13, 0, 'mailserver_url', 'mail.example.com', 'yes'), (14, 0, 'mailserver_login', 'login@example.com', 'yes'), (15, 0, 'mailserver_pass', 'password', 'yes'), (16, 0, 'mailserver_port', '110', 'yes'), (17, 0, 'default_category', '1', 'yes'), (18, 0, 'default_comment_status', 'closed', 'yes'), (19, 0, 'default_ping_status', 'open', 'yes'), (20, 0, 'default_pingback_flag', '1', 'yes'), (21, 0, 'default_post_edit_rows', '20', 'yes'), (22, 0, 'posts_per_page', '10', 'yes'), (23, 0, 'date_format', 'F j, Y', 'yes'), (24, 0, 'time_format', 'g:i a', 'yes'), (25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 0, 'links_recently_updated_prepend', '', 'yes'), (27, 0, 'links_recently_updated_append', '', 'yes'), (28, 0, 'links_recently_updated_time', '120', 'yes'), (29, 0, 'comment_moderation', '1', 'yes'), (30, 0, 'moderation_notify', '', 'yes'), (31, 0, 'permalink_structure', '/http:/www.westerncanadacobras.com/home', 'yes'), (32, 0, 'gzipcompression', '0', 'yes'), (33, 0, 'hack_file', '0', 'yes'), (34, 0, 'blog_charset', 'UTF-8', 'yes'), (35, 0, 'moderation_keys', '', 'no'), (36, 0, 'active_plugins', 'a:5:{i:0;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:1;s:19:"jetpack/jetpack.php";i:2;s:29:"my-page-order/mypageorder.php";i:3;s:37:"tinymce-advanced/tinymce-advanced.php";i:4;s:23:"wp-insert/wp-insert.php";}', 'yes'), (37, 0, 'home', 'http://www.westerncanadacobras.com', 'yes'), (38, 0, 'category_base', '', 'yes'), (39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (40, 0, 'advanced_edit', '0', 'yes'), (41, 0, 'comment_max_links', '2', 'yes'), (42, 0, 'gmt_offset', '0', 'yes'), (43, 0, 'default_email_category', '1', 'yes'), (44, 0, 'recently_edited', '', 'no'), (45, 0, 'template', 'WCC_3COL_WP_FORMAT', 'yes'), (46, 0, 'stylesheet', 'WCC_3COL_WP_FORMAT', 'yes'), (47, 0, 'comment_whitelist', '1', 'yes'), (48, 0, 'blacklist_keys', '', 'no'), (49, 0, 'comment_registration', '', 'yes'), (50, 0, 'rss_language', 'en', 'yes'), (51, 0, 'html_type', 'text/html', 'yes'), (52, 0, 'use_trackback', '0', 'yes'), (53, 0, 'default_role', 'subscriber', 'yes'), (54, 0, 'db_version', '18226', 'yes'), (55, 0, 'uploads_use_yearmonth_folders', '', 'yes'), (56, 0, 'upload_path', '', 'yes'), (57, 0, 'blog_public', '1', 'yes'), (58, 0, 'default_link_category', '2', 'yes'), (59, 0, 'show_on_front', 'page', 'yes'), (60, 0, 'tag_base', '', 'yes'), (61, 0, 'show_avatars', '1', 'yes'), (62, 0, 'avatar_rating', 'G', 'yes'), (63, 0, 'upload_url_path', '', 'yes'), (64, 0, 'thumbnail_size_w', '150', 'yes'), (65, 0, 'thumbnail_size_h', '150', 'yes'), (66, 0, 'thumbnail_crop', '1', 'yes'), (67, 0, 'medium_size_w', '300', 'yes'), (68, 0, 'medium_size_h', '300', 'yes'), (69, 0, 'avatar_default', 'mystery', 'yes'), (70, 0, 'enable_app', '0', 'yes'), (71, 0, 'enable_xmlrpc', '0', 'yes'), (72, 0, 'large_size_w', '1024', 'yes'), (73, 0, 'large_size_h', '1024', 'yes'), (74, 0, 'image_default_link_type', '', 'yes'), (75, 0, 'image_default_size', '', 'yes'), (76, 0, 'image_default_align', '', 'yes'), (77, 0, 'close_comments_for_old_posts', '1', 'yes'), (78, 0, 'close_comments_days_old', '0', 'yes'), (79, 0, 'thread_comments', '', 'yes'), (80, 0, 'thread_comments_depth', '5', 'yes'), (81, 0, 'page_comments', '', 'yes'), (82, 0, 'comments_per_page', '50', 'yes'), (83, 0, 'default_comments_page', 'newest', 'yes'), (84, 0, 'comment_order', 'asc', 'yes'), (85, 0, 'sticky_posts', 'a:0:{}', 'yes'), (86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (87, 0, 'widget_text', 'a:5:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:91:"";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:12:"Contact Info";s:4:"text";s:91:"By Phone (Toll Free) 1 866 853-5835 \r\n \r\nBy E-Mail Cdncobraguy@gmail.com";s:6:"filter";b:1;}i:5;a:3:{s:5:"title";s:50:" SITE SECURED BY SITELOCK";s:4:"text";s:219:"website security";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'), (88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (89, 0, 'timezone_string', '', 'yes'), (90, 0, 'embed_autourls', '1', 'yes'), (91, 0, 'embed_size_w', '', 'yes'), (92, 0, 'embed_size_h', '600', 'yes'), (93, 0, 'page_for_posts', '0', 'yes'), (94, 0, 'page_on_front', '2', 'yes'), (95, 0, 'default_post_format', '0', 'yes'), (96, 0, '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'), (97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (159, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (160, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (161, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (162, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (163, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (164, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (165, 0, 'widget_widget_twentyeleven_ephemera', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (166, 0, 'cron', 'a:3:{i:1317289476;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:1317289489;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'), (167, 0, '_transient_doing_cron', '1317246293', 'yes'), (168, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.2.1.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.2.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.2.1-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.2.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";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:1317246294;s:15:"version_checked";s:5:"3.2.1";}', 'yes'), (1054, 0, '_site_transient_timeout_theme_roots', '1317248374', 'yes'), (1055, 0, '_site_transient_theme_roots', 'a:3:{s:18:"WCC_3COL_WP_FORMAT";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'), (229, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1317247614;s:7:"checked";a:3:{s:18:"WCC_3COL_WP_FORMAT";s:3:"1.0";s:12:"twentyeleven";s:3:"1.2";s:9:"twentyten";s:3:"1.2";}s:8:"response";a:0:{}}', 'yes'), (173, 0, 'jetpack_activated', '2', 'yes'), (928, 0, '_site_transient_timeout_browser_7793979e70bb01e23833a4f7789d7a63', '1317665873', 'yes'), (929, 0, '_site_transient_browser_7793979e70bb01e23833a4f7789d7a63', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"9.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (176, 0, '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:34:"http://www.westerncanadacobras.com";s:4:"link";s:110:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.westerncanadacobras.com/";s:3:"url";s:161:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.wood-pellet-world.com/westerncanadacobras/";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'), (230, 0, 'current_theme', 'WCC 3COL WP FORMAT', 'yes'), (876, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1316830754', 'no'), (877, 0, '_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, 23 Sep 2011 14:14:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:41:"quebarato on "QueBarato! Blog Connection"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/quebarato-blog-connection/#post-30399";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 23:07: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:"30399@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:"Ganhar dinheiro através de um post em seu blog parece a idéia perfeita? O QueBarato! apresenta o QueBarato! Blog Connection, o plugin que estava fa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"quebarato";s: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:32:"luciana123 on "Notify On Action"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/notify-on-action/#post-30397";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 21:39: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:"30397@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:"This plugin allows Admins to set up email notification on any action performed in any of functions on themes/plugins.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"luciana123";s: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:55:"James Irving-Swift (Swifty) on "Electric Studio Mailer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/electric-studio-mailer/#post-30381";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 13:39: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:"30381@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:66:"Creates an easy function for sending mail from your Wordpress 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:27:"James Irving-Swift (Swifty)";s: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:24:"bestwebsoft on "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/gallery-plugin/#post-30427";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 16:56: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:"30427@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:63:"This plugin allows you to implement gallery page into web 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"bestwebsoft";s: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:34:"jokerbr313 on "Advanced Post List"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/advance-post-list/#post-30371";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 09:16:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30371@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:"Create a large variety of post lists with easy to use advanced settings. Highly customizable for designing unique post-list designs.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jokerbr313";s: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:26:"dmitry78 on "XiSearch bar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/xisearch-bar/#post-30313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 11:38: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:"30313@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:145:"XiSearch bar: increase the quantity and improve the quality of your site content thanks to the advanced search options on every page of your 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"dmitry78";s: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:25:"mikeyotoole on "WP Folio"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-foliolio/#post-30390";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 19:15:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"30390@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:140:"WP-Foliolio enables a Web Developer/Designer to create a Wordpress Portfolio for their work with wp's familiar content creation 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"mikeyotoole";s: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:61:"benatkin on "WordPress SyntaxHighlighter Evolved: Brush 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:76:"http://wordpress.org/extend/plugins/syntaxhighlighter-brush-pack/#post-30403";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 02:25: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30403@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:"Adds brushes to SyntaxHighlighter Evolved. Based on\n[WordPress SyntaxHighlighter Evolved: CoffeeScript\nBrush](http://wordpress.org/extend/plugins/synt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"benatkin";s: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:31:"KwarK on "Kw LiveStream 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:68:"http://wordpress.org/extend/plugins/kw-livestream-plugin/#post-30404";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 05:41: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30404@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:121:"A simple plugin for streaming (live tv) with livestream.com and shortcode with WordPress. Multiple livestream possibility";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"KwarK";s: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:29:"Simon Fransson on "Logged in"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/logged-in/#post-30432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 20:06: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:"30432@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:"Allows you to close your site to non-logged in users, by redirecting them to the login page, displaying a message or a specific template 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:"Simon Fransson";s: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:22:"DaganLev on "DGallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/dgallery/#post-30428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 18:40:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30428@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:87:"Overrides WordPress regular gallery with a nicer gallery based on Google+ photo 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"DaganLev";s: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:37:"SultanICQ on "Web Page Speed Checker"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/web-page-speed-checker/#post-30354";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Sep 2011 15:50:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30354@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:102:"Web Page Speed Checker is a plugin designed to control the Google Page Speed Score of your blog pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"SultanICQ";s: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:36:"Inpsyde GmbH on "Multilingual Press"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/multilingual-press/#post-26125";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 Apr 2011 18:29: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26125@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:46:"Multilingual websites with 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Inpsyde GmbH";s: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:68:"Londontime on "Share Google , twitter , facebook and social sharing"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/google-wp-buton/#post-30359";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Sep 2011 18:22: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:"30359@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:87:"Adds a set of cool icons and widgets at the end of your post for your readers to share.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Londontime";s: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:50:"sergey.s.betke@novgaro.ru on "AJAX Yandex.Metrika"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ajax-yandexmetrika/#post-30419";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 13:24: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30419@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:71:"Add Yandex.Metrika counter. And add counter integration for AJAX sites.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:25:"sergey.s.betke@novgaro.ru";s: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, 23 Sep 2011 14:19:14 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:"2011-09-21 23:07:58";s:14:"content-length";s:4:"7989";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), (1044, 0, '_transient_timeout_feed_63daa48be9938090d523975c4c104903', '1317262756', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1045, 0, '_transient_feed_63daa48be9938090d523975c4c104903', '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:36:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WP-Insert : The Ultimate Wordpress Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.wp-insert.smartlogix.co.in";s: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:32:"A Wordpress plugin by SmartLogix";s: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:"Sat, 13 Aug 2011 17:27:00 +0000";s: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:29:"http://wordpress.org/?v=3.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:4:"item";a:5:{i:0;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Important message for everyone having missing admin menu issue";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wp-insert.smartlogix.co.in/important-message-for-everyone-having-missing-admin-menu-issue/";s: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:110:"http://www.wp-insert.smartlogix.co.in/important-message-for-everyone-having-missing-admin-menu-issue/#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, 09 Aug 2011 20:19: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:6:{i:0;a:5:{s:4:"data";s:4:"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:"";}i:1;a:5:{s:4:"data";s:5:"AFTER";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"browser 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:"";}i:3;a:5:{s:4:"data";s:5:"CLEAR";s: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:5:{s:4:"data";s:4:"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:"";}i:5;a:5:{s:4:"data";s:7:"message";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.wp-insert.smartlogix.co.in/?p=413";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:339:"CLEAR YOUR BROWSER CACHE AFTER THE UPGRADE Related posts:Wp-Insert and WordPress 3.2 issue resolved\n\n\nRelated posts:
  1. Wp-Insert and WordPress 3.2 issue resolved
  2. \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Namith J";s: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:106:"http://www.wp-insert.smartlogix.co.in/important-message-for-everyone-having-missing-admin-menu-issue/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:"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:"";}}}}}i:1;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WordPress 3.2 update have bought down this sites 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:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://www.wp-insert.smartlogix.co.in/wordpress-3-2-update-have-bought-down-this-sites-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:102:"http://www.wp-insert.smartlogix.co.in/wordpress-3-2-update-have-bought-down-this-sites-theme/#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, 05 Jul 2011 09:41:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:4:"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:"";}i:1;a:5:{s:4:"data";s:5:"Arras";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"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:"";}i:3;a:5:{s:4:"data";s:6:"update";s: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:5:{s:4:"data";s:6:"wonder";s: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:5:{s:4:"data";s:9:"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:44:"http://www.wp-insert.smartlogix.co.in/?p=414";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:677:"This tutorial site was running of the famous Arras theme.  Wp 3.2 update has bought the theme down too.  We all survived through the big 3.0 update. I wonder why...\n\n\nRelated posts:
  1. Wp-Insert and WordPress 3.2 issue resolved
  2. \n
  3. How to enable Syntax Highlighting in Theme and Plugin Editors
  4. \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Namith J";s: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:98:"http://www.wp-insert.smartlogix.co.in/wordpress-3-2-update-have-bought-down-this-sites-theme/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:"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:"";}}}}}i:2;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Wp-Insert and WordPress 3.2 issue resolved";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://www.wp-insert.smartlogix.co.in/wp-insert-and-wordpress-3-2-issue-resolved/";s: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:90:"http://www.wp-insert.smartlogix.co.in/wp-insert-and-wordpress-3-2-issue-resolved/#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, 05 Jul 2011 04:30: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:6:{i:0;a:5:{s:4:"data";s:4:"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:"";}i:1;a:5:{s:4:"data";s:6:"Delete";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:6:"folder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"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:"";}i:4;a:5:{s:4:"data";s:6:"update";s: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:5:{s:4:"data";s:7:"version";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.wp-insert.smartlogix.co.in/?p=410";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:978:"I have updated Wp-Insert to version 1.7.4 to be compatible with WordPress 3.2. Those who have not upgraded your WordPress installations upgrade Wp-Insert prior to updating WordPress. If you have...\n\n\nRelated posts:
  1. Wp-Insert is no longer in the plugin repository
  2. \n
  3. WordPress 3.2 update have bought down this sites theme.
  4. \n
  5. Important message for everyone having missing admin menu issue
  6. \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Namith J";s: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:86:"http://www.wp-insert.smartlogix.co.in/wp-insert-and-wordpress-3-2-issue-resolved/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:2:"32";s: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:48:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"IE6 Countdown is now available in WordPress Plugin Repository";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wp-insert.smartlogix.co.in/ie6-countdown-is-now-available-in-wordpress-plugin-repository/";s: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:109:"http://www.wp-insert.smartlogix.co.in/ie6-countdown-is-now-available-in-wordpress-plugin-repository/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Mar 2011 10:50: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:5:{i:0;a:5:{s:4:"data";s:4:"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:"";}i:1;a:5:{s:4:"data";s:4:"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:"";}i:2;a:5:{s:4:"data";s:4:"Join";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"repository";s: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:5:{s:4:"data";s:5:"Share";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.wp-insert.smartlogix.co.in/?p=408";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:828:"Join in in the cause to drop IE6 share below 1% Add the plugin IE6 Countdown from the repository to your blog : Click Here   Related posts:Wp-Insert is no...\n\n\nRelated posts:
  1. Wp-Insert is no longer in the plugin repository
  2. \n
  3. Join Hands to kill the menance that is IE6
  4. \n
  5. Wp-Insert is back in the repository..
  6. \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Namith J";s: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:105:"http://www.wp-insert.smartlogix.co.in/ie6-countdown-is-now-available-in-wordpress-plugin-repository/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:51:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Join Hands to kill the menance that is IE6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://www.wp-insert.smartlogix.co.in/join-hands-to-kill-the-menance-that-is-ie6/";s: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:90:"http://www.wp-insert.smartlogix.co.in/join-hands-to-kill-the-menance-that-is-ie6/#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, 10 Mar 2011 05:30: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:8:"category";a:6:{i:0;a:5:{s:4:"data";s:4:"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:"";}i:1;a:5:{s:4:"data";s:9:"countdown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"download";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"Hands";s: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:5:{s:4:"data";s:4:"Join";s: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:5:{s:4:"data";s:7:"menance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.wp-insert.smartlogix.co.in/?p=405";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:885:"Microsoft has launched a new website ie6countdown.com to request people to stop using IE6 and upgrade to the latest IE version. I have written a quick wordpress plugin which will...\n\n\nRelated posts:
  1. IE6 Countdown is now available in WordPress Plugin Repository
  2. \n
  3. Wp-Insert is no longer in the plugin repository
  4. \n
  5. Reports about Wp-Insert Clones
  6. \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Namith J";s: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:86:"http://www.wp-insert.smartlogix.co.in/join-hands-to-kill-the-menance-that-is-ie6/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:43:"http://www.wp-insert.smartlogix.co.in/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:28:"http://www.w3.org/1999/xhtml";a:1:{s:4:"meta";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:4:"name";s:6:"robots";s:7:"content";s:7:"noindex";}}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:4:"date";s:29:"Wed, 28 Sep 2011 14:19:15 GMT";s:6:"server";s:125:"Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635";s:12:"x-powered-by";s:10:"PHP/5.2.13";s:10:"x-pingback";s:48:"http://www.wp-insert.smartlogix.co.in/xmlrpc.php";s:4:"etag";s:34:""a573a9c62d9914b2825ee8527613315c"";s:13:"last-modified";s:29:"Sat, 13 Aug 2011 17:27:00 GMT";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'), (184, 0, 'can_compress_scripts', '1', 'yes'), (860, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316830753', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (861, 0, '_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:"Fri, 16 Sep 2011 15:08:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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:45:"http://wordpress.org/?v=3.3-aortic-dissection";s:7:"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:56:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s: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:74:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#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, 15 Sep 2011 07:33: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:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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:2;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:7:"Testing";s: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:5:{s:4:"data";s:8:"WordCamp";s: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:5:{s:4:"data";s:7:"bughunt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had 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: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:3772:"

Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland.

\n

3.3 Hackathon

\n

WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn’t make it into the current release. You can help us prevent this!

\n

This weekend, we’ll be running a has-patch needs-testing marathon for the 3.3 milestone. Basically, we’re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?

\n

WordCamp Portland

\n

At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we’ll be involved with a couple of other cool things at WCPDX:

\n\n

So, if you live it the Portland/Seattle area and haven’t already bought a ticket to attend WordCamp Portland, hurry up, as it’s going to be a great celebration of Software Freedom Day and WordPress.

\n";s: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:70:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/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:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/a-tale-of-two-wordcamps/";s: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:67:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/#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, 14 Sep 2011 21:17: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:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2057";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:380:"This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:3683:"

This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, a cool juxtaposition of a more established local community with one that is just getting started. If you’re anywhere near the Portland area, you should try to attend. The WordPress Foundation will be sponsoring some special activities around Software Freedom Day, and some members of the core team (me, Nacin, Koop) will be there.

\n

Is there a WordCamp coming up near you? Let’s find out!

\n

Sep 15: WordCamp Cape Town Cape Town, South Africa

\n

Sep 16-18: WordCamp Albuquerque Albuquerque, NM

\n

Sep 17-18: WordCamp Portland Portland, OR

\n

Sep 24: WordCamp Lisboa Lisboa, Portugal

\n

Sep 24: WordCamp Germany Koln, Germany

\n

Sep 25: WordCamp Sofia Sofia, Bulgaria

\n

Oct 1: WordCamp Louisville Louisville, Kentucky

\n

Oct 8-9: WordCamp Sevilla Seville, Spain

\n
\n

Oct 15-16: WordCamp Jabalpur Jabalpur, India

\n

Nov 5-6: WordCamp Toronto Toronto, ON

\n

Nov 5-6: WordCamp Gold Coast Gold Coast, Australia

\n

Nov 5-6: WordCamp Philly Philadelphia, PA

\n

Nov 12: WordCamp Caguas Caguas, Puerto Rico

\n

Nov 12-13: WordCamp Kenya Nairobi, Kenya

\n

Nov 12-13: WordCamp Detroit Detroit, MI

\n

Nov 12: WordCamp Richmond Richmond, VA

\n

Nov 12-13: WordCamp Denmark Copenhagen, Denmark

\n

Dec 17: WordCamp Las Vegas Las Vegas, NV

\n

Feb 3-4 WordCamp Atlanta Atlanta, GA

\n

There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA;  Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.

\n

Hope to see you soon at a WordCamp near you!

\n


\n

\n
\n";s: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:63:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/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:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Vote for WordPress Sessions at SXSW";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/vote-for-wordpress-sxsw/";s: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:67:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Sep 2011 04: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"conferences";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2036";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:302:"Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:6289:"

Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web is powered by WordPress, there aren’t many sessions related to WordPress on the schedule. This year, more than 3200 proposals are competing for about 350 slots, and who has time to read through, vote, and comment on 3200 proposals? Out of those 3200+ proposals, only 8 relate to WordPress! I thought it would be handy to post a guide to the WordPressy proposals for SXSWi 2012, so that if you would like to check them out and vote on them it woud be fast and easy. Leaving a comment in addition to your thumbs up/down vote helps the staff and advisory board know which sessions are likely to have an interested audience, so make sure to leave comments on the sessions you think would be cool (remember, they also publish the podcasts afterward). Voting ends in about 24 hours, so if you want to weigh in, now’s the time. Thanks for helping spread the word!

\n

WordPress-specific Sessions

\n

This list is based on searching for “WordPress” in proposal titles, descriptions, and tags. Clicking the proposal title will take you to that page in the SXSW PanelPicker, where you can vote and comment. Names that are linked go to those people’s WordPress.org profiles.

\n

Blog Wars: Movable Type vs. WordPress Revisited

\n

Mark Jaquith – WordPress Lead Developer
\nByrne Reese – Endevver
\nThese days people tend to pit us against Drupal rather than Movable Type, but looking back at the early rivalry and learning from the positive and negative aspects of it would be cool as we position ourselves in competition with new platforms. I like seeing Mark present at conferences, he always prepares well and does a good job. Though I’m guessing these guys will be all friendly and collaborative, I might take a nostalgia hit and imagine them in a fistfight just to liven things up.

\n

Designing WordPress

\n

Jane Wells – WordPress User Experience Lead
\nDisclosure: This is me! Balancing the desire for truly open and participatory design processes against the often more efficient and consistent results of a more curated design method is something we’ve been working on for the past year or so in WordPress core. I’d use the design process for several recent core features (like the UI refresh and internal linking) to illustrate the issues we’ve faced and the results we’ve achieved.

\n

Open Source Social Networking

\n

John James Jacoby – BuddyPress Lead Developer
\nJ-trip (as John James Jacoby is fondly known by many in the community) is the lead dev for BuddyPress and the new bbPress plugin. He’s proposing a panel discussion among reps from several open source social network platforms. It’s always cool hearing more about BuddyPress, but it would be even cooler to figure out how it fits in with and/or stacks up against other platforms.

\n

Welcome to the Chaos – the Distributed Workplace

\n

Nikolay Bachiyski – WordPress Core Developer, GlotPress Lead Developer
\nLori McLeese – Automattic
\nThis one isn’t about WordPress per se, though using WordPress as a communication tool is one of the topics and Automattic is obviously a WordPress-based business. The main reason I think people should vote for this session is because Nikolay, core committing developer for internationalization and lead developer of GlotPress, our translation tool, is an awesome speaker. He is hysterically funny when he presents. I would bet money this presentation will involve a bear.

\n

Deploying WordPress: From Zero to Ninja

\n

Grant Norwood – Michael & Susan Dell Foundation
\nWhen Mark Jaquith says a presentation on security and deployment is on his short list, I’m impressed. (He said it in the comments on the proposal.)

\n

Beyond the Theme – Using WordPress as an API

\n

David Tufts – kickpress.org
\nObviously a hot topic in the community right now, seems like a no-brainer to choose.

\n

Local Government Online: WordPress Beats Drupal

\n

Jase Wilson – Luminopolis
\nThere was a presentation at WordCamp San Francisco this month on moving a news site from Drupal to WordPress. More and more the question comes up of which tool is best for various situations and requirements. And obviously getting government to use more open source software would be a cost-saver in these tough economic times.

\n

WordPress website built live in 45 minutes

\n

Glenn Todd – Dvize Creative
\nLive walkthroughs are always fun, and help prove to the uninitiated how easy WordPress can be.

\n

So: go vote on these session proposals and help spread the WordPress love. If you know of any WordPress-related proposals that didn’t come up in my search, let me know in a comment and I’ll update this post. Thanks, and maybe we’ll see you in Austin in March!

\n";s: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:63:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/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: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:17:"State of the Word";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/08/state-of-the-word/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/08/state-of-the-word/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Aug 2011 15:32:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2019";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:307:"This has been an exciting year for WordPress. We’ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress. We also conducted our first ever user and developer survey, which got [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2043:"

This has been an exciting year for WordPress. We’ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress.

\n

We also conducted our first ever user and developer survey, which got over 18,000 responses from all over the world:

\n

\n

We found a few interesting tidbits from the survey responses already, including that 6,800 self-employed respondents were responsible for over 170,000 sites personally, and charged a median hourly rate of $50. In tough economic times, it’s heartening to see Open Source creating so many jobs. (If each site took only 3 hours to make, that’s $29.5M of work at the average hourly rate.)

\n

I talk about this data, and much more, in my State of the Word address which you can watch here:

\n

\n

We know there’s more good stuff hidden in there and we’re open sourcing and releasing the raw information behind it. If you’re a researcher and would like to dig into the anonymized survey data yourself, you can grab it here. (Careful, it’s a 9MB CSV.)

\n

There has never been a better time to be part of the WordPress community, and I want to thank each and every one of you for making it such a wonderful place to be. Now it’s time to get back to work, there’s still 85.3% of the web that needs help.

\n";s: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/08/state-of-the-word/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:23:"WordCamp SF Livestream!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/";s: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:66:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Aug 2011 08:38:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2012";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2414:"

The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who wanted to come but couldn’t swing the time off or travel expenses, you should check out the livestream tickets that are for sale. You can even get a conference t-shirt to commemorate your “virtual” participation.

\n

Speakers include members of the WordPress core development team, leaders of WordPress-based businesses, hobbyists, and everything in between. Take a look at the schedules for Friday, Saturday, and Sunday, and if you see something that sounds interesting (how could you not?), buy a livestream ticket. The stream will start at 16:00 UTC on Friday, August 12.

\n

Viewing Parties

\n

Celebrate your own local WordPress community by calling together some friends and having a livestream viewing party. In the case of regular WordPress meetup groups, if you do a viewing party we will have a process after #WCSF is over whereby attendees will be eligible to buy conference shirts if their meetup group organizer confirms viewing party attendance.

\n

Videos from all the recorded sessions will be posted for free on WordPress.tv within a couple of weeks, but watching the livestream allows you to support WordCamp while providing instant gratification. And let’s face it: the best part is that you’ll know what the heck people are talking about on Twitter using the hashtag #wcsf.

\n";s: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:62:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/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: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:23:"Best WordCamp Speakers?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/";s: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:66:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#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:"Sat, 16 Jul 2011 21:32: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2000";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:357:"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1600:"

As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.

\n

This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).

\n

Example:

\n

1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011
\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010
\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011

\n

That’s it. We don’t need your name or any info at all, just your three top speaker votes. We’ll take a look at the people with the most votes, and consider them for WCSF if they’re not already in the application pool. Thanks for your help in making this year’s conference better and more WordPressy than ever.

\n

Vote Now!

\n

P.S. Have you bought your tickets yet?

\n";s: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:62:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/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: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:15:"WordPress 3.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/07/wordpress-3-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/07/wordpress-3-2-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, 12 Jul 2011 19:49:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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=1982";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:"After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:1129:"

After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.

\n

For a full list of fixes, view the changelog the list of tickets. Our release haiku:

\n

JSON, the admin
\nA little bit tidier
\nEdge cases covered

\n

Download 3.2.1 or update now from the Dashboard → Updates menu in your site’s admin area.

\n";s: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/2011/07/wordpress-3-2-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: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:27:"WordPress 3.2 now available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/07/gershwin/";s: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:52:"http://wordpress.org/news/2011/07/gershwin/#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, 04 Jul 2011 21:07:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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=1924";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:14127:"

Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist George Gershwin.

\n

Before we get to the release, in anticipation of the State of the Word speech at the upcoming WordCamp San Francisco (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, please fill out this survey and we’ll share what we learn by publishing the aggregate results in August.

\n

The focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in to 3.2 is a refreshed dashboard design that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 new Twenty Eleven theme, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new distraction-free writing or zen mode, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)

\n

\n

Under the hood there have been a number of improvements, not the least of which is the streamlining enabled by our previously announced plan of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The admin bar has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new approve & reply feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes updates significantly faster on all hosting platforms. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple rotating header images to highlight all of your favorite photos.

\n

There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the Codex page on 3.2 or the Trac milestone which includes the 400+ tickets closed in this release.

\n

A Community Effort

\n

We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:

\n

Aaron Brazell, Aaron Campbell, Aaron Jorbin, Adam Harley, Alex Concha, ampt, Andrew Nacin, Andrew Ozz, andrewryno, andy, Austin Matzko, BenChapman, Ben Dunkle, bluntelk, Boone Gorges, Brandon Allen, Brandon Burke, Caspie, cfinke, charlesclarkson, chexee, coffee2code, Cristi Burcă, daniloercoli, Daryl Koopersmith, David Cowgill, David Trower, demetris, Devin Reams, Dion Hulse, dllh, Dominik Schilling, Doug Provencio, dvwallin, Dylan Kuhn, Eric Mann, fabifott, Franklin Tse, Frumph, garyc40, Glenn Ansley, guyn, hakre, hebbet, Helen Hou-Sandi, hew, holizz, Ian Stewart, Jacob Gillespie, Jane Wells, Jayjdk, Jeff Farthing, Joachim Kudish, joelhardi, John Blackbourn, John Ford, John James Jacoby, JohnONolan, Jon Cave, joostdevalk, Jorge Bernal, Joseph Scott, Justin Sternberg, Justin Tadlock, kevinB, Knut Sparhell, kovshenin, Kuraishi, Lance Willett, linuxologos, lloydbudd, Luc De Brouwer, marcis20, Mark Jaquith, Mark McWilliams, Martin Lormes, Matías Ventura, Matt Martz, Matt Thomas, MattyRob, mcepl, mdawaffe, Michael Fields, MichaelH, michaeltyson, Mike Schroder, Milan Dinić, mintindeed, mitchoyoshitaka, Mohammad Jangda, mrroundhill, natecook, nathanrice, Niall Kennedy, Nick Bohle, Nikolay Bachiyski, nuxwin, Otto, pavelevap, pete.mall, Peter Westwood, Prasath Nadarajah, Ptah Dunbar, Rafael Poveda, Rahe, Ramiy, Rasheed Bydousi, Reuben Gunday, Robert Chapin, Ron Rennick, Ross Hanney, Ryan Boren, Ryan Imel, Safirul Alredha, Samir Shah, saracannon, sbressler, Sergey Biryukov, shakenstirred, Sidney Harrell, Simon Prosser, sorich87, szadok, tetele, tigertech, trepmal, Utkarsh Kukreti, valentinas, webduo, Xavier Borderie, Yoav Farhi, Ze Fontainhas, and ziofix.

\n

Bonus: On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? Don’t forget to take a minute for our survey.

\n";s: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:48:"http://wordpress.org/news/2011/07/gershwin/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:53:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Are You Ready for WordPress 3.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:66:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:75:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:"Sun, 03 Jul 2011 23:32: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:8:"category";a:5:{i:0;a:5:{s:4:"data";s:7:"Hosting";s: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:12:"health 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:"";}i:2;a:5:{s:4:"data";s:20:"minimum requirements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"MySQL";s: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:5:{s:4:"data";s:3:"PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1952";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:"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing. PHP and MySQL As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:4342:"

WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing.

\n

PHP and MySQL

\n

As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your pants dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update tomorrow when WordPress 3.2 is released.

\n

Log in to your hosting account, and check to make sure you have at least  PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.

\n

If you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can find out if you’re ready for 3.2 with the Health Check plugin. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.

\n

If you need more help, contact your host’s customer service and use this email template to ask them to help you.

\n

Hi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!

\n

If your host replies that they can’t update to these versions, it might be time to look for a new host.

\n

IE6 and Outdated Browsers

\n

With 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even Microsoft is ready to leave behind. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.

\n

If your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.

\n

Hi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.

\n

Welcome to the future!

\n

 

\n

 

\n";s: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:71:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:9;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:45:"WordPress 3.1.4 (and 3.2 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:50:"http://wordpress.org/news/2011/06/wordpress-3-1-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:59:"http://wordpress.org/news/2011/06/wordpress-3-1-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:"Wed, 29 Jun 2011 19:00: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: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:33:"http://wordpress.org/news/?p=1927";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:368:"WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2016:"

WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.

\n

This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers Alexander Concha and Jon Cave of our security team. Consult the change log for more details.

\n

Download WordPress 3.1.4 or update immediately from the Dashboard → Updates menu in your site’s admin area.

\n

WordPress 3.2 Release Candidate 3

\n

This release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.

\n

To test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.

\n

Bonus: For more on what to test and what to do if you find an issue, please read our Beta 1 post.

\n";s: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/2011/06/wordpress-3-1-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:"";}}}}}}}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, 23 Sep 2011 14:19:12 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:"Fri, 16 Sep 2011 15:08:48 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (856, 0, '_transient_timeout_feed_mod_c92cf7b0f3244629c62dbfe140af3894', '1316830752', 'no'), (857, 0, '_transient_feed_mod_c92cf7b0f3244629c62dbfe140af3894', '1316787552', 'no'), (854, 0, '_transient_timeout_feed_c92cf7b0f3244629c62dbfe140af3894', '1316830752', 'no'), (855, 0, '_transient_feed_c92cf7b0f3244629c62dbfe140af3894', '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:79:"link:http://www.wood-pellet-world.com/westerncanadacobras/ - 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:116:"http://www.google.com/search?ie=utf-8&q=link:http://www.wood-pellet-world.com/westerncanadacobras/&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:112:"Your search - link:http://www.wood-pellet-world.com/westerncanadacobras/ - 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:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 23 Sep 2011 14:19:12 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=6bd05a550525f22e:FF=0:TM=1316787552:LM=1316787552:S=es2VnIM9WQ2GzJ6o; expires=Sun, 22-Sep-2013 14:19:12 GMT; path=/; domain=.google.com";i:1;s:212:"NID=51=jUWls_csKEEMWfmApMIjuslUs7kkMlVa1l5BXtbQrIQhBPuO1Q8wo355wPItLtgIUixNjVs3jDP6vxgtP4xt7EpQ_sAmbXXuFd0B_zqf0_WCZdbRQ4XyG_cbBJFn8pan; expires=Sat, 24-Mar-2012 14:19:12 GMT; path=/; domain=.google.com; HttpOnly";}s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'), (880, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1316830754', 'no'), (881, 0, '_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, 23 Sep 2011 14:13: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: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:60:"infogeniuz on "infoGeniuz Form Analytics for 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:92:"http://wordpress.org/extend/plugins/infogeniuz-form-analytics-for-contact-form-7/#post-29918";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 Sep 2011 20:37: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:"29918@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:116:"Add number of visits & pageviews, browser & geolocation data to all your Contact Form 7 email notifications.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"infogeniuz";s: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:41:"strangerstudios on "Paid Memberships 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:68:"http://wordpress.org/extend/plugins/paid-memberships-pro/#post-28043";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 04 Jul 2011 04:02:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"28043@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:"An infinitely customizable Membership Plugin for WordPress integrated with Authorize.net or PayPal(r) for recurring payments, flexible content control";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"strangerstudios";s: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:36:"Zamango on "Zamango Page Navigation"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/zamango-page-navigation/#post-15724";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Feb 2010 07:49: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:42:"15724@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:122:"It creates pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Zamango";s: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:29:"Glenn Ansley on "FT Calendar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ft-calendar/#post-24823";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Mar 2011 04:51: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:"24823@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:206:"A calendar plugin supporting multiple calendars, recurring events, and several different widgets / shortcodes. More info at http://calendar-plugin.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Glenn Ansley";s: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:55:"James Irving-Swift (Swifty) on "Electric Studio Mailer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/electric-studio-mailer/#post-30381";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 13:39: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:"30381@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:66:"Creates an easy function for sending mail from your Wordpress 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:27:"James Irving-Swift (Swifty)";s: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:39:"wlindley on "Hierarchical Pages 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:66:"http://wordpress.org/extend/plugins/hierarchical-pages/#post-11786";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jul 2009 15:42: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:"11786@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:119:"Makes collapsing hierarchical pages/category/taxonomy lists: top level; ancestors, children, and/or siblings of current";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"wlindley";s: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:29:"seoengine on "The SEO Engine"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/the-seo-engine/#post-24354";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Feb 2011 14:46:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24354@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:106:"Offer your Website visitors a FREE Website Analysis from the World's First Transparent Search Engine.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"seoengine";s: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:35:"mpwalsh8 on "WordPress Google 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:55:"http://wordpress.org/extend/plugins/wpgform/#post-29978";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 04:41: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:42:"29978@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:76:"Embeds a published, public Google Form in a WordPress post, page, or 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"mpwalsh8";s: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:28:"SLiX on "Shashin permalinks"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/shashin-permalinks/#post-30083";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 20:02: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:"30083@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:121:"This plugin adds permalinks support for Shashin 2 plugin galleries (default keywords: "album" and "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:4:"SLiX";s: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:25:"mikew0143 on "rootsPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rootspress/#post-25715";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 Apr 2011 22:23:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25715@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:"Displays information from a Gedcom file in a simple to use format including:\nevents and facts and links to parents, spouse(s) and children.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mikew0143";s: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:30:"acidc00l on "Maintenance Mode"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/acid-maintenance-mode-wp/#post-28818";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Jul 2011 12:40: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"28818@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:122:"Agrega una página de bienvenida a su blog que permite a los visitantes conocer su blog esta en servicio de mantenimiento.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"acidc00l";s: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:30:"realtm on "SoundCloud Is Gold"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/soundcloud-is-gold/#post-29477";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Aug 2011 13:06:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29477@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:"Browse through your soundcloud tracks from a tab in the post's 'upload media'. Select, add a track to your post. Live preview, easy.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"realtm";s: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:33:"AI.Takeuchi on "Cf Image 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:64:"http://wordpress.org/extend/plugins/cf-image-gallery/#post-29892";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 Sep 2011 09:27: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:"29892@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:"Cf Image Gallery create image gallery from attachment images.\nwrite shortcode to content and upload images, only.\nI recomend use some plugins together";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"AI.Takeuchi";s: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:33:"xradar on "Simple Social Buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/simple-social-buttons/#post-30383";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 14:20: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:42:"30383@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:121:"Insert and customize social buttons: Facebook Like it, Google plus +1 and Twitter share. Share your content with friends.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"xradar";s: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:"Bernd Altmeier on "Google Maps GPX Viewer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-maps-gpx-viewer/#post-29694";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Aug 2011 14:26: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:"29694@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:137:"This plugin can insert multiple google maps (v3) to your posts and overlay kml or gpx files, address or lat-lon markers using shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Bernd Altmeier";s: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:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Sep 2011 14:19:14 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:"2011-09-06 20:37:13";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), (872, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316830754', 'no'), (873, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316787554', 'no'), (878, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1316830754', 'no'), (879, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1316787554', 'no'), (882, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316830754', 'no'), (883, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316787554', 'no'), (1046, 0, '_transient_timeout_feed_mod_63daa48be9938090d523975c4c104903', '1317262756', 'no'), (1047, 0, '_transient_feed_mod_63daa48be9938090d523975c4c104903', '1317219556', 'no'), (868, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316830754', 'no'), (869, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316787554', 'no'), (870, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1316830754', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (871, 0, '_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, 23 Sep 2011 14:04: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: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: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: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:"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: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:32:"Joost de Valk on "WordPress SEO"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:140:"Yoast's all in one WordPress SEO solution for your WordPress site: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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:34:"flash gallery on "1 Flash 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:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@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:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"flash gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"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: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: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: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:28:"casibus on "ourSTATS 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:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@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:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"casibus";s: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:38:"mdawaffe on "Jetpack by WordPress.com"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23862@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:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mdawaffe";s: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:"Disqus on "Disqus Comment 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:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/disqus-comment-system/#post-6808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Aug 2008 01:22: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:41:"6808@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:113:"The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Disqus";s: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:66:"eight7teen on "SexyBookmarks | email, bookmark, and share buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sexybookmarks/#post-9249";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Feb 2009 11:30:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9249@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:"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"eight7teen";s: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: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:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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: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: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:"Frederick Townes on "W3 Total Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12073@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:135:"Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:49:"Joost de Valk on "Google Analytics 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:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@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:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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, 23 Sep 2011 14:19:13 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:31:32";s:14:"content-length";s:4:"7946";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), (866, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1316830754', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (867, 0, '_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:60:"WordPress.tv: Jay Collier: Web Strategy for Higher Education";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6898";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2011/09/23/jay-collier-web-strategy-for-higher-education/";s: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:1828:"
\n
\n
Jay Collier: Web Strategy for Higher Education
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 14:08:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:65:"Weblog Tools Collection: Do You Really Need All of Those Plugins?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10513";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/yrylbhxwr6c/";s: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:2805:"

There has been some interesting discussion on how many plugins you should use on your WordPress blog, and whether that number contributes to any problems along the way. The fact of the matter is, it’s really hard to say.

\n

In most situations, using an excessive amount of plugins won’t cause any problems, but plugins use memory when they run, and shared hosting provider love to limit the memory that you can consume at any given moment. If you’re running into memory errors, there are a few things that you can try, but you should probably consider using less plugins or moving to a better host. Outside of hosting limitations, the number of plugins doesn’t play much of a role. We use 36 plugins here, and I have worked on a blog before that used 82, both without issue.

\n

If you’re running into other errors, that’s more than likely just one plugin with nothing to do whatsoever with the amount of plugins you’re using. As long as you continue to use the offending plugin, you’d see the same errors with 2 plugins as you would with 200.

\n

The real question here is, do you need all of those plugins? It might be time to do some spring cleaning.

\n

Are you using a plugin to loads a chatroom in your sidebar? Has that chatroom been used once in the last month? If not, it’s probably time to get rid of that plugin. Do you use a plugin to display a gallery on your blog? WordPress has had built-in gallery support for over three years, so it might be time to get rid of that plugin too. Do you use Simple Facebook Connect to automatically post to Facebook, but use another plugin to add a Facebook Like button to your posts? Well, Simple Facebook Connect can add a Like button too, so you might as well get rid of that second plugin. And, like Simple Facebook Connect and Jetpack, there are plenty of good plugins out there which can probably take the place of more than one plugin on your blog.

\n

The number of plugins you use really doesn’t have much of on an impact on your blog (unless you’re running into hosting limitations), but it can’t hurt to clean things up once a year or so.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 13: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:10:"James Huff";s: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:42:"WPTavern: bbPress 2.0 Stable Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/rPBGL04BvEQ/bbpress-2-0-stable-now-available";s: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:3148:"

After a long time in development, bbPress 2.0 stable has been given the green light. While new version releases are exciting, this particular one for bbPress is especially so as it is a total rethink of how bbPress runs, integrates, and functions as a forums plugin instead of stand-alone software. If you’re already using an established bbPress install, moving into the plugin version of bbPress is as simple as importing your content from one to the other. John James Jacoby describes the move as follows:

\n

If you already have a previous version installed, updating to 2.0 is easy with the bbPress Importer. Move your bbPress 1.0 powered content into your new WordPress/bbPress installation and you’re ready to go. (There is already a migration plugin in the works for other forum software that promises to be pretty amazing, too!)

\n

I’m particularly interested in seeing what the migration plugin will be like as I’m currently using vBulletin to handle the forum side of the Tavern. I really like what vBulletin offers out of the box and I’ve been pretty pleased with it since I began using it for the site. However, I’ve reached a point where I’d like to switch over just to see what it’s like while at the same time, offer me an opportunity to write about bbPress more often from an end user perspective. One of the best things about bbPress is the ease in which it takes to make it look similar if not exactly like the WordPress theme in use.

\n

It’s encouraging to see that since the release of bbPress 2.0, there will be more work dedicated to the surrounding ecosystem such as the website, the addition of a bbPress focused Codex, and the official bbPress forum. While giving the 2.0 version a try, I noticed that you can’t browse the bbPress plugin repository and install plugins like you can with WordPress. I hope that at some point in the future, I can expect the same user experience out of bbPress that I currently get out of WordPress.

\n\n\n

Related posts:

  1. Why I Use VBulletin
  2. \n
  3. Why bbPress Is Good For SEO
  4. \n
  5. Listener Poll: Do You Think bbPress Will Evolve Into A WordPress Plugin?
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 13:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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:62:"WordPress.tv: Doug Yuen: Improving Your WordPress Productivity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6872";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.tv/2011/09/22/doug-yuen-improving-your-wordpress-productivity/";s: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:1836:"
\n
\n
Doug Yuen: Improving Your WordPress Productivity
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 05:05: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:95:"WordPress.tv: Gregory Cornelius & Scott Dasse: Synchronizing Creativity with 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:27:"http://wordpress.tv/?p=6897";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"http://wordpress.tv/2011/09/22/gregory-cornelius-scott-dasse-synchronizing-creativity-with-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:1911:"
\n
\n
Gregory Cornelius & Scott Dasse: Synchronizing Creativity with 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Sep 2011 23:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:67:"WPTavern: Sara Cannon On Responsive Web Design From WordCamp Boston";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"http://feedproxy.google.com/~r/WordpressTavern/~3/pVDM5jf5btw/sara-cannon-on-responsive-web-design-from-wordcamp-boston";s: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:2063:"

Within the past few weeks, I’ve noticed the term ‘Responsive‘ showing up everywhere, especially as it relates to WordPress 3.3 and the administrative area. Having no idea what this term meant, I got in touch with Sara Cannon to figure it out. Unfortunately (or fortunately), she is pretty busy helping with making the back-end of WordPress 3.3 responsive. So the next best thing is her presentation from WordCamp Boston on optimizing a WordPress site for multiple devices. To make a long story short, having a responsive designed WordPress site means it will look good across multiple screen dimensions without the need for plugins or weird tricks. The webpage responds to look correct within the confines of the devices screen. It’s not about designing one site that is pixel perfect on a 30 inch monitor. It’s about designing a website that can be fluid enough to look great on an iPad, 30 inch screen, or an iPhone. After watching the presentation, I can see why this is a cool technique. Perhaps with WordPress 3.3, we’ll be able to login with our iPhones and be able to easily navigate and administrate our websites much easier through the phone rather than through a specific app. I recommend viewing the video in full screen mode as it’s difficult to see the slides.

\n
\n\n\n

Related posts:

  1. Interview With Paul Mycroft On The Erosion Of His Web Design Business
  2. \n
  3. Hasty Mistake With WP2.8 Header Design Challenge
  4. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 17:00:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:44:"WPTavern: Plugin Quality Not Plugin Quantity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5454";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://feedproxy.google.com/~r/WordpressTavern/~3/OetOSHEl5iE/plugin-quality-not-plugin-quantity";s: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:6656:"

Ryan Imel of WPCandy.com has published an editorial that has sparked yet another good discussion. This time, the focus is on the misnomer that it’s better to keep your active plugin count as low as possible to avoid problems.

\n

I’ve been down this road before. In at least a couple of the WordCamps I’ve attended where we discussed plugins, I would tell folks that I had almost 30 active plugins running on WPTavern.com. Judging by their reaction, you’d think I just dropped a bomb on them. In my defense, those 30 or so plugins enabled me to have the functionality I wanted within a WordPress installation. For the most part, these plugins have caused me 0 problems. The total number of active plugins has varied between more than 30 and less than 25 over the past four years but I’ve never had more than 35 activated at one time. After 4 years of using WordPress, my activated plugin count has remained nearly the same for two reasons. The first is that I’m pretty content with the functionality I have. The second is that I’m not the adventurous type who likes to try every plugin known to man.

\n

The funny thing about this discussion is that, you could have 3 plugins activated with one of those causing your site to hang. Or, you could have 25 and your site loads in less than 3 seconds. As Ryan mentions, the number of activated plugins doesn’t matter so much as the quality of the code within them. This conclusion leads us into an entirely different subset of circumstances. For instance, how do you judge the quality of a plugin before installation? How does one know if a particular plugin doesn’t play nice with some other plugin? Are we to sit here and expect end users to know good code from bad? From my perspective, if I activate a plugin and it provides the functionality it says it does, I generally don’t go under the hood to see how it’s done, just as long as it’s done without any apparent issues.

\n

In a perfect world, we should be able to activate 100 different plugins from a variety of different authors and have them all work seamlessly without any problems. But this isn’t a perfect world. It’s open source. It’s the wild wild west of coding. Sure, there are coding standards for WordPress, but not everyone is going to follow them. Not everyone is going to do things the way they should be done because it’s an open world. A plugin review team that works similarly to the theme review team is non-existent allowing plugins that don’t have malicious code into the repository regardless of their code quality. So how does this problem end up getting solved for everyone involved? It doesn’t. We can continue to educate both users and developers until the cows come home but the very nature of how things work in this open source environment allows for bad code quality to happen. It’s the nature of the beast. I think that over time, the problem can become less of an issue but it will never go away. Not unless some major crackdown starts happening on the plugin repository. Educating plugin authors is a good way to treat one of the symptoms of the overall problem but screening code before it gets past the pearly gates of the repository into the hands of users is the only way to truly solve the problem. Just like the theme review team, until a plugin reaches certain quality criteria, it can not be allowed to be hosted on the repository. It may sound bad, but the repository gate keepers would be the ones educating plugin authors before their code is accepted so in the end, it would be win-win situation.

\n

This could cause some plugin fragmentation in terms of where people go to get their plugins but that has existed for years. It might even cause a backlash similar if not, worse than the one generated from implementing the theme review team. But at the end of the day, something like this is good for end users all around. There certainly would be no guarantees that everything will work seamlessly after the team is put together but what it would be doing is increasing the odds of that happening in the future. It would also increase the number of plugins hosted on the repository that can be used as examples of plugins that did things the right way.

\n

However, a plugin review team introduces it’s own complexities such as how many people will be on the team, will only new plugins be screened or all plugins pushing updates to the repository, will these volunteers be paid etc. The funny thing is, if only new plugins were screened on the repository, it would mean that potentially down the road, an update to that plugin would introduce shoddy code which in turn would break someones site.

\n

After thinking about all of this, I start to wonder if it’s a case of “just can’t win“. Perhaps it’s best to educate users and developers as best we can and hope for the best?

\n

Related But Not Required Reading:

\n

Validating Plugins
\nQuality Check Your WordPress Plugins
\nFinding Quality WordPress Plugins
\nWordPress Plugins: How To Know If You Have Too Many

\n\n\n

Related posts:

  1. Plugin Repository Now Supports Videos
  2. \n
  3. Plugin Code Repository Bookmarklet
  4. \n
  5. Please Adopt This Plugin – Comment Quicktags Reloaded
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 14:15:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:58:"Weblog Tools Collection: WordPress Theme Releases for 9/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=10507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ckb_zipZFu4/";s: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:1602:"

\n

gazpoMag is a clean and featured-rich magazine style theme.

\n

\n

Girly Girl has fluid width, two columns, left sidebar, is widget ready, has valid XHTML, and features feminine colors like rose pink, gray, and lime green.

\n

\n

Insomnia is great for online magazines and personal blogs.

\n

\n

PhotoClick is a one column theme for photography and personal blogs, with a three column widget-ready footer.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 13:00: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:"James Huff";s: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:84:"WordPress.tv: Chris Penn: How to Market Your Blog (okay, Mom’s reading, now what?)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6721";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2011/09/22/chris-penn-how-to-market-your-blog-okay-mom%e2%80%99s-reading-now-what/";s: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:1866:"
\n
\n
Chris Penn: How to Market Your Blog (okay, Mom’s reading, now what?)
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 05:55:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:98:"WordPress.tv: Sara Cannon: Theming & Mobile – Optimizing your WordPress site for Various Devices";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6821";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2011/09/22/sara-cannon-theming-mobile-optimizing-your-wordpress-site-for-various-devices/";s: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:1941:"
\n
\n
Sara Cannon: Theming & Mobile – Optimizing your WordPress site for Various Devices
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 04:52:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:42:"WordPress.tv: C. C. Chapman: Content Rules";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6843";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.tv/2011/09/22/c-c-chapman-content-rules/";s: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:1767:"
\n
\n
C. C. Chapman: Content Rules
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 03:49: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:15:"WordCamp Boston";s: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:54:"WordPress.tv: Kyle Dickson: Mobile WordPress on Campus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6895";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/09/22/kyle-dickson-mobile-wordpress-on-campus/";s: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:1822:"
\n
\n
Kyle Dickson: Mobile WordPress on Campus
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 02:48:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:58:"WordPress.tv: Jon Bishop: Creating Content With Shortcodes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6844";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/21/jon-bishop-creating-content-with-shortcodes/";s: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:1823:"
\n
\n
Jon Bishop: Creating Content With Shortcodes
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 21:02: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:"WordCamp Boston";s: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:67:"WordPress.tv: Jake Goldman: Getting Started with WordPress as a CMS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6854";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.tv/2011/09/21/jake-goldman-getting-started-with-wordpress-as-a-cms/";s: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:1848:"
\n
\n
Jake Goldman: Getting Started with WordPress as a CMS
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 19:50: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:15:"WordCamp Boston";s: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:45:"Weblog Tools Collection: bbPress 2.0 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10504";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/jVd5MmBHci0/";s: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:1515:"

bbPress 2.0 has been released. With BuddyPress 1.5 launching just a few hours earlier, this is a great day for major WordPress-extending plugins. That’s right, there’s no more complicated installation and integration instructions. bbPress is now a WordPress plugin, and it can easily integrate with Akismet and BuddyPress too.

\n

Simply by activating bbPress 2.0, any standard WordPress theme is suddenly capable of having support forums, user profiles, topic tags, and custom topic views. Your users are able to mark topics as favorites to read them later, and can subscribe to be notified via email to topic replies, so they never miss out on the conversation.

\n

If you’re currently using the old version of bbPress, this new version comes with a handy importer to get you started, and there are importers for other forum platforms planned for the future. If you run into any trouble, please feel free to contact the bbPress support forums.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 19:16: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:10:"James Huff";s: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:68:"WordPress.tv: Arwin Holmes: Enterprise WordPress Do’s and Don’ts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6857";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.tv/2011/09/21/arwin-holmes-enterprise-wordpress-dos-and-donts/";s: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:1847:"
\n
\n
Arwin Holmes: Enterprise WordPress Do’s and Don’ts
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 18:51: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:15:"WordCamp Boston";s: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:25:"Matt: 40% of Time Traffic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/09/40-of-time-traffic/";s: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:403:"

At least 40% of TIME.com traffic is going through WordPress, probably more when you add up the non-vertical sites. Bummer they never mention WordPress in the original article.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 18:13: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: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: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:110:"WordPress.tv: Andrew Nacin & Daryl Koopersmith: Lean. Agile. Mobile. Social. Local. Organic. Pivot. 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=6868";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:117:"http://wordpress.tv/2011/09/21/andrew-nacin-daryl-koopersmith-lean-agile-mobile-social-local-organic-pivot-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:1939:"
\n
\n
Andrew Nacin & Daryl Koopersmith: Lean. Agile. Mobile. Social. Local. Organic. Pivot. 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 17:44: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:15:"WordCamp Boston";s: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:55:"WPTavern: New Feature Pointers Slated For WordPress 3.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://feedproxy.google.com/~r/WordpressTavern/~3/zcWv6C3CLqg/new-feature-pointers-slated-for-wordpress-3-3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:952:"

Theme.FM has a great writeup explaining one of the new features that is slated to arrive with WordPress 3.3 called Pointers. These pointers appear to show the end user some information related to a new feature. However, it looks as though in future versions of WordPress, there will be an API built around pointers which should allow plugin and theme authors to tap into it’s usefulness. If you don’t like the pointers feature, WPEngineer has an explanation as to how to disable it. Keep in mind though, that the information is based on the nightly build of WordPress so the implementation could be different later on.

\n\n\n

No related posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 17:38:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:63:"Publisher Blog: TIME.com Running Verticals on WordPress.com VIP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1712";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://publisherblog.automattic.com/2011/09/21/time-com-verticals-wordpress-com-vip/";s: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:3968:"

Great piece yesterday in paidcontent.org about how TIME.com is leveraging the WordPress.com VIP SaaS platform to run all their vertical sites. In the post TIME.com cites their internal Omniture numbers, stating that ” ..verticals drove 40 percent of total site visits in 2011.

\n

It’s great to see Techland, SwamplandBattleland, and other TIME.com verticals that run on WordPress.com VIP highlighted in this article:

\n

“In developing the vertical strategy, we decided to pinpoint areas of reader and advertiser interest, blow them out as mini-publications in their own right,” (Jim) Frederick (the site’s managing editor) said. “The idea was to get writers who can speak to Tech enthusiasts for Techland or personal finance fans at Moneyland, and forge new readerships, while still embracing our core audience and feeling familiar to our Time loyalists, too.””

\n

LightBox, an amazing photography blog that lives on WordPress.com VIP and then connects effortlessly to Twitter, Facebook, and Tumblr, is a great example of WordPress as a digital hub. TIME.com uses the WordPress site to draw in audiences from various services back to the core content.

\n

Nice work TIME.com team !

\n

\n

Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 15:16:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s: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:48:"Weblog Tools Collection: BuddyPress 1.5 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10500";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gPy9ximwQog/";s: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:1188:"

BuddyPress 1.5 has been released. With “hundreds of bug fixes, enhancements, and all-new features,” this is one of the largest updates that the WordPress-powered social networking platform has received in quite some time.

\n

Some highlights of this release include a new installation and update wizard, a new profile manager, integration with WordPress navigation menus, and a greatly improved default theme.

\n

Before upgrading, you may want to stop by this handy guide for some tips as well as plugin and theme compatibility reports. This release has been well tested over a few beta releases and release candidates, but if you run into any trouble, please feel free to contact the BuddyPress support forums.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 13:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:35:"bbPress: bbPress 2.0 now available!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?p=488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://bbpress.org/blog/2011/09/bbpress-2-0-now-available/";s: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:2582:"

In hot pursuit of BuddyPress 1.5 follows bbPress 2.0!

\n

No longer are the days of elaborate xml-rpc connections or impossible to figure-out cookie configurations! No more are the integration woes, complex theme arrangements, or separate dashboards! bbPress 2.0 represents a complete rethink of how to fit forums inside WordPress in the simplest, most elegant way possible.

\n

Simply by activating bbPress 2.0, any standard WordPress theme is suddenly capable of having support forums, user profiles, topic tags, and custom topic views. Your users are able to mark topics as favorites to read them later, and can subscribe to be notified via email to topic replies, so they never miss out on the conversation.

\n

bbPress 2.0 comes with Akismet and BuddyPress functionalities baked-in, so if you’re already using either plugin, no additional configuration is required.

\n

If you already have a previous version installed, updating to 2.0 is easy with the bbPress Importer. Move your bbPress 1.0 powered content into your new WordPress/bbPress installation and you’re ready to go. (There is already a migration plugin in the works for other forum software that promises to be pretty amazing, too!)

\n

If you’d like to see bbPress 2.0 in action, a few brave developers have been using it on their live sites already:

\n\n

In the coming weeks we’ll be moving our own forums onto bbPress 2.0, adding a codex to improve the documentation, and doing some general housekeeping here at bbpress.org. We’ve put a lot of work into rebuilding the software, now it’s time to rebuild the site to properly support it!

\n

Props for 2.0 go out to: andy, anointed, boonebgorges, christopher-jon, Coolkevman, cnorris23, dimadin, DJPaul, duck_, dudd, Fartlek, GautamGupta, greenshady, jaredatch, jghazally, Jason K, Kaspace, markmcwilliams, mouratidis, nacin, Nightgunner5, petemall, ryangannon, ryanimel, ramiy, scribu, schrepel, sorich87, vanillalounge, Viper007Bond, westi, and wonderboymusic.

\n

Download bbPress 2.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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 08:42:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John James Jacoby";s: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:97:"WordPress.tv: Jonathan May: Helping Your Small Business Client Take On Maintaining Their Own 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:27:"http://wordpress.tv/?p=6852";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:114:"http://wordpress.tv/2011/09/20/jonathan-may-helping-your-small-business-client-take-on-maintaining-their-own-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:1903:"
\n
\n
Jonathan May: Helping Your Small Business Client Take On Maintaining Their Own 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Sep 2011 23:50: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:15:"WordCamp Boston";s: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:51:"WP Android: Version 1.5: Follow your Favorite Blogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://android.wordpress.org/?p=439";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://android.wordpress.org/2011/09/20/version-1-5/";s: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:4135:"

The new Read feature in action.

\n

Today we released Version 1.5 of WordPress for Android to the Android Market, which makes it effortless to keep up with your favorite blogs and sites while on the go.

\n

If you’ve connected one of your WordPress.com blogs with the app, you’ll now see a ‘Read’ button at the bottom of your blogs list. Clicking it will display all the latest posts published on the blogs that you follow, along with the option to like or reblog them. You can even follow blogs and sites that aren’t on WordPress.com, as long as they have an RSS feed.

\n

Sweet! How do I add more sites to my reader?

\n

\n

Tap the “Follow” button while viewing any WordPress.com blog (you’ll find it in the top admin bar while logged in) to add it to your reader. To add a site that’s not on WordPress.com, simply enter the URL of the site at the top of your following list and then click ‘Follow’.

\n

Not following any blogs yet? Check out today’s Freshly Pressed to browse some that you might like.

\n

What else is new?

\n

We’ve tweaked a few things here and there in the app, including using the HTML5 video tag for video uploads instead of the outdated QuickTime tag. There are also a handful of bug fixes in Version 1.5 that improve the app’s reliability.

\n

What’s next for WordPress for Android?

\n

We’re excited to let you know that work has already begun on the next major update to WordPress for Android – Version 2.0. It’s going to have a beautiful new look and will be stuffed with awesome new features. For updates on Version 2.0, check out our Developer Blog. And if you have any feedback on Version 1.5 and the new Read feature, be sure to let us know!

\n

Follow @WPAndroid on Twitter for the latest news.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Sep 2011 13:35: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:3:"Dan";s: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/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=10498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/4yceyJiZ3_U/";s: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:1050:"

New plugins

\n

PHPLeague allows you to to manage your sports leagues and can be used for many different sports like football (soccer), basketball, handball, volleyball and even ice-hockey.

\n

Updated plugins

\n

Google XML Sitemaps will generate a special XML sitemap which will help search engines to better index your blog.

\n

Posts 2 Posts allows you to create many-to-many connections between posts of all kinds.

\n

WP-Table Reloaded enables you to create and manage tables in your admin area. No HTML knowledge is needed.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Sep 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:42:"Matt: Why Your Company Should Have a Creed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2011/09/automattic-creed/";s: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:5290:"

Does your company have a creed? Twice a year, True Ventures (one of Automattic’s investors) organizes an event called Founders’ Camp, a one-day conference for the founders and CEOs of companies in their portfolio. The latest was held in the Automattic Lounge at Pier 38 in San Francisco (it could be the last).

\n

There was an interesting conversation led by Ethan Diamond, Alex Bard, Howard Lindzon, and Narendra Rocherolle on the importance of culture in an organization and how it gets formed. Despite its importance, “culture” is one of those fuzzy things that’s difficult for many founders, especially men, to discuss earnestly.  Even though I have extremely strong opinions about company culture, I find it feels “corny” to talk about it directly. Nevertheless, as part of the discussion, I shared the following practical example from Automattic about something we did to codify and share our values.

\n

It started innocently enough — someone copied me when they emailed their paperwork to accept a job offer. For the first time in a while I looked at the offer letter and realized that it read like a bad generic legal template: no branding; terrible typography; the most important information (start date, salary, stock options) buried under a sea of text; and, worst of all, it was being sent out in .docx format (especially embarrassing for a company whose foundation is Open Source). The offer didn’t reflect who we were, how we worked, and certainly not how we thought about design and user experience.

\n

Nick and MT of the Janitorial team at Automattic designed new documents and worked out a clever way to have a web form on our intranet generate the pages as HTML. It has some extra goodies like vector signatures. Anybody sending a contract or offer can create a PDF out of that web page, and email the document out to the recipient. Everything is logged and tracked. (As a bonus our legal templates for employees and contractors are now tracked in SVN along with the rest of our code.)

\n

Finally, as a hack to introduce new folks to our culture, we put a beta “Automattic Creed”, basically a statement of things important to us, written in the first person. We put it after the legal gobbledygook and before the signature area; if you chose to accept the offer, you’d sign your name next to the values before starting work. This seemed like a powerful statement and might affect people’s perceptions in the same way that putting signatures at the top of forms increases honesty.

\n

That was around the beginning of May last year, and everyone who has joined since then (about half the company) has gotten the creed in their offer letter. The feedback from the beta was excellent and later that same month we added the creed to the home page of our Automattic Field Guide (our internal reference site), where it still lives today with a link to a recent discussion about what the creed means in practice.

\n

Adding the creed before the signature block ended up being an easy change that had a big impact on the company.

\n

A fair number of founders at the event have asked what the creed is. If you’re curious here it is (as of September 19th, 2011):

\n

I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.

\n

I’m sure that it will evolve in the future, just as Automattic and WordPress will. If you’re building a startup or any sort of organization, take a few moments to reflect on the qualities that the people you most enjoy working with embody and the user experience of new people joining your organization, from the offer letter to their first day.

\n

Of course if you’d like to see the above in an offer letter, consider applying for Automattic.

\n

If you write a creed for your company or non-profit after reading this, please leave it in the 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, 20 Sep 2011 02:23: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: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:33:"Matt: Silicon Valleys Rental Boom";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39279";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/silicon-valleys-rental-boom/";s: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:580:"

It’s not only about the money, says Matt Mullenweg, a techie who helped create the popular WordPress blogging software and has invested in Getaround. Some of this is about “my generation’s desire to conserve resources and make better use of what we have to leave the world a better place for our children.”

\n

Silicon Valleys Rental Boom on The Daily Beast by Dan Lyons.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 20:57: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WordPress.tv: John Resig: jQuery Performance and New Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6870";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.tv/2011/09/19/john-resig-jquery-performance-and-new-features/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1843:"
\n
\n
John Resig: jQuery Performance and New Features
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Sep 2011 17:15: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:15:"WordCamp Boston";s: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:78:"WordPress.tv: Christina Dulude: Simplifying Your Life with 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=6896";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/19/christina-dulude-simplifying-your-life-with-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:1875:"
\n
\n
Christina Dulude: Simplifying Your Life with WordPress Mulisite
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 16:56: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:15:"WordCamp Boston";s: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:114:"WordPress.tv: Andrew Norcross: You’re doing it wrong and it’s all my fault: dissecting the client relationship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6901";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:142:"http://wordpress.tv/2011/09/19/andrew-norcross-you%e2%80%99re-doing-it-wrong-and-it%e2%80%99s-all-my-fault-dissecting-the-client-relationship/";s: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:1934:"
\n
\n
Andrew Norcross: You’re doing it wrong and it’s all my fault: dissecting the client relationship
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 16:47: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:48:"Alex King: wp_publish_post() Does Not Set post_*";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=7260";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2011/09/19/wp_publish_post-does-not-set-post_";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2125:"

The inline documentation for wp_publish_post() says that it will:

\n

Publish a post by transitioning the post status.

\n

and that’s exactly what it does. Moreover, that’s all it does.

\n

If you are creating a draft post via wp_insert_post() (or wp_update_post(), which calls wp_insert_post()), certain defaults will be set for you when the post status is set to publish (or future, etc.). Among these is the automatic creation of the post_name from the post_title (if none has been explicitly provided) and setting post_date_gmt.

\n

I had some code on my site that was hitting a service to get data, creating a draft, adding some meta data and taxonomy information, then publishing it. When I was initially doing this (and using wp_publish_post() instead of wp_update_post()), I was ending up with published, unnamed posts. Not what I had in mind.

\n

There are two ways around this:

\n
    \n
  1. Use wp_update_post() instead of wp_publish_post(). This works fine, but it’s a little heavier, and conceptually I think the code reads better with the wp_publish_post() call instead.
  2. \n
  3. Use wp_publish_post(), but make sure to set the post_name, post_date_gmt, etc. when you create your draft post via wp_insert_post().
  4. \n
\n

For what it’s worth, I was using wp_update_post(), switched to wp_publish_post() because it seemed cleaner, and have since gone back to wp_update_post(). Using less of my own code and letting WordPress core code do more work for me feels more future-proof.

\n

Hopefully this is useful to someone else who starts digging through the code and is having trouble deciding which of the various functions to use.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 15:44:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s: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:22:"Matt: Design at Amazon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2011/09/design-at-amazon/";s: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:293:"

Amazon is hiring designers and using WordPress to do so. Update: Site is down, anyone know what happened? I wonder if it wasn’t meant to be public. Update 2: Now it’s back.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 18 Sep 2011 19:08:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:58:"Weblog Tools Collection: WordPress Theme Releases for 9/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=10492";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/KWdGDqoHRBY/";s: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:1204:"

\n

Cash is designed for blogs of a financial nature.

\n

\n

Neo_WDL has featured posts, social icons, twitter updates, threaded comments and widget support.

\n

\n

SimpleBlogger is an easy to use, lightweight, yet advance theme that can be easily customized to make your own.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 18 Sep 2011 13: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:10:"James Huff";s: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:55:"Joseph: Slides: Site Performance, From Pinto to Ferrari";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://josephscott.org/?p=4782";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://josephscott.org/archives/2011/09/slides-site-performance-from-pinto-to-ferrari/";s: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:689:"

Here are the slides from my “Site Performance, From Pinto to Ferrari” talk that I gave at WordCamp SLC 2011 and Wordcamp Albuquerque 2011.

\n
Site Performance – From Pinto to Ferrari \n
View more presentations from Joseph Scott
\n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Sep 2011 17:34:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s: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:59:"Weblog Tools Collection: WordPress Plugin Security Showdown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/YD9QC1O6SU0/";s: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:1109:"

It’s the weekend, time to work on your next WordPress plugin, but are you following the right security practices? At this year’s WordCamp San Francisco, core developers Mark Jaquith and Jon Cave, along with developer and author Brad Williams, covered some of the best security practices for plugin development and offered some real-life examples of just how easy it is to turn a world-class plugin into a crippling vulnerability.

\n

“One of the greatest things about WordPress plugins is they can do anything, and one of the most frightening things about WordPress plugins is they can do anything.” ~ Mark Jaquith

\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Sep 2011 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:10:"James Huff";s: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:39:"WPTavern: WordUp – A Fork Of WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5438";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://feedproxy.google.com/~r/WordpressTavern/~3/G1SxjKcYN0Y/wordup-a-fork-of-wordcamp";s: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:2035:"

If you’re anywhere near the Edinburgh area around October 22nd, make a pit stop to an event they are calling WordUp Edinburgh. According to the event website, this un-conference will mimic the WordCamp model in that there will be presentations with attendance being free. However, there are only going to be 50 spots available for this one day event. Congrats to those who purchased their tickets as all available spots have been sold. From taking a look at the attendee list, I’m happy to see that co-creator of WordPress, Mike Little, will be there along with one of my favorite commenters, Donnacha of WordSkill.com.

\n

With regards to the event name, what do you think of WordUp? Could this become the defacto name for independent WordCamp events not wanting to have to deal with all of the guidelines that come with using the trademarked term, WordCamp? At least with WordCamps, we generally have an idea as to what to expect out of the event thanks to longevity of the term being used as well as a tighter grip being placed on events using the name. So I leave you with this poll question.

\n
Note: There is a poll embedded within this post, please visit the site to participate in this post''s poll.
\n\n\n

Related posts:

  1. WordCamp Central Redesigned
  2. \n
  3. My Thoughts On The Virtual WordCamp
  4. \n
  5. WordCamp Hitting The Big Apple
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Sep 2011 11:00: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: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:24:"Matt: Theme Code Matters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39272";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/09/theme-code-matters/";s: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:124:"

Theme Code Matters, Too on Themeshaper.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Sep 2011 01:32: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: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: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:41:"WPTavern: WordPress Mentioned On TheGuild";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5434";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/vFNNEoucwj0/wordpress-mentioned-on-theguild";s: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:836:"

Not really WordPress news but it’s cool to hear a WordPress reference in the show, TheGuild. Fast forward to 9:03 to hear the WordPress remark. As an aside, I watched the entire episode and didn’t understand the show one bit. This was the first time I’ve watched TheGuild and since I’ve never played MMORPG games, I guess I don’t get any of the inside jokes.

\n
Video: Season 5 – Episode 8 – Social Traumas
\n\n\n

No related posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 20: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: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: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:42:"WPTavern: WordPress Wins 2011 bOSSie Award";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5430";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/4bzIDuJQM1o/wordpress-wins-2011-bossie-award";s: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:2106:"

WordPress can put yet another trophy on its mantle with a 2011 bOSSie award by InfoWorld within the Best Open Source Applications category. Confusingly, Drupal also won an award within the same category. Are the two pieces of software so different that they can be considered seperate entities with regards to what they enable the end user to accomplish? Don’t they both accomplish the same task but in their own way?

\n

2011 Bossie Logo

\n

As an aside to open source software, I thought this quote on TechnewsWorld made a good point.

\n

“I had a client that was unhappy because the robot he is helping design for a NASA competition at the local college just doesn’t have the level of lighting realism he wanted with Solidworks,” hairyfeet added. “So I just sent him to this link on the Blender wiki and voila! Thanks to FOSS and a volunteer that wrote the import scripts, he is happily having his robot rendering in photo realism by Blender.”

\n

That, in fact, “is what FOSS should be about — not about politics or factions, or all the GPL vs. BSD flamewars, but ‘can this software make someone’s day easier and/or better?’” hairyfeet concluded. “If it does, that is what makes good software to me.”

\n\n\n

No related posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 17:00:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:63:"Publisher Blog: Animal Politico : WordPress Publisher Spotlight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1702";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://publisherblog.automattic.com/2011/09/16/animal-politico-wordpress-publisher-spotlight/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4080:"

Reflection Media, a small web-design and development firm with a focus on WordPress Custom Solutions, was hired to implement the design and structure of the portal. They answered a few questions about Animal Politico and WordPress.

\n

Tell us about the site:
\n Animal Politico is a Mexican political portal. It’s only available online and is powered almost entirely by WordPress. Since its launch last Autumn, there are over 5000 articles and 44 sub-blogs out of which 3 sub-blogs are used as sort of a discussion forum.

\n

Other features include:

\n\n
\n

What publishing challenges did WordPress help Animal Politico address?
\nI think what was most needed by the editors was flexibility to post, sort and prioritize news articles. With the help of custom taxonomies and a few custom meta-boxes we were able to offer them just that without any problems. Price was also an issue and choosing WordPress as our platform considerably reduced the development expenses.

\n

What are your (development) team’s favorite WordPress features?
\nI think the flexibility we get from the hooks and filters system is what we love most. It provides almost unlimited flexibility without disrupting the update path.

\n

Are you a publisher working with WordPress? We want to hear from you

\n

Want WordPress for your site? Get.WP.com

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 16:00:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s: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:46:"WPTavern: WPWeekly Episode 112 – Kickstarted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5445";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://feedproxy.google.com/~r/WordpressTavern/~3/tjzwcd_SRdA/wpweekly-episode-112-%e2%80%93-kickstarted";s: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:3399:"

wordpressweekly1In this pre-recorded edition of WordPress Weekly, I get you caught up with the news that made the headlines this week. While I didn’t have time to go in-depth on any particular topic, this episode features two interviews. One with Tom McFarlin talking about the lessons he’s learned through commercial plugin development and the other with Scott Kingsley Clark who discusses why he decided to use Kickstarter to fund the development of Pods 2.0. While you enjoy the show, I’ll be prepping the yard and such for the party tomorrow.

\n

One year ago on September 17th, my would be father-in-law passed away from prostate cancer. Fellas, if you’re over 30 or 40, better keep an eye on that thing as it’s taking men out left and right.

\n

Stories Discussed:

\n

Andrea Middleton Takes Over WordCamp Central
\niWeb To WordPress Converter
\nAn Update On Upcoming WordCamps
\nbbPress RC 5 Released
\nBuddyPress 1.5 RC 1 and BuddyPress 1.2.10 Released

\n

Interview With Tom McFarlin Regarding His Lessons Learned So Far With Commercial Plugin Development
\nInterview With Scott Clark Discussing His Use Of Kickstarter.com To Fund Pods 2.0 Development

\n

WPWeekly Meta:

\n

Next Episode: Friday, September 23rd 9P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Length Of Episode: 42 Minutes

\n

Download The Show: WordPressWeeklyEpisode112.mp3

\n

Listen To Episode #112:
\n

\n\n\n

Related posts:

  1. Pods Plugin Successfully Kickstarted To Version 2.0
  2. \n
  3. WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark
  4. \n
  5. WPWeekly Episode 62 – Celebrating The Freedoms Of The GPL
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 14:40: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: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: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:61:"WPTavern: Pods Plugin Successfully Kickstarted To Version 2.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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5425";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"http://feedproxy.google.com/~r/WordpressTavern/~3/IF6e2Ptw-GE/pods-plugin-successfully-kickstarted-to-version-2-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2922:"

logo for Pods pluginScoot Kingsley Clark who is the lead developer of the Pods Development Framework has successfully acquired the funds necessary to complete development work for Pods 2.0 along with the community website. After launching his project on Kickstarter.com, he managed to get the $1,500.00 goal necessary within 24 hours. However, the project has been so successful at getting pledges, he is nearly 200% or $2,000.00 above the original goal with 7 days left in the pledging period. With regards to what Scott plans on doing with the extra cash, this is what he says under the FAQ section of the project page:

\n

All additional money raised goes towards the Pods Foundation to help fund future development, travel for WordCamps and presentations, and hosting costs. So really, 2.0 is now funded – BUT you can still fund the foundation and everything it stands for.\n

\n

You might be wondering what he means by Pods Foundation. When I had a chance to speak with Scott the other day, he told me that the purpose of the foundation as well as how it’s structured is very similar to the WordPress foundation. I’m pretty sure this is the first WordPress plugin to have it’s own Non Profit foundation attached to it unless you know of another one? Because of the foundation, you can be assured that the money donated will go towards improvement of the plugin and accompanying community website.

\n

Congratulations goes out to Scott as well as his community of users. I have yet to see any other plugin or theme developers use Kickstarter in such a way. Do you think this was a unique opportunity for something like the Pods plugin or could other plugin authors leverage Kickstarter successfully to fund development of their projects?

\n\n\n

Related posts:

  1. IntenseDebate Plugin Version 2.4.2 Released
  2. \n
  3. WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark
  4. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/16";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10484";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Fmkk9BbiUwI/";s: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:940:"

New plugins

\n

Auto Read More Generator will put a “Read More…” link for each post of the blog page after the first image and the first paragraph.

\n

GetMeCooking Recipe Template makes it easy for you to add recipes within your blog posts in a consistent, Search Engine friendly format and it allows your visitors to easily view and print the recipes.

\n

Updated plugins

\n

Slick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 13: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:10:"James Huff";s: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:56:"WPTavern: Andrea Middleton Now Managing WordCamp Central";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5421";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/zmWcbIqTwoE/andrea-middleton-now-managing-wordcamp-central";s: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:940:"

WordCamp Central is now managed by Andrea Middleton instead of Jane Wells. Within the post, Jane mentions that she will take on more of an advisory role while Andrea will be handling all of the management activities associated with the position. According to the facts presented within the introduction post, it certainly seems as though Andrea has the right credentials for the job.

\n\n\n

Related posts:

  1. Jane Wells Is Not So Bad
  2. \n
  3. My WordCamp Columbus Experience
  4. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2011 12:15: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: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: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:52:"Weblog Tools Collection: BuddyPress 1.5 RC1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10481";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/3STcLYH0Mxk/";s: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:924:"

The first release candidate of BuddyPress 1.5 has been released. Long considered to be the one true social networking solution for WordPress, there is a lot to look forward to in BuddyPress 1.5, and this is the first solid glimpse of that.

\n

Though the developers have not exactly cleared this release for use on live sites yet, now is the time to test it out if you’re handy with discovering bugs, and there’s even a test installation available for you to get your hands dirty with.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2011 17:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:42:"Dev Blog: Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s: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:3802:"

Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland.

\n

3.3 Hackathon

\n

WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn’t make it into the current release. You can help us prevent this!

\n

This weekend, we’ll be running a has-patch needs-testing marathon for the 3.3 milestone. Basically, we’re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?

\n

WordCamp Portland

\n

At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we’ll be involved with a couple of other cool things at WCPDX:

\n\n

So, if you live it the Portland/Seattle area and haven’t already bought a ticket to attend WordCamp Portland, hurry up, as it’s going to be a great celebration of Software Freedom Day and 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2011 07:33: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: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: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:33:"Dev Blog: A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2057";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/a-tale-of-two-wordcamps/";s: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:3682:"

This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, a cool juxtaposition of a more established local community with one that is just getting started. If you’re anywhere near the Portland area, you should try to attend. The WordPress Foundation will be sponsoring some special activities around Software Freedom Day, and some members of the core team (me, Nacin, Koop) will be there.

\n

Is there a WordCamp coming up near you? Let’s find out!

\n

Sep 15: WordCamp Cape Town Cape Town, South Africa

\n

Sep 16-18: WordCamp Albuquerque Albuquerque, NM

\n

Sep 17-18: WordCamp Portland Portland, OR

\n

Sep 24: WordCamp Lisboa Lisboa, Portugal

\n

Sep 24: WordCamp Germany Koln, Germany

\n

Sep 25: WordCamp Sofia Sofia, Bulgaria

\n

Oct 1: WordCamp Louisville Louisville, Kentucky

\n

Oct 8-9: WordCamp Sevilla Seville, Spain

\n
\n

Oct 15-16: WordCamp Jabalpur Jabalpur, India

\n

Nov 5-6: WordCamp Toronto Toronto, ON

\n

Nov 5-6: WordCamp Gold Coast Gold Coast, Australia

\n

Nov 5-6: WordCamp Philly Philadelphia, PA

\n

Nov 12: WordCamp Caguas Caguas, Puerto Rico

\n

Nov 12-13: WordCamp Kenya Nairobi, Kenya

\n

Nov 12-13: WordCamp Detroit Detroit, MI

\n

Nov 12: WordCamp Richmond Richmond, VA

\n

Nov 12-13: WordCamp Denmark Copenhagen, Denmark

\n

Dec 17: WordCamp Las Vegas Las Vegas, NV

\n

Feb 3-4 WordCamp Atlanta Atlanta, GA

\n

There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA;  Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.

\n

Hope to see you soon at a WordCamp near you!

\n


\n

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 21:17:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:56:"WPTavern: Using WordPress To Create Multiple Image Sizes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5419";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/OIYihc-aYKM/using-wordpress-to-create-multiple-image-sizes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:684:"

WPBeginner has an excellent tutorial that describes how to use the built in functions of WordPress to generate additional image sizes for use in themes. This is possibly a better alternative than using TimThumb.

\n\n\n

Related posts:

  1. Screencast: Basic Image Editing In WordPress 2.9
  2. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 18:45: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: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:42:"WordPress.tv: Kelly Dwan: Creating Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/14/kelly-dwan-creating-plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1786:"
\n
\n
Kelly Dwan: Creating Plugins
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Sep 2011 13:15: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:15:"WordCamp Boston";s: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:37:"WPTavern: iWeb To WordPress Converter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5416";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/D8kEwHe-BCg/iweb-to-wordpress-converter";s: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:687:"

With MobileMe slated to shutdown on June 30th, 2012 taking iWeb with it, users will need to find a new home for their iWeb powered website. A company by the name of Rage Software has created an iWeb to WordPress converter that takes an exported iWeb website and converts it into a WordPress XML file that can be imported into the self hosted version of WordPress or WordPress.com. Seems easy enough although the conversion software will set you back $49.95.

\n
\n\n\n

No related posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 13:00: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: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:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Sep 2011 14:19:13 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, 23 Sep 2011 14:15:21 GMT";s:14:"content-length";s:6:"141909";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (945, 0, '_site_transient_timeout_browser_a0a293a22e693ac3619a5513ad5bb4c3', '1317666715', 'yes'), (946, 0, '_site_transient_browser_a0a293a22e693ac3619a5513ad5bb4c3', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"8.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'), (862, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316830753', 'no'), (863, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316787553', 'no'), (884, 0, '_transient_timeout_plugin_slugs', '1316873954', 'no'), (885, 0, '_transient_plugin_slugs', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:2;s:9:"hello.php";i:3;s:19:"jetpack/jetpack.php";i:4;s:29:"my-page-order/mypageorder.php";i:5;s:37:"tinymce-advanced/tinymce-advanced.php";i:6;s:19:"wiziapp/wiziapp.php";i:7;s:23:"wp-insert/wp-insert.php";}', 'no'), (1090, 0, 'rewrite_rules', 'a:69:{s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=2&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:71:"http:/www.westerncanadacobras.com/home/feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:66:"http:/www.westerncanadacobras.com/home/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:59:"http:/www.westerncanadacobras.com/home/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:66:"http:/www.westerncanadacobras.com/home/comment-page-([0-9]{1,})/?$";s:28:"index.php?&cpage=$matches[1]";s:66:"http:/www.westerncanadacobras.com/feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:61:"http:/www.westerncanadacobras.com/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:54:"http:/www.westerncanadacobras.com/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:61:"http:/www.westerncanadacobras.com/comment-page-([0-9]{1,})/?$";s:28:"index.php?&cpage=$matches[1]";s:38:"http:/feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:33:"http:/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:26:"http:/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:33:"http:/comment-page-([0-9]{1,})/?$";s:28:"index.php?&cpage=$matches[1]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'), (227, 0, '_site_transient_timeout_wporg_theme_feature_list', '1316436702', 'yes'), (228, 0, '_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:18:{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:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;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'), (231, 0, 'theme_mods_WCC_3COL_WP_FORMAT', 'a:1:{i:0;b:0;}', 'yes'), (232, 0, 'widget_vmenuwidget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (218, 0, '_transient_random_seed', '3d22c774207058a9f905bd343b157833', 'yes'), (233, 0, 'widget_loginwidget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (256, 0, 'theme_widget_styles', 'a:3:{s:6:"text-3";s:7:"default";s:6:"text-4";s:7:"default";s:6:"text-5";s:7:"default";}', 'yes'), (257, 0, 'sidebars_widgets', 'a:12:{s:19:"wp_inactive_widgets";a:0:{}s:19:"primary-widget-area";a:3:{i:0;s:6:"text-5";i:1;s:6:"text-4";i:2;s:6:"text-3";}s:21:"secondary-widget-area";a:0:{}s:21:"first-top-widget-area";a:0:{}s:22:"second-top-widget-area";a:0:{}s:24:"first-bottom-widget-area";a:0:{}s:25:"second-bottom-widget-area";a:0:{}s:24:"first-footer-widget-area";a:0:{}s:25:"second-footer-widget-area";a:0:{}s:24:"third-footer-widget-area";a:0:{}s:25:"fourth-footer-widget-area";a:0:{}s:13:"array_version";i:3;}', 'yes'), (237, 0, 'theme_show_in_menu', 'a:429:{i:5;i:1;i:2;i:1;i:6;i:1;i:7;i:1;i:9;i:1;i:8;i:1;i:10;i:1;i:22;i:1;i:11;i:1;i:23;i:1;i:26;i:1;i:27;i:1;i:28;i:1;i:29;i:1;i:30;i:1;i:31;i:1;i:35;i:1;i:36;i:1;i:38;i:1;i:39;i:1;i:40;i:1;i:41;i:1;i:42;i:1;i:43;i:1;i:44;i:1;i:45;i:1;i:46;i:1;i:47;i:1;i:49;i:1;i:50;i:1;i:51;i:1;i:52;i:1;i:53;i:1;i:54;i:1;i:55;i:1;i:56;i:1;i:57;i:1;i:58;i:1;i:59;i:1;i:60;i:1;i:61;i:1;i:62;i:1;i:63;i:1;i:64;i:1;i:65;i:1;i:66;i:1;i:67;i:1;i:68;i:1;i:69;i:1;i:70;i:1;i:71;i:1;i:72;i:1;i:73;i:1;i:74;i:1;i:75;i:1;i:76;i:1;i:77;i:1;i:78;i:1;i:79;i:1;i:80;i:1;i:81;i:1;i:82;i:1;i:83;i:1;i:85;i:1;i:84;i:1;i:87;i:1;i:86;i:1;i:90;i:1;i:89;i:1;i:91;i:1;i:93;i:1;i:94;i:1;i:95;i:1;i:96;i:1;i:97;i:1;i:98;i:1;i:88;i:1;i:101;i:1;i:100;i:1;i:102;i:1;i:103;i:1;i:104;i:1;i:105;i:1;i:107;i:1;i:106;i:1;i:109;i:1;i:108;i:1;i:111;i:1;i:110;i:1;i:113;i:1;i:112;i:1;i:114;i:1;i:115;i:1;i:116;i:1;i:117;i:1;i:118;i:1;i:119;i:1;i:120;i:1;i:121;i:1;i:122;i:1;i:123;i:1;i:126;i:1;i:127;i:1;i:129;i:1;i:128;i:1;i:131;i:1;i:130;i:1;i:133;i:1;i:134;i:1;i:135;i:1;i:136;i:1;i:137;i:1;i:138;i:1;i:139;i:1;i:140;i:1;i:141;i:1;i:142;i:1;i:143;i:1;i:144;i:1;i:145;i:1;i:146;i:1;i:147;i:1;i:148;i:1;i:149;i:1;i:150;i:1;i:151;i:1;i:152;i:1;i:153;i:1;i:154;i:1;i:155;i:1;i:156;i:1;i:159;i:1;i:161;i:1;i:162;i:1;i:163;i:1;i:164;i:1;i:165;i:1;i:166;i:1;i:167;i:1;i:168;i:1;i:169;i:1;i:170;i:1;i:171;i:1;i:172;i:1;i:174;i:1;i:175;i:1;i:176;i:1;i:177;i:1;i:178;i:1;i:179;i:1;i:180;i:1;i:181;i:1;i:182;i:1;i:183;i:1;i:184;i:1;i:185;i:1;i:186;i:1;i:187;i:1;i:189;i:1;i:190;i:1;i:191;i:1;i:192;i:1;i:193;i:1;i:194;i:1;i:195;i:1;i:196;i:1;i:197;i:1;i:198;i:1;i:199;i:1;i:200;i:1;i:201;i:1;i:202;i:1;i:203;i:1;i:204;i:1;i:205;i:1;i:206;i:1;i:210;i:1;i:211;i:1;i:212;i:1;i:213;i:1;i:214;i:1;i:215;i:1;i:216;i:1;i:217;i:1;i:218;i:1;i:219;i:1;i:220;i:1;i:221;i:1;i:222;i:1;i:223;i:1;i:225;i:1;i:226;i:1;i:227;i:1;i:228;i:1;i:229;i:1;i:230;i:1;i:231;i:1;i:232;i:1;i:233;i:1;i:234;i:1;i:235;i:1;i:236;i:1;i:237;i:1;i:238;i:1;i:239;i:1;i:240;i:1;i:241;i:1;i:242;i:1;i:243;i:1;i:244;i:1;i:245;i:1;i:249;i:1;i:250;i:1;i:252;i:1;i:253;i:1;i:254;i:1;i:255;i:1;i:259;i:1;i:260;i:1;i:261;i:1;i:262;i:1;i:263;i:1;i:264;i:1;i:266;i:1;i:267;i:1;i:269;i:1;i:270;i:1;i:271;i:1;i:272;i:1;i:274;i:1;i:273;i:1;i:275;i:1;i:276;i:1;i:277;i:1;i:278;i:1;i:279;i:1;i:280;i:1;i:281;i:1;i:282;i:1;i:285;i:1;i:286;i:1;i:287;i:1;i:288;i:1;i:289;i:1;i:290;i:1;i:291;i:1;i:292;i:1;i:293;i:1;i:294;i:1;i:295;i:1;i:296;i:1;i:297;i:1;i:298;i:1;i:299;i:1;i:300;i:1;i:301;i:1;i:302;i:1;i:303;i:1;i:304;i:1;i:305;i:1;i:306;i:1;i:311;i:1;i:312;i:1;i:313;i:1;i:314;i:1;i:315;i:1;i:316;i:1;i:317;i:1;i:318;i:1;i:319;i:1;i:320;i:1;i:321;i:1;i:322;i:1;i:323;i:1;i:324;i:1;i:325;i:1;i:326;i:1;i:327;i:1;i:328;i:1;i:329;i:1;i:330;i:1;i:331;i:1;i:332;i:1;i:333;i:1;i:334;i:1;i:335;i:1;i:336;i:1;i:337;i:1;i:338;i:1;i:340;i:1;i:339;i:1;i:341;i:1;i:343;i:1;i:344;i:1;i:345;i:1;i:346;i:1;i:347;i:1;i:348;i:1;i:349;i:1;i:350;i:1;i:351;i:1;i:352;i:1;i:353;i:1;i:354;i:1;i:355;i:1;i:356;i:1;i:357;i:1;i:358;i:1;i:359;i:1;i:360;i:1;i:361;i:1;i:363;i:1;i:364;i:1;i:370;i:1;i:371;i:1;i:372;i:1;i:373;i:1;i:377;i:1;i:378;i:1;i:379;i:1;i:380;i:1;i:384;i:1;i:383;i:1;i:386;i:1;i:385;i:1;i:388;i:1;i:387;i:1;i:389;i:1;i:395;i:1;i:396;i:1;i:397;i:1;i:398;i:1;i:399;i:1;i:400;i:1;i:402;i:1;i:403;i:1;i:404;i:1;i:405;i:1;i:408;i:1;i:409;i:1;i:410;i:1;i:412;i:1;i:413;i:1;i:414;i:1;i:415;i:1;i:416;i:1;i:417;i:1;i:418;i:1;i:419;i:1;i:420;i:1;i:421;i:1;i:422;i:1;i:423;i:1;i:425;i:1;i:424;i:1;i:427;i:1;i:429;i:1;i:428;i:1;i:431;i:1;i:439;i:1;i:440;i:1;i:441;i:1;i:442;i:1;i:443;i:1;i:444;i:1;i:445;i:1;i:446;i:1;i:447;i:1;i:448;i:1;i:449;i:1;i:450;i:1;i:451;i:1;i:452;i:1;i:453;i:1;i:454;i:1;i:455;i:1;i:456;i:1;i:459;i:1;i:460;i:1;i:462;i:1;i:463;i:1;i:464;i:1;i:465;i:1;i:466;i:1;i:467;i:1;i:468;i:1;i:469;i:1;i:470;i:1;i:471;i:1;i:473;i:1;i:474;i:1;i:475;i:1;i:476;i:1;i:477;i:1;i:478;i:1;i:479;i:1;i:480;i:1;i:481;i:1;i:482;i:1;i:483;i:1;i:484;i:1;i:485;i:1;i:486;i:1;i:487;i:1;i:488;i:1;i:489;i:1;i:490;i:1;i:491;i:1;i:492;i:1;i:493;i:1;i:494;i:1;i:495;i:1;i:496;i:1;i:497;i:1;i:498;i:1;i:499;i:1;i:500;i:1;i:501;i:1;i:502;i:1;i:503;i:1;i:504;i:1;i:506;i:1;i:505;i:1;i:514;i:1;i:515;i:1;i:516;i:1;i:517;i:1;i:518;i:1;i:519;i:1;}', 'yes'), (238, 0, 'theme_show_as_separator', 'a:429:{i:5;i:0;i:2;i:0;i:6;i:0;i:7;i:0;i:9;i:0;i:8;i:0;i:10;i:0;i:22;i:0;i:11;i:0;i:23;i:0;i:26;i:0;i:27;i:0;i:28;i:0;i:29;i:0;i:30;i:0;i:31;i:0;i:35;i:0;i:36;i:0;i:38;i:0;i:39;i:0;i:40;i:0;i:41;i:0;i:42;i:0;i:43;i:0;i:44;i:0;i:45;i:0;i:46;i:0;i:47;i:0;i:49;i:0;i:50;i:0;i:51;i:0;i:52;i:0;i:53;i:0;i:54;i:0;i:55;i:0;i:56;i:0;i:57;i:0;i:58;i:0;i:59;i:0;i:60;i:0;i:61;i:0;i:62;i:0;i:63;i:0;i:64;i:0;i:65;i:0;i:66;i:0;i:67;i:0;i:68;i:0;i:69;i:0;i:70;i:0;i:71;i:0;i:72;i:0;i:73;i:0;i:74;i:0;i:75;i:0;i:76;i:0;i:77;i:0;i:78;i:0;i:79;i:0;i:80;i:0;i:81;i:0;i:82;i:0;i:83;i:0;i:85;i:0;i:84;i:0;i:87;i:0;i:86;i:0;i:90;i:0;i:89;i:0;i:91;i:0;i:93;i:0;i:94;i:0;i:95;i:0;i:96;i:0;i:97;i:0;i:98;i:0;i:88;i:0;i:101;i:0;i:100;i:0;i:102;i:0;i:103;i:0;i:104;i:0;i:105;i:0;i:107;i:0;i:106;i:0;i:109;i:0;i:108;i:0;i:111;i:0;i:110;i:0;i:113;i:0;i:112;i:0;i:114;i:0;i:115;i:0;i:116;i:0;i:117;i:0;i:118;i:0;i:119;i:0;i:120;i:0;i:121;i:0;i:122;i:0;i:123;i:0;i:126;i:0;i:127;i:0;i:129;i:0;i:128;i:0;i:131;i:0;i:130;i:0;i:133;i:0;i:134;i:0;i:135;i:0;i:136;i:0;i:137;i:0;i:138;i:0;i:139;i:0;i:140;i:0;i:141;i:0;i:142;i:0;i:143;i:0;i:144;i:0;i:145;i:0;i:146;i:0;i:147;i:0;i:148;i:0;i:149;i:0;i:150;i:0;i:151;i:0;i:152;i:0;i:153;i:0;i:154;i:0;i:155;i:0;i:156;i:0;i:159;i:0;i:161;i:0;i:162;i:0;i:163;i:0;i:164;i:0;i:165;i:0;i:166;i:0;i:167;i:0;i:168;i:0;i:169;i:0;i:170;i:0;i:171;i:0;i:172;i:0;i:174;i:0;i:175;i:0;i:176;i:0;i:177;i:0;i:178;i:0;i:179;i:0;i:180;i:0;i:181;i:0;i:182;i:0;i:183;i:0;i:184;i:0;i:185;i:0;i:186;i:0;i:187;i:0;i:189;i:0;i:190;i:0;i:191;i:0;i:192;i:0;i:193;i:0;i:194;i:0;i:195;i:0;i:196;i:0;i:197;i:0;i:198;i:0;i:199;i:0;i:200;i:0;i:201;i:0;i:202;i:0;i:203;i:0;i:204;i:0;i:205;i:0;i:206;i:0;i:210;i:0;i:211;i:0;i:212;i:0;i:213;i:0;i:214;i:0;i:215;i:0;i:216;i:0;i:217;i:0;i:218;i:0;i:219;i:0;i:220;i:0;i:221;i:0;i:222;i:0;i:223;i:0;i:225;i:0;i:226;i:0;i:227;i:0;i:228;i:0;i:229;i:0;i:230;i:0;i:231;i:0;i:232;i:0;i:233;i:0;i:234;i:0;i:235;i:0;i:236;i:0;i:237;i:0;i:238;i:0;i:239;i:0;i:240;i:0;i:241;i:0;i:242;i:0;i:243;i:0;i:244;i:0;i:245;i:0;i:249;i:0;i:250;i:0;i:252;i:0;i:253;i:0;i:254;i:0;i:255;i:0;i:259;i:0;i:260;i:0;i:261;i:0;i:262;i:0;i:263;i:0;i:264;i:0;i:266;i:0;i:267;i:0;i:269;i:0;i:270;i:0;i:271;i:0;i:272;i:0;i:274;i:0;i:273;i:0;i:275;i:0;i:276;i:0;i:277;i:0;i:278;i:0;i:279;i:0;i:280;i:0;i:281;i:0;i:282;i:0;i:285;i:0;i:286;i:0;i:287;i:0;i:288;i:0;i:289;i:0;i:290;i:0;i:291;i:0;i:292;i:0;i:293;i:0;i:294;i:0;i:295;i:0;i:296;i:0;i:297;i:0;i:298;i:0;i:299;i:0;i:300;i:0;i:301;i:0;i:302;i:0;i:303;i:0;i:304;i:0;i:305;i:0;i:306;i:0;i:311;i:0;i:312;i:0;i:313;i:0;i:314;i:0;i:315;i:0;i:316;i:0;i:317;i:0;i:318;i:0;i:319;i:0;i:320;i:0;i:321;i:0;i:322;i:0;i:323;i:0;i:324;i:0;i:325;i:0;i:326;i:0;i:327;i:0;i:328;i:0;i:329;i:0;i:330;i:0;i:331;i:0;i:332;i:0;i:333;i:0;i:334;i:0;i:335;i:0;i:336;i:0;i:337;i:0;i:338;i:0;i:340;i:0;i:339;i:0;i:341;i:0;i:343;i:0;i:344;i:0;i:345;i:0;i:346;i:0;i:347;i:0;i:348;i:0;i:349;i:0;i:350;i:0;i:351;i:0;i:352;i:0;i:353;i:0;i:354;i:0;i:355;i:0;i:356;i:0;i:357;i:0;i:358;i:0;i:359;i:0;i:360;i:0;i:361;i:0;i:363;i:0;i:364;i:0;i:370;i:0;i:371;i:0;i:372;i:0;i:373;i:0;i:377;i:0;i:378;i:0;i:379;i:0;i:380;i:0;i:384;i:0;i:383;i:0;i:386;i:0;i:385;i:0;i:388;i:0;i:387;i:0;i:389;i:0;i:395;i:0;i:396;i:0;i:397;i:0;i:398;i:0;i:399;i:0;i:400;i:0;i:402;i:0;i:403;i:0;i:404;i:0;i:405;i:0;i:408;i:0;i:409;i:0;i:410;i:0;i:412;i:0;i:413;i:0;i:414;i:0;i:415;i:0;i:416;i:0;i:417;i:0;i:418;i:0;i:419;i:0;i:420;i:0;i:421;i:0;i:422;i:0;i:423;i:0;i:425;i:0;i:424;i:0;i:427;i:0;i:429;i:0;i:428;i:0;i:431;i:0;i:439;i:0;i:440;i:0;i:441;i:0;i:442;i:0;i:443;i:0;i:444;i:0;i:445;i:0;i:446;i:0;i:447;i:0;i:448;i:0;i:449;i:0;i:450;i:0;i:451;i:0;i:452;i:0;i:453;i:0;i:454;i:0;i:455;i:0;i:456;i:0;i:459;i:0;i:460;i:0;i:462;i:0;i:463;i:0;i:464;i:0;i:465;i:0;i:466;i:0;i:467;i:0;i:468;i:0;i:469;i:0;i:470;i:0;i:471;i:0;i:473;i:0;i:474;i:0;i:475;i:0;i:476;i:0;i:477;i:0;i:478;i:0;i:479;i:0;i:480;i:0;i:481;i:0;i:482;i:0;i:483;i:0;i:484;i:0;i:485;i:0;i:486;i:0;i:487;i:0;i:488;i:0;i:489;i:0;i:490;i:0;i:491;i:0;i:492;i:0;i:493;i:0;i:494;i:0;i:495;i:0;i:496;i:0;i:497;i:0;i:498;i:0;i:499;i:0;i:500;i:0;i:501;i:0;i:502;i:0;i:503;i:0;i:504;i:0;i:506;i:0;i:505;i:0;i:514;i:0;i:515;i:0;i:516;i:0;i:517;i:0;i:518;i:0;i:519;i:0;}', 'yes'), (239, 0, 'theme_title_in_menu', 'a:429:{i:5;s:0:"";i:2;s:0:"";i:6;s:0:"";i:7;s:0:"";i:9;s:0:"";i:8;s:0:"";i:10;s:0:"";i:22;s:0:"";i:11;s:0:"";i:23;s:0:"";i:26;s:0:"";i:27;s:0:"";i:28;s:0:"";i:29;s:0:"";i:30;s:0:"";i:31;s:0:"";i:35;s:0:"";i:36;s:0:"";i:38;s:0:"";i:39;s:0:"";i:40;s:0:"";i:41;s:0:"";i:42;s:0:"";i:43;s:0:"";i:44;s:0:"";i:45;s:0:"";i:46;s:0:"";i:47;s:0:"";i:49;s:0:"";i:50;s:0:"";i:51;s:0:"";i:52;s:0:"";i:53;s:0:"";i:54;s:0:"";i:55;s:0:"";i:56;s:0:"";i:57;s:0:"";i:58;s:0:"";i:59;s:0:"";i:60;s:0:"";i:61;s:0:"";i:62;s:0:"";i:63;s:0:"";i:64;s:0:"";i:65;s:0:"";i:66;s:0:"";i:67;s:0:"";i:68;s:0:"";i:69;s:0:"";i:70;s:0:"";i:71;s:0:"";i:72;s:0:"";i:73;s:0:"";i:74;s:0:"";i:75;s:0:"";i:76;s:0:"";i:77;s:0:"";i:78;s:0:"";i:79;s:0:"";i:80;s:0:"";i:81;s:0:"";i:82;s:0:"";i:83;s:0:"";i:85;s:0:"";i:84;s:0:"";i:87;s:0:"";i:86;s:0:"";i:90;s:0:"";i:89;s:0:"";i:91;s:0:"";i:93;s:0:"";i:94;s:0:"";i:95;s:0:"";i:96;s:0:"";i:97;s:0:"";i:98;s:0:"";i:88;s:0:"";i:101;s:0:"";i:100;s:0:"";i:102;s:0:"";i:103;s:0:"";i:104;s:0:"";i:105;s:0:"";i:107;s:0:"";i:106;s:0:"";i:109;s:0:"";i:108;s:0:"";i:111;s:0:"";i:110;s:0:"";i:113;s:0:"";i:112;s:0:"";i:114;s:0:"";i:115;s:0:"";i:116;s:0:"";i:117;s:0:"";i:118;s:0:"";i:119;s:0:"";i:120;s:0:"";i:121;s:0:"";i:122;s:0:"";i:123;s:0:"";i:126;s:0:"";i:127;s:0:"";i:129;s:0:"";i:128;s:0:"";i:131;s:0:"";i:130;s:0:"";i:133;s:0:"";i:134;s:0:"";i:135;s:0:"";i:136;s:0:"";i:137;s:0:"";i:138;s:0:"";i:139;s:0:"";i:140;s:0:"";i:141;s:0:"";i:142;s:0:"";i:143;s:0:"";i:144;s:0:"";i:145;s:0:"";i:146;s:0:"";i:147;s:0:"";i:148;s:0:"";i:149;s:0:"";i:150;s:0:"";i:151;s:0:"";i:152;s:0:"";i:153;s:0:"";i:154;s:0:"";i:155;s:0:"";i:156;s:0:"";i:159;s:0:"";i:161;s:0:"";i:162;s:0:"";i:163;s:0:"";i:164;s:0:"";i:165;s:0:"";i:166;s:0:"";i:167;s:0:"";i:168;s:0:"";i:169;s:0:"";i:170;s:0:"";i:171;s:0:"";i:172;s:0:"";i:174;s:0:"";i:175;s:0:"";i:176;s:0:"";i:177;s:0:"";i:178;s:0:"";i:179;s:0:"";i:180;s:0:"";i:181;s:0:"";i:182;s:0:"";i:183;s:0:"";i:184;s:0:"";i:185;s:0:"";i:186;s:0:"";i:187;s:0:"";i:189;s:0:"";i:190;s:0:"";i:191;s:0:"";i:192;s:0:"";i:193;s:0:"";i:194;s:0:"";i:195;s:0:"";i:196;s:0:"";i:197;s:0:"";i:198;s:0:"";i:199;s:0:"";i:200;s:0:"";i:201;s:0:"";i:202;s:0:"";i:203;s:0:"";i:204;s:0:"";i:205;s:0:"";i:206;s:0:"";i:210;s:0:"";i:211;s:0:"";i:212;s:0:"";i:213;s:0:"";i:214;s:0:"";i:215;s:0:"";i:216;s:0:"";i:217;s:0:"";i:218;s:0:"";i:219;s:0:"";i:220;s:0:"";i:221;s:0:"";i:222;s:0:"";i:223;s:0:"";i:225;s:0:"";i:226;s:0:"";i:227;s:0:"";i:228;s:0:"";i:229;s:0:"";i:230;s:0:"";i:231;s:0:"";i:232;s:0:"";i:233;s:0:"";i:234;s:0:"";i:235;s:0:"";i:236;s:0:"";i:237;s:0:"";i:238;s:0:"";i:239;s:0:"";i:240;s:0:"";i:241;s:0:"";i:242;s:0:"";i:243;s:0:"";i:244;s:0:"";i:245;s:0:"";i:249;s:0:"";i:250;s:0:"";i:252;s:0:"";i:253;s:0:"";i:254;s:0:"";i:255;s:0:"";i:259;s:0:"";i:260;s:0:"";i:261;s:0:"";i:262;s:0:"";i:263;s:0:"";i:264;s:0:"";i:266;s:0:"";i:267;s:0:"";i:269;s:0:"";i:270;s:0:"";i:271;s:0:"";i:272;s:0:"";i:274;s:0:"";i:273;s:0:"";i:275;s:0:"";i:276;s:0:"";i:277;s:0:"";i:278;s:0:"";i:279;s:0:"";i:280;s:0:"";i:281;s:0:"";i:282;s:0:"";i:285;s:0:"";i:286;s:0:"";i:287;s:0:"";i:288;s:0:"";i:289;s:0:"";i:290;s:0:"";i:291;s:0:"";i:292;s:0:"";i:293;s:0:"";i:294;s:0:"";i:295;s:0:"";i:296;s:0:"";i:297;s:0:"";i:298;s:0:"";i:299;s:0:"";i:300;s:0:"";i:301;s:0:"";i:302;s:0:"";i:303;s:0:"";i:304;s:0:"";i:305;s:0:"";i:306;s:0:"";i:311;s:0:"";i:312;s:0:"";i:313;s:0:"";i:314;s:0:"";i:315;s:0:"";i:316;s:0:"";i:317;s:0:"";i:318;s:0:"";i:319;s:0:"";i:320;s:0:"";i:321;s:0:"";i:322;s:0:"";i:323;s:0:"";i:324;s:0:"";i:325;s:0:"";i:326;s:0:"";i:327;s:0:"";i:328;s:0:"";i:329;s:0:"";i:330;s:0:"";i:331;s:0:"";i:332;s:0:"";i:333;s:0:"";i:334;s:0:"";i:335;s:0:"";i:336;s:0:"";i:337;s:0:"";i:338;s:0:"";i:340;s:0:"";i:339;s:0:"";i:341;s:0:"";i:343;s:0:"";i:344;s:0:"";i:345;s:0:"";i:346;s:0:"";i:347;s:0:"";i:348;s:0:"";i:349;s:0:"";i:350;s:0:"";i:351;s:0:"";i:352;s:0:"";i:353;s:0:"";i:354;s:0:"";i:355;s:0:"";i:356;s:0:"";i:357;s:0:"";i:358;s:0:"";i:359;s:0:"";i:360;s:0:"";i:361;s:0:"";i:363;s:0:"";i:364;s:0:"";i:370;s:0:"";i:371;s:0:"";i:372;s:0:"";i:373;s:0:"";i:377;s:0:"";i:378;s:0:"";i:379;s:0:"";i:380;s:0:"";i:384;s:0:"";i:383;s:0:"";i:386;s:0:"";i:385;s:0:"";i:388;s:0:"";i:387;s:0:"";i:389;s:0:"";i:395;s:0:"";i:396;s:0:"";i:397;s:0:"";i:398;s:0:"";i:399;s:0:"";i:400;s:0:"";i:402;s:0:"";i:403;s:0:"";i:404;s:0:"";i:405;s:0:"";i:408;s:0:"";i:409;s:0:"";i:410;s:0:"";i:412;s:0:"";i:413;s:0:"";i:414;s:0:"";i:415;s:0:"";i:416;s:0:"";i:417;s:0:"";i:418;s:0:"";i:419;s:0:"";i:420;s:0:"";i:421;s:0:"";i:422;s:0:"";i:423;s:0:"";i:425;s:0:"";i:424;s:0:"";i:427;s:0:"";i:429;s:0:"";i:428;s:0:"";i:431;s:0:"";i:439;s:0:"";i:440;s:0:"";i:441;s:0:"";i:442;s:0:"";i:443;s:0:"";i:444;s:0:"";i:445;s:0:"";i:446;s:0:"";i:447;s:0:"";i:448;s:0:"";i:449;s:0:"";i:450;s:0:"";i:451;s:0:"";i:452;s:0:"";i:453;s:0:"";i:454;s:0:"";i:455;s:0:"";i:456;s:0:"";i:459;s:0:"";i:460;s:0:"";i:462;s:0:"";i:463;s:0:"";i:464;s:0:"";i:465;s:0:"";i:466;s:0:"";i:467;s:0:"";i:468;s:0:"";i:469;s:0:"";i:470;s:0:"";i:471;s:0:"";i:473;s:0:"";i:474;s:0:"";i:475;s:0:"";i:476;s:0:"";i:477;s:0:"";i:478;s:0:"";i:479;s:0:"";i:480;s:0:"";i:481;s:0:"";i:482;s:0:"";i:483;s:0:"";i:484;s:0:"";i:485;s:0:"";i:486;s:0:"";i:487;s:0:"";i:488;s:0:"";i:489;s:0:"";i:490;s:0:"";i:491;s:0:"";i:492;s:0:"";i:493;s:0:"";i:494;s:0:"";i:495;s:0:"";i:496;s:0:"";i:497;s:0:"";i:498;s:0:"";i:499;s:0:"";i:500;s:0:"";i:501;s:0:"";i:502;s:0:"";i:503;s:0:"";i:504;s:0:"";i:506;s:0:"";i:505;s:0:"";i:514;s:0:"";i:515;s:0:"";i:516;s:0:"";i:517;s:0:"";i:518;s:0:"";i:519;s:0:"";}', 'yes'), (240, 0, 'theme_show_page_title', 'a:429:{i:5;i:1;i:2;i:1;i:6;i:1;i:7;i:1;i:9;i:1;i:8;i:1;i:10;i:1;i:22;i:1;i:11;i:1;i:23;i:1;i:26;i:1;i:27;i:1;i:28;i:1;i:29;i:1;i:30;i:1;i:31;i:1;i:35;i:1;i:36;i:1;i:38;i:1;i:39;i:1;i:40;i:1;i:41;i:1;i:42;i:1;i:43;i:1;i:44;i:1;i:45;i:1;i:46;i:1;i:47;i:1;i:49;i:1;i:50;i:1;i:51;i:1;i:52;i:1;i:53;i:1;i:54;i:1;i:55;i:1;i:56;i:1;i:57;i:1;i:58;i:1;i:59;i:1;i:60;i:1;i:61;i:1;i:62;i:1;i:63;i:1;i:64;i:1;i:65;i:1;i:66;i:1;i:67;i:1;i:68;i:1;i:69;i:1;i:70;i:1;i:71;i:1;i:72;i:1;i:73;i:1;i:74;i:1;i:75;i:1;i:76;i:1;i:77;i:1;i:78;i:1;i:79;i:1;i:80;i:1;i:81;i:1;i:82;i:1;i:83;i:1;i:85;i:1;i:84;i:1;i:87;i:1;i:86;i:1;i:90;i:1;i:89;i:1;i:91;i:1;i:93;i:1;i:94;i:1;i:95;i:1;i:96;i:1;i:97;i:1;i:98;i:1;i:88;i:1;i:101;i:1;i:100;i:1;i:102;i:1;i:103;i:1;i:104;i:1;i:105;i:1;i:107;i:1;i:106;i:1;i:109;i:1;i:108;i:1;i:111;i:1;i:110;i:1;i:113;i:1;i:112;i:1;i:114;i:1;i:115;i:1;i:116;i:1;i:117;i:1;i:118;i:1;i:119;i:1;i:120;i:1;i:121;i:1;i:122;i:1;i:123;i:1;i:126;i:1;i:127;i:1;i:129;i:1;i:128;i:1;i:131;i:1;i:130;i:1;i:133;i:1;i:134;i:1;i:135;i:1;i:136;i:1;i:137;i:1;i:138;i:1;i:139;i:1;i:140;i:1;i:141;i:1;i:142;i:1;i:143;i:1;i:144;i:1;i:145;i:1;i:146;i:1;i:147;i:1;i:148;i:1;i:149;i:1;i:150;i:1;i:151;i:1;i:152;i:1;i:153;i:1;i:154;i:1;i:155;i:1;i:156;i:1;i:159;i:1;i:161;i:1;i:162;i:1;i:163;i:1;i:164;i:1;i:165;i:1;i:166;i:1;i:167;i:1;i:168;i:1;i:169;i:1;i:170;i:1;i:171;i:1;i:172;i:1;i:174;i:1;i:175;i:1;i:176;i:1;i:177;i:1;i:178;i:1;i:179;i:1;i:180;i:1;i:181;i:1;i:182;i:1;i:183;i:1;i:184;i:1;i:185;i:1;i:186;i:1;i:187;i:1;i:189;i:1;i:190;i:1;i:191;i:1;i:192;i:1;i:193;i:1;i:194;i:1;i:195;i:1;i:196;i:1;i:197;i:1;i:198;i:1;i:199;i:1;i:200;i:1;i:201;i:1;i:202;i:1;i:203;i:1;i:204;i:1;i:205;i:1;i:206;i:1;i:210;i:1;i:211;i:1;i:212;i:1;i:213;i:1;i:214;i:1;i:215;i:1;i:216;i:1;i:217;i:1;i:218;i:1;i:219;i:1;i:220;i:1;i:221;i:1;i:222;i:1;i:223;i:1;i:225;i:1;i:226;i:1;i:227;i:1;i:228;i:1;i:229;i:1;i:230;i:1;i:231;i:1;i:232;i:1;i:233;i:1;i:234;i:1;i:235;i:1;i:236;i:1;i:237;i:1;i:238;i:1;i:239;i:1;i:240;i:1;i:241;i:1;i:242;i:1;i:243;i:1;i:244;i:1;i:245;i:1;i:249;i:1;i:250;i:1;i:252;i:1;i:253;i:1;i:254;i:1;i:255;i:1;i:259;i:1;i:260;i:1;i:261;i:1;i:262;i:1;i:263;i:1;i:264;i:1;i:266;i:1;i:267;i:1;i:269;i:1;i:270;i:1;i:271;i:1;i:272;i:1;i:274;i:1;i:273;i:1;i:275;i:1;i:276;i:1;i:277;i:1;i:278;i:1;i:279;i:1;i:280;i:1;i:281;i:1;i:282;i:1;i:285;i:1;i:286;i:1;i:287;i:1;i:288;i:1;i:289;i:1;i:290;i:1;i:291;i:1;i:292;i:1;i:293;i:1;i:294;i:1;i:295;i:1;i:296;i:1;i:297;i:1;i:298;i:1;i:299;i:1;i:300;i:1;i:301;i:1;i:302;i:1;i:303;i:1;i:304;i:1;i:305;i:1;i:306;i:1;i:311;i:1;i:312;i:1;i:313;i:1;i:314;i:1;i:315;i:1;i:316;i:1;i:317;i:1;i:318;i:1;i:319;i:1;i:320;i:1;i:321;i:1;i:322;i:1;i:323;i:1;i:324;i:1;i:325;i:1;i:326;i:1;i:327;i:1;i:328;i:1;i:329;i:1;i:330;i:1;i:331;i:1;i:332;i:1;i:333;i:1;i:334;i:1;i:335;i:1;i:336;i:1;i:337;i:1;i:338;i:1;i:340;i:1;i:339;i:1;i:341;i:1;i:343;i:1;i:344;i:1;i:345;i:1;i:346;i:1;i:347;i:1;i:348;i:1;i:349;i:1;i:350;i:1;i:351;i:1;i:352;i:1;i:353;i:1;i:354;i:1;i:355;i:1;i:356;i:1;i:357;i:1;i:358;i:1;i:359;i:1;i:360;i:1;i:361;i:1;i:363;i:1;i:364;i:1;i:370;i:1;i:371;i:1;i:372;i:1;i:373;i:1;i:377;i:1;i:378;i:1;i:379;i:1;i:380;i:1;i:384;i:1;i:383;i:1;i:386;i:1;i:385;i:1;i:388;i:1;i:387;i:1;i:389;i:1;i:395;i:1;i:396;i:1;i:397;i:1;i:398;i:1;i:399;i:1;i:400;i:1;i:402;i:1;i:403;i:1;i:404;i:1;i:405;i:1;i:408;i:1;i:409;i:1;i:410;i:1;i:412;i:1;i:413;i:1;i:414;i:1;i:415;i:1;i:416;i:1;i:417;i:1;i:418;i:1;i:419;i:1;i:420;i:1;i:421;i:1;i:422;i:1;i:423;i:1;i:425;i:1;i:424;i:1;i:427;i:1;i:429;i:1;i:428;i:1;i:431;i:1;i:439;i:1;i:440;i:1;i:441;i:1;i:442;i:1;i:443;i:1;i:444;i:1;i:445;i:1;i:446;i:1;i:447;i:1;i:448;i:1;i:449;i:1;i:450;i:1;i:451;i:1;i:452;i:1;i:453;i:1;i:454;i:1;i:455;i:1;i:456;i:1;i:459;i:1;i:460;i:1;i:462;i:1;i:463;i:1;i:464;i:1;i:465;i:1;i:466;i:1;i:467;i:1;i:468;i:1;i:469;i:1;i:470;i:1;i:471;i:1;i:473;i:1;i:474;i:1;i:475;i:1;i:476;i:1;i:477;i:1;i:478;i:1;i:479;i:1;i:480;i:1;i:481;i:1;i:482;i:1;i:483;i:1;i:484;i:1;i:485;i:1;i:486;i:1;i:487;i:1;i:488;i:1;i:489;i:1;i:490;i:1;i:491;i:1;i:492;i:1;i:493;i:1;i:494;i:1;i:495;i:1;i:496;i:1;i:497;i:1;i:498;i:1;i:499;i:1;i:500;i:1;i:501;i:1;i:502;i:1;i:503;i:1;i:504;i:1;i:506;i:1;i:505;i:1;i:514;i:1;i:515;i:1;i:516;i:1;i:517;i:1;i:518;i:1;i:519;i:1;}', 'yes'), (242, 0, 'recently_activated', 'a:0:{}', 'yes'), (987, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1317175463', 'yes'), (988, 0, '_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'), (246, 0, 'tadv_version', '3420', 'yes'), (247, 0, 'tadv_plugins', 'a:7:{i:0;s:5:"style";i:1;s:8:"emotions";i:2;s:5:"table";i:3;s:5:"print";i:4;s:13:"searchreplace";i:5;s:10:"xhtmlxtras";i:6;s:8:"advimage";}', 'yes'), (248, 0, 'tadv_options', 'a:7:{s:8:"advlink1";i:0;s:8:"advimage";i:1;s:11:"editorstyle";i:0;s:11:"hideclasses";i:0;s:11:"contextmenu";i:0;s:8:"no_autop";i:0;s:7:"advlist";i:0;}', 'yes'), (249, 0, 'tadv_toolbars', 'a:4:{s:9:"toolbar_1";a:28:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:13:"strikethrough";i:3;s:9:"underline";i:4;s:10:"separator1";i:5;s:7:"bullist";i:6;s:7:"numlist";i:7;s:7:"outdent";i:8;s:6:"indent";i:9;s:10:"separator2";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:12:"justifyright";i:13;s:10:"separator3";i:14;s:4:"link";i:15;s:6:"unlink";i:16;s:10:"separator4";i:17;s:5:"image";i:18;s:10:"styleprops";i:19;s:11:"separator12";i:20;s:7:"wp_more";i:21;s:7:"wp_page";i:22;s:10:"separator5";i:23;s:12:"spellchecker";i:24;s:6:"search";i:25;s:10:"separator6";i:26;s:13:"tablecontrols";i:27;s:10:"fullscreen";}s:9:"toolbar_2";a:23:{i:0;s:10:"fontselect";i:1;s:14:"fontsizeselect";i:2;s:12:"formatselect";i:3;s:9:"pastetext";i:4;s:9:"pasteword";i:5;s:12:"removeformat";i:6;s:10:"separator8";i:7;s:7:"charmap";i:8;s:5:"print";i:9;s:10:"separator9";i:10;s:9:"forecolor";i:11;s:9:"backcolor";i:12;s:8:"emotions";i:13;s:11:"separator10";i:14;s:3:"sup";i:15;s:3:"sub";i:16;s:5:"media";i:17;s:11:"separator11";i:18;s:4:"undo";i:19;s:4:"redo";i:20;s:7:"attribs";i:21;s:4:"code";i:22;s:7:"wp_help";}s:9:"toolbar_3";a:0:{}s:9:"toolbar_4";a:0:{}}', 'no'), (250, 0, 'tadv_btns1', 'a:29:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:13:"strikethrough";i:3;s:9:"underline";i:4;s:9:"separator";i:5;s:7:"bullist";i:6;s:7:"numlist";i:7;s:7:"outdent";i:8;s:6:"indent";i:9;s:9:"separator";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:12:"justifyright";i:13;s:9:"separator";i:14;s:4:"link";i:15;s:6:"unlink";i:16;s:9:"separator";i:17;s:5:"image";i:18;s:10:"styleprops";i:19;s:9:"separator";i:20;s:7:"wp_more";i:21;s:7:"wp_page";i:22;s:9:"separator";i:23;s:12:"spellchecker";i:24;s:6:"search";i:25;s:9:"separator";i:26;s:13:"tablecontrols";i:27;s:13:"delete_table,";i:28;s:10:"fullscreen";}', 'no'), (251, 0, 'tadv_btns2', 'a:23:{i:0;s:10:"fontselect";i:1;s:14:"fontsizeselect";i:2;s:12:"formatselect";i:3;s:9:"pastetext";i:4;s:9:"pasteword";i:5;s:12:"removeformat";i:6;s:9:"separator";i:7;s:7:"charmap";i:8;s:5:"print";i:9;s:9:"separator";i:10;s:9:"forecolor";i:11;s:9:"backcolor";i:12;s:8:"emotions";i:13;s:9:"separator";i:14;s:3:"sup";i:15;s:3:"sub";i:16;s:5:"media";i:17;s:9:"separator";i:18;s:4:"undo";i:19;s:4:"redo";i:20;s:7:"attribs";i:21;s:4:"code";i:22;s:7:"wp_help";}', 'no'), (252, 0, 'tadv_btns3', 'a:0:{}', 'no'), (253, 0, 'tadv_btns4', 'a:0:{}', 'no'), (254, 0, 'tadv_allbtns', 'a:66:{i:0;s:2:"hr";i:1;s:6:"wp_adv";i:2;s:10:"blockquote";i:3;s:4:"bold";i:4;s:6:"italic";i:5;s:13:"strikethrough";i:6;s:9:"underline";i:7;s:7:"bullist";i:8;s:7:"numlist";i:9;s:7:"outdent";i:10;s:6:"indent";i:11;s:11:"justifyleft";i:12;s:13:"justifycenter";i:13;s:12:"justifyright";i:14;s:11:"justifyfull";i:15;s:3:"cut";i:16;s:4:"copy";i:17;s:5:"paste";i:18;s:4:"link";i:19;s:6:"unlink";i:20;s:5:"image";i:21;s:7:"wp_more";i:22;s:7:"wp_page";i:23;s:6:"search";i:24;s:7:"replace";i:25;s:10:"fontselect";i:26;s:14:"fontsizeselect";i:27;s:7:"wp_help";i:28;s:10:"fullscreen";i:29;s:11:"styleselect";i:30;s:12:"formatselect";i:31;s:9:"forecolor";i:32;s:9:"backcolor";i:33;s:9:"pastetext";i:34;s:9:"pasteword";i:35;s:12:"removeformat";i:36;s:7:"cleanup";i:37;s:12:"spellchecker";i:38;s:7:"charmap";i:39;s:5:"print";i:40;s:4:"undo";i:41;s:4:"redo";i:42;s:13:"tablecontrols";i:43;s:4:"cite";i:44;s:3:"ins";i:45;s:3:"del";i:46;s:4:"abbr";i:47;s:7:"acronym";i:48;s:7:"attribs";i:49;s:5:"layer";i:50;s:5:"advhr";i:51;s:4:"code";i:52;s:11:"visualchars";i:53;s:11:"nonbreaking";i:54;s:3:"sub";i:55;s:3:"sup";i:56;s:9:"visualaid";i:57;s:10:"insertdate";i:58;s:10:"inserttime";i:59;s:6:"anchor";i:60;s:10:"styleprops";i:61;s:8:"emotions";i:62;s:5:"media";i:63;s:7:"iespell";i:64;s:9:"separator";i:65;s:1:"|";}', 'no'), (725, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1317247613;s:7:"checked";a:8:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.6.13.4";s:9:"hello.php";s:3:"1.6";s:19:"jetpack/jetpack.php";s:5:"1.1.3";s:29:"my-page-order/mypageorder.php";s:4:"3.0a";s:37:"tinymce-advanced/tinymce-advanced.php";s:7:"3.4.2.1";s:19:"wiziapp/wiziapp.php";s:6:"1.2.2b";s:23:"wp-insert/wp-insert.php";s:5:"1.7.4";}s:8:"response";a:0:{}}', 'yes'), (359, 0, 'wp_insert_privacy_policy_content', '

At www.westerncanadacobras.com, the privacy of our visitors is of extreme importance to us (See this article to learn more about Privacy Policies.). This privacy policy document outlines the types of personal information is received and collected by www.westerncanadacobras.com and how it is used.

\r\n

Log Files
Like many other Web sites, www.westerncanadacobras.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

\r\n

Cookies and Web Beacons
www.westerncanadacobras.com does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.

\r\n

DoubleClick DART Cookie

\r\n

These third-party ad servers or ad networks use technology to the advertisements and links that appear on www.westerncanadacobras.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.

\r\n

www.westerncanadacobras.com has no access to or control over these cookies that are used by third-party advertisers.

\r\n

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. www.westerncanadacobras.com''s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.

\r\n

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers'' respective websites.

', 'yes'), (360, 0, 'wp_insert_terms_conditions_content', '

Welcome to www.westerncanadacobras.com. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern www.westerncanadacobras.com''s relationship with you in relation to this website.

\r\n

The term www.westerncanadacobras.com or ''us'' or ''we'' refers to the owner of the website. The term ''you'' refers to the user or viewer of our website.\r\nThe use of this website is subject to the following terms of use:\r\n

', 'yes'), (361, 0, 'wp_insert_multiple_ad_network_type', 'Primary Ad Network Only', 'yes'), (362, 0, 'smart_analytics_enabled', '', 'yes'), (363, 0, 'smart_analytics_id', '', 'yes'), (364, 0, 'smart_analytics_header_enabled', '', 'yes'), (365, 0, 'smart_analytics_header_code', '', 'yes'), (366, 0, 'smart_analytics_footer_enabled', '1', 'yes'), (367, 0, 'smart_analytics_footer_code', '\r\n\r\n\r\n', 'yes'), (370, 0, 'wp_insert_in_post_ad_middle_1_enable', '', 'yes'), (371, 0, 'wp_insert_in_post_ad_middle_1_content', '', 'yes'), (372, 0, 'wp_insert_in_post_ad_middle_1_content_1', '', 'yes'), (373, 0, 'wp_insert_in_post_ad_middle_1_content_2', '', 'yes'), (374, 0, 'wp_insert_in_post_ad_middle_1_exclude_ids', '', 'yes'), (375, 0, 'wp_insert_in_post_ad_middle_1_exclude_home', '', 'yes'), (376, 0, 'wp_insert_in_post_ad_middle_1_exclude_archives', '', 'yes'), (377, 0, 'wp_insert_in_post_ad_middle_1_style', 'margin: 5px;padding: 0px;', 'yes'), (378, 0, 'wp_insert_in_post_ad_right_1_enable', '', 'yes'), (379, 0, 'wp_insert_in_post_ad_right_1_content', '', 'yes'), (380, 0, 'wp_insert_in_post_ad_right_1_content_1', '', 'yes'), (381, 0, 'wp_insert_in_post_ad_right_1_content_2', '', 'yes'), (382, 0, 'wp_insert_in_post_ad_right_1_exclude_ids', '', 'yes'), (383, 0, 'wp_insert_in_post_ad_right_1_exclude_home', '', 'yes'), (384, 0, 'wp_insert_in_post_ad_right_1_exclude_archives', '', 'yes'), (385, 0, 'wp_insert_in_post_ad_right_1_style', 'margin: 5px;padding: 0px;', 'yes'), (386, 0, 'wp_insert_in_post_ad_left_1_enable', '', 'yes'), (387, 0, 'wp_insert_in_post_ad_left_1_content', '', 'yes'), (388, 0, 'wp_insert_in_post_ad_left_1_content_1', '', 'yes'), (389, 0, 'wp_insert_in_post_ad_left_1_content_2', '', 'yes'), (390, 0, 'wp_insert_in_post_ad_left_1_exclude_ids', '', 'yes'), (391, 0, 'wp_insert_in_post_ad_left_1_exclude_home', '', 'yes'), (392, 0, 'wp_insert_in_post_ad_left_1_exclude_archives', '', 'yes'), (393, 0, 'wp_insert_in_post_ad_left_1_style', 'margin: 5px;padding: 0px;', 'yes'), (394, 0, 'wp_insert_in_post_ad_bottom_1_enable', '', 'yes'), (395, 0, 'wp_insert_in_post_ad_bottom_1_content', '', 'yes'), (396, 0, 'wp_insert_in_post_ad_bottom_1_content_1', '', 'yes'), (397, 0, 'wp_insert_in_post_ad_bottom_1_content_2', '', 'yes'), (398, 0, 'wp_insert_in_post_ad_bottom_1_exclude_ids', '', 'yes'), (399, 0, 'wp_insert_in_post_ad_bottom_1_exclude_home', '', 'yes'), (400, 0, 'wp_insert_in_post_ad_bottom_1_exclude_archives', '', 'yes'), (401, 0, 'wp_insert_in_post_ad_bottom_1_style', 'margin: 5px;padding: 0px;', 'yes'), (402, 0, 'wp_insert_in_post_ad_top_1_enable', '1', 'yes'), (403, 0, 'wp_insert_in_post_ad_top_1_content', '\r\n', 'yes'), (404, 0, 'wp_insert_in_post_ad_top_1_content_1', '', 'yes'), (405, 0, 'wp_insert_in_post_ad_top_1_content_2', '', 'yes'), (406, 0, 'wp_insert_in_post_ad_top_1_exclude_ids', '', 'yes'), (407, 0, 'wp_insert_in_post_ad_top_1_exclude_home', '', 'yes'), (408, 0, 'wp_insert_in_post_ad_top_1_exclude_archives', '', 'yes'), (409, 0, 'wp_insert_in_post_ad_top_1_style', 'margin: 5px;padding: 0px;', 'yes'), (410, 0, 'wp_insert_ad_widget_1_title', '', 'yes'), (411, 0, 'wp_insert_ad_widget_1_enable', '', 'yes'), (412, 0, 'wp_insert_ad_widget_1_content', '', 'yes'), (413, 0, 'wp_insert_ad_widget_1_content_1', '', 'yes'), (414, 0, 'wp_insert_ad_widget_1_content_2', '', 'yes'), (415, 0, 'wp_insert_ad_widget_1_exclude_ids', '', 'yes'), (416, 0, 'wp_insert_ad_widget_1_exclude_home', '', 'yes'), (417, 0, 'wp_insert_ad_widget_1_exclude_archives', '', 'yes'), (418, 0, 'wp_insert_ad_widget_1_style', 'margin: 5px;padding: 0px;', 'yes'), (419, 0, 'wp_insert_ad_widget_2_title', '', 'yes'), (420, 0, 'wp_insert_ad_widget_2_enable', '', 'yes'), (421, 0, 'wp_insert_ad_widget_2_content', '', 'yes'), (422, 0, 'wp_insert_ad_widget_2_content_1', '', 'yes'), (423, 0, 'wp_insert_ad_widget_2_content_2', '', 'yes'), (424, 0, 'wp_insert_ad_widget_2_exclude_ids', '', 'yes'), (425, 0, 'wp_insert_ad_widget_2_exclude_home', '', 'yes'), (426, 0, 'wp_insert_ad_widget_2_exclude_archives', '', 'yes'), (427, 0, 'wp_insert_ad_widget_2_style', 'margin: 5px;padding: 0px;', 'yes'), (428, 0, 'wp_insert_ad_widget_3_title', '', 'yes'), (429, 0, 'wp_insert_ad_widget_3_enable', '', 'yes'), (430, 0, 'wp_insert_ad_widget_3_content', '', 'yes'), (431, 0, 'wp_insert_ad_widget_3_content_1', '', 'yes'), (432, 0, 'wp_insert_ad_widget_3_content_2', '', 'yes'), (433, 0, 'wp_insert_ad_widget_3_exclude_ids', '', 'yes'), (434, 0, 'wp_insert_ad_widget_3_exclude_home', '', 'yes'), (435, 0, 'wp_insert_ad_widget_3_exclude_archives', '', 'yes'), (436, 0, 'wp_insert_ad_widget_3_style', 'margin: 5px;padding: 0px;', 'yes'), (437, 0, 'wp_insert_ad_widget_4_title', '', 'yes'), (438, 0, 'wp_insert_ad_widget_4_enable', '', 'yes'), (439, 0, 'wp_insert_ad_widget_4_content', '', 'yes'), (440, 0, 'wp_insert_ad_widget_4_content_1', '', 'yes'), (441, 0, 'wp_insert_ad_widget_4_content_2', '', 'yes'), (442, 0, 'wp_insert_ad_widget_4_exclude_ids', '', 'yes'), (443, 0, 'wp_insert_ad_widget_4_exclude_home', '', 'yes'), (444, 0, 'wp_insert_ad_widget_4_exclude_archives', '', 'yes'), (445, 0, 'wp_insert_ad_widget_4_style', 'margin: 5px;padding: 0px;', 'yes'), (446, 0, 'wp_insert_ad_widget_5_title', '', 'yes'), (447, 0, 'wp_insert_ad_widget_5_enable', '', 'yes'), (448, 0, 'wp_insert_ad_widget_5_content', '', 'yes'), (449, 0, 'wp_insert_ad_widget_5_content_1', '', 'yes'), (450, 0, 'wp_insert_ad_widget_5_content_2', '', 'yes'), (451, 0, 'wp_insert_ad_widget_5_exclude_ids', '', 'yes'), (452, 0, 'wp_insert_ad_widget_5_exclude_home', '', 'yes'), (453, 0, 'wp_insert_ad_widget_5_exclude_archives', '', 'yes'), (454, 0, 'wp_insert_ad_widget_5_style', 'margin: 5px;padding: 0px;', 'yes'), (455, 0, 'wp_insert_ad_widget_6_title', '', 'yes'), (456, 0, 'wp_insert_ad_widget_6_enable', '', 'yes'), (457, 0, 'wp_insert_ad_widget_6_content', '', 'yes'), (458, 0, 'wp_insert_ad_widget_6_content_1', '', 'yes'), (459, 0, 'wp_insert_ad_widget_6_content_2', '', 'yes'), (460, 0, 'wp_insert_ad_widget_6_exclude_ids', '', 'yes'), (461, 0, 'wp_insert_ad_widget_6_exclude_home', '', 'yes'), (462, 0, 'wp_insert_ad_widget_6_exclude_archives', '', 'yes'), (463, 0, 'wp_insert_ad_widget_6_style', 'margin: 5px;padding: 0px;', 'yes'), (464, 0, 'wp_insert_ad_widget_7_title', '', 'yes'), (465, 0, 'wp_insert_ad_widget_7_enable', '', 'yes'), (466, 0, 'wp_insert_ad_widget_7_content', '', 'yes'), (467, 0, 'wp_insert_ad_widget_7_content_1', '', 'yes'), (468, 0, 'wp_insert_ad_widget_7_content_2', '', 'yes'), (469, 0, 'wp_insert_ad_widget_7_exclude_ids', '', 'yes'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (470, 0, 'wp_insert_ad_widget_7_exclude_home', '', 'yes'), (471, 0, 'wp_insert_ad_widget_7_exclude_archives', '', 'yes'), (472, 0, 'wp_insert_ad_widget_7_style', 'margin: 5px;padding: 0px;', 'yes'), (473, 0, 'wp_insert_ad_widget_8_title', '', 'yes'), (474, 0, 'wp_insert_ad_widget_8_enable', '', 'yes'), (475, 0, 'wp_insert_ad_widget_8_content', '', 'yes'), (476, 0, 'wp_insert_ad_widget_8_content_1', '', 'yes'), (477, 0, 'wp_insert_ad_widget_8_content_2', '', 'yes'), (478, 0, 'wp_insert_ad_widget_8_exclude_ids', '', 'yes'), (479, 0, 'wp_insert_ad_widget_8_exclude_home', '', 'yes'), (480, 0, 'wp_insert_ad_widget_8_exclude_archives', '', 'yes'), (481, 0, 'wp_insert_ad_widget_8_style', 'margin: 5px;padding: 0px;', 'yes'), (482, 0, 'wp_insert_ad_widget_9_title', '', 'yes'), (483, 0, 'wp_insert_ad_widget_9_enable', '', 'yes'), (484, 0, 'wp_insert_ad_widget_9_content', '', 'yes'), (485, 0, 'wp_insert_ad_widget_9_content_1', '', 'yes'), (486, 0, 'wp_insert_ad_widget_9_content_2', '', 'yes'), (487, 0, 'wp_insert_ad_widget_9_exclude_ids', '', 'yes'), (488, 0, 'wp_insert_ad_widget_9_exclude_home', '', 'yes'), (489, 0, 'wp_insert_ad_widget_9_exclude_archives', '', 'yes'), (490, 0, 'wp_insert_ad_widget_9_style', 'margin: 5px;padding: 0px;', 'yes'), (491, 0, 'wp_insert_ad_widget_10_title', '', 'yes'), (492, 0, 'wp_insert_ad_widget_10_enable', '', 'yes'), (493, 0, 'wp_insert_ad_widget_10_content', '', 'yes'), (494, 0, 'wp_insert_ad_widget_10_content_1', '', 'yes'), (495, 0, 'wp_insert_ad_widget_10_content_2', '', 'yes'), (496, 0, 'wp_insert_ad_widget_10_exclude_ids', '', 'yes'), (497, 0, 'wp_insert_ad_widget_10_exclude_home', '', 'yes'), (498, 0, 'wp_insert_ad_widget_10_exclude_archives', '', 'yes'), (499, 0, 'wp_insert_ad_widget_10_style', 'margin: 5px;padding: 0px;', 'yes'), (510, 0, 'widget_mypageorder', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (534, 0, 'category_children', 'a:0:{}', 'yes'), (726, 0, 'aioseop_options', 'a:35:{s:9:"aiosp_can";s:2:"on";s:12:"aiosp_donate";N;s:16:"aiosp_home_title";s:21:"Western Canada Cobras";s:22:"aiosp_home_description";s:238:"Western Canada Cobras is canada\\'s only authorized imported of Factory Five Racing Kit Cars. We have imported more than 400 Kits in the 14 years since we started. Including the Shelby Cobra, Daytona Coupe, 33 Ford Hot Rod and the GTM";s:19:"aiosp_home_keywords";s:320:"daytona coupe, gtm,factory five racing, shelby cobra,kit cars, factory five,kit cars canada,western canada cobras, westerncanadacobras,factory five canada,shelby cobra for sale,kit cars for sale, factory five cobra for sale,shelby cobra kit car,cobra kit cars for sale in canada,kit cars for sale in canada,ffr in canada";s:23:"aiosp_max_words_excerpt";N;s:20:"aiosp_rewrite_titles";s:2:"on";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:21:"%date% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:20:"aiosp_use_categories";N;s:32:"aiosp_dynamic_postspage_keywords";s:2:"on";s:22:"aiosp_category_noindex";s:2:"on";s:21:"aiosp_archive_noindex";s:2:"on";s:18:"aiosp_tags_noindex";N;s:14:"aiosp_cap_cats";s:2:"on";s:27:"aiosp_generate_descriptions";N;s:16:"aiosp_debug_info";N;s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:13:"aiosp_enabled";s:1:"1";s:17:"aiosp_enablecpost";N;s:26:"aiosp_use_tags_as_keywords";s:2:"on";s:16:"aiosp_seopostcol";N;s:18:"aiosp_seocustptcol";N;s:21:"aiosp_posttypecolumns";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:12:"aiosp_do_log";N;s:14:"aiosp_ex_pages";s:0:"";}', 'yes'); -- -------------------------------------------------------- -- -- 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=209 ; -- -- Dumping data for table `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 2, '_edit_lock', '1317241190:1'), (3, 2, '_edit_last', '1'), (4, 8, '_edit_last', '1'), (5, 8, '_edit_lock', '1317241261:1'), (6, 8, '_wp_page_template', 'default'), (7, 11, '_edit_last', '1'), (8, 11, '_edit_lock', '1316787682:1'), (9, 12, '_wp_attached_file', 'ME.jpg'), (10, 12, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1536";s:6:"height";s:4:"2048";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:6:"ME.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"ME-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"ME-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:15:"ME-768x1024.jpg";s:5:"width";s:3:"768";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"iPhone 3GS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280828370";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"3.85";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:15:"0.0666666666667";s:5:"title";s:0:"";}}'), (11, 13, '_wp_attached_file', 'ME1.jpg'), (12, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"ME1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ME1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ME1-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"iPhone 3GS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280828370";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"3.85";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:15:"0.0666666666667";s:5:"title";s:0:"";}}'), (13, 14, '_wp_attached_file', '1_p1.jpg'), (14, 14, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"109";s:6:"height";s:2:"64";s:14:"hwstring_small";s:23:"height=''64'' width=''109''";s:4:"file";s:8:"1_p1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (15, 15, '_wp_attached_file', 'Cobra-on-Wharf.jpg'), (16, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"715";s:6:"height";s:3:"477";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:18:"Cobra-on-Wharf.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"Cobra-on-Wharf-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"Cobra-on-Wharf-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'), (17, 16, '_wp_attached_file', 'Tom-Langford_small.jpg'), (18, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:2:"74";s:14:"hwstring_small";s:23:"height=''74'' width=''100''";s:4:"file";s:22:"Tom-Langford_small.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (19, 17, '_wp_attached_file', 'Cobra.jpg'), (20, 17, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"575";s:6:"height";s:3:"431";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:9:"Cobra.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"Cobra-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"Cobra-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1158258246";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}'), (21, 18, '_wp_attached_file', 'Cobra1.jpg'), (22, 18, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"575";s:6:"height";s:3:"431";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:10:"Cobra1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"Cobra1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"Cobra1-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1158258246";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}'), (23, 19, '_wp_attached_file', 'Coupe.jpg'), (24, 19, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"575";s:6:"height";s:3:"280";s:14:"hwstring_small";s:23:"height=''62'' width=''128''";s:4:"file";s:9:"Coupe.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"Coupe-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"Coupe-300x146.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"146";}}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:"";}}'), (25, 20, '_wp_attached_file', 'Coupe1.jpg'), (26, 20, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"391";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:10:"Coupe1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"Coupe1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"Coupe1-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}}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:"";}}'), (27, 21, '_wp_attached_file', 'GTM.jpg'), (28, 21, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:7:"GTM.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"GTM-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"GTM-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}}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:"";}}'), (29, 11, '_wp_page_template', 'default'), (30, 24, '_wp_attached_file', 'ME2.jpg'), (31, 24, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"ME2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ME2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ME2-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"iPhone 3GS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280828370";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"3.85";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:15:"0.0666666666667";s:5:"title";s:0:"";}}'), (32, 25, '_wp_attached_file', 'ME3.jpg'), (33, 25, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"ME3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ME3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ME3-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"iPhone 3GS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280828370";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"3.85";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:15:"0.0666666666667";s:5:"title";s:0:"";}}'), (34, 32, '_wp_attached_file', 'Cobra2.jpg'), (35, 32, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"575";s:6:"height";s:3:"431";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:10:"Cobra2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"Cobra2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"Cobra2-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:9:"CYBERSHOT";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1158258246";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}'), (36, 33, '_wp_attached_file', 'Coupe2.jpg'), (37, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"391";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:10:"Coupe2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"Coupe2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"Coupe2-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}}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:"";}}'), (38, 34, '_wp_attached_file', 'GTM1.jpg'), (39, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:8:"GTM1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"GTM1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"GTM1-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}}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:"";}}'), (40, 37, '_wp_attached_file', '33-Rod.jpg'), (41, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"340";s:6:"height";s:3:"258";s:14:"hwstring_small";s:23:"height=''96'' width=''126''";s:4:"file";s:10:"33-Rod.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"33-Rod-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"33-Rod-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}}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:"";}}'), (42, 84, '_edit_last', '1'), (43, 84, '_wp_page_template', 'default'), (44, 84, '_edit_lock', '1317241337:1'), (45, 86, '_edit_last', '1'), (46, 86, '_wp_page_template', 'default'), (47, 86, '_edit_lock', '1317241467:1'), (48, 88, '_edit_last', '1'), (49, 88, '_edit_lock', '1317241475:1'), (50, 89, '_edit_last', '1'), (51, 89, '_wp_page_template', 'default'), (52, 89, '_edit_lock', '1317241492:1'), (53, 88, '_wp_page_template', 'default'), (54, 100, '_edit_last', '1'), (55, 100, '_edit_lock', '1317241519:1'), (56, 100, '_wp_page_template', 'default'), (57, 106, '_edit_last', '1'), (58, 106, '_edit_lock', '1317241545:1'), (59, 106, '_wp_page_template', 'default'), (60, 108, '_edit_last', '1'), (61, 108, '_edit_lock', '1317241593:1'), (62, 108, '_wp_page_template', 'default'), (63, 110, '_edit_last', '1'), (64, 110, '_edit_lock', '1317241646:1'), (65, 110, '_wp_page_template', 'default'), (66, 112, '_edit_last', '1'), (67, 112, '_edit_lock', '1317241623:1'), (68, 112, '_wp_page_template', 'default'), (69, 124, '_wp_attached_file', 'Cobra-on-Wharf1.jpg'), (70, 124, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"715";s:6:"height";s:3:"477";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:19:"Cobra-on-Wharf1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"Cobra-on-Wharf1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"Cobra-on-Wharf1-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'), (71, 128, '_edit_last', '1'), (72, 128, '_edit_lock', '1317241394:1'), (73, 128, '_wp_page_template', 'default'), (74, 130, '_edit_last', '1'), (75, 130, '_edit_lock', '1316787837:1'), (76, 130, '_wp_page_template', 'default'), (77, 157, '_wp_attached_file', 'Blue-Cobra-on-Roadside.jpg'), (78, 157, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"560";s:6:"height";s:3:"420";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:26:"Blue-Cobra-on-Roadside.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"Blue-Cobra-on-Roadside-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"Blue-Cobra-on-Roadside-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}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:"";}}'), (79, 160, '_wp_attached_file', 'Cobra-on-Wharf2.jpg'), (80, 160, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"715";s:6:"height";s:3:"477";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:19:"Cobra-on-Wharf2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"Cobra-on-Wharf2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"Cobra-on-Wharf2-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'), (81, 173, '_wp_attached_file', 'Blue-Cobra-Side-View.jpg'), (82, 173, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:3:"598";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:24:"Blue-Cobra-Side-View.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"Blue-Cobra-Side-View-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"Blue-Cobra-Side-View-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (83, 173, '_wp_attachment_image_alt', 'Factory Five Cobra in Blue'), (84, 188, '_wp_attached_file', 'Smokin-Hot-Rod.jpg'), (85, 188, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:3:"573";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:18:"Smokin-Hot-Rod.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"Smokin-Hot-Rod-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"Smokin-Hot-Rod-300x217.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"217";}}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:"";}}'), (86, 188, '_wp_attachment_image_alt', 'Factory Fove 33 Hot Rod On a Tear'), (87, 208, '_wp_attached_file', 'Engine-Bell-and-Trans.jpg'), (88, 208, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"640";s:6:"height";s:3:"480";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:25:"Engine-Bell-and-Trans.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"Engine-Bell-and-Trans-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"Engine-Bell-and-Trans-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.6";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A520";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1310568474";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"5.8125";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:15:"0.0166666666667";s:5:"title";s:0:"";}}'), (89, 209, '_wp_attached_file', 'Engine-on-Pallet.jpg'), (90, 209, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"640";s:6:"height";s:3:"480";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"Engine-on-Pallet.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"Engine-on-Pallet-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"Engine-on-Pallet-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.6";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A520";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1311004006";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"5.8125";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:15:"0.0166666666667";s:5:"title";s:0:"";}}'), (91, 33, '_wp_attachment_image_alt', 'Factory Five Type 65 Coupe'), (92, 124, '_wp_attachment_image_alt', 'Factory Five Cobra Replica'), (93, 246, '_wp_attached_file', '00350-Cobra-on-Wharf.jpg'), (94, 246, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"233";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:24:"00350-Cobra-on-Wharf.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"00350-Cobra-on-Wharf-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"00350-Cobra-on-Wharf-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (95, 246, '_wp_attachment_image_alt', 'aActory Five Cobra'), (96, 247, '_wp_attached_file', '00350-Coupe.jpg'), (97, 247, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"228";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:15:"00350-Coupe.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"00350-Coupe-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"00350-Coupe-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}}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:"";}}'), (98, 247, '_wp_attachment_image_alt', 'Factory Five Racing Coupe'), (99, 248, '_wp_attached_file', '00350-33hotrod.jpg'), (100, 248, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"237";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:18:"00350-33hotrod.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"00350-33hotrod-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"00350-33hotrod-300x203.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"203";}}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:"";}}'), (101, 248, '_wp_attachment_image_alt', 'Factory Five Racing 33 Ford hot Rod'), (102, 251, '_wp_attached_file', '00350-gtm.jpg'), (103, 251, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"233";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"00350-gtm.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"00350-gtm-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"00350-gtm-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (104, 251, '_wp_attachment_image_alt', 'Factory Five Racing GTM'), (105, 256, '_wp_attached_file', 'GTM2.jpg'), (106, 256, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:8:"GTM2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"GTM2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"GTM2-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}}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:"";}}'), (107, 257, '_wp_attached_file', 'gtm.htm'), (108, 257, '_wp_attachment_metadata', 'a:0:{}'), (109, 258, '_wp_attached_file', 'Eds-red-GTM.jpg'), (110, 258, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1280";s:6:"height";s:3:"854";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:15:"Eds-red-GTM.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"Eds-red-GTM-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"Eds-red-GTM-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:24:"Eds-red-GTM-1024x683.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"683";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (111, 258, '_wp_attachment_image_alt', 'Factory Five Racing GTM'), (112, 265, '_wp_attached_file', '000350-engine.jpg'), (113, 265, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"262";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:17:"000350-engine.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"000350-engine-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"000350-engine-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A520";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1299001830";s:9:"copyright";s:0:"";s:12:"focal_length";s:7:"11.8125";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:15:"0.0166666666667";s:5:"title";s:0:"";}}'), (114, 265, '_wp_attachment_image_alt', 'Western Canada Cobras Engines'), (115, 268, '_wp_attached_file', 'CompltEngine1.jpg'), (116, 268, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"640";s:6:"height";s:3:"480";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:17:"CompltEngine1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"CompltEngine1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"CompltEngine1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A520";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1299001830";s:9:"copyright";s:0:"";s:12:"focal_length";s:7:"11.8125";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:15:"0.0166666666667";s:5:"title";s:0:"";}}'), (117, 273, '_edit_last', '1'), (118, 273, '_edit_lock', '1316840836:1'), (119, 273, '_wp_page_template', 'default'), (120, 284, '_wp_attached_file', 'ME4.jpg'), (121, 284, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"ME4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ME4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ME4-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"iPhone 3GS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1280828370";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"3.85";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:15:"0.0666666666667";s:5:"title";s:0:"";}}'), (122, 307, '_wp_attached_file', '00350-gtm1.jpg'), (123, 307, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"233";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:14:"00350-gtm1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"00350-gtm1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"00350-gtm1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (124, 308, '_wp_attached_file', 'Eds-red-GTM-460.jpg'), (125, 308, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:19:"Eds-red-GTM-460.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"Eds-red-GTM-460-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"Eds-red-GTM-460-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (126, 308, '_wp_attachment_image_alt', 'Factory Five Racing GTM'), (127, 309, '_wp_attached_file', 'Eds-red-GTM-4601.jpg'), (128, 309, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"Eds-red-GTM-4601.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"Eds-red-GTM-4601-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"Eds-red-GTM-4601-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (129, 310, '_wp_attached_file', 'Eds-red-GTM-4602.jpg'), (130, 310, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"306";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"Eds-red-GTM-4602.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"Eds-red-GTM-4602-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"Eds-red-GTM-4602-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}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:"";}}'), (131, 310, '_wp_attachment_image_alt', 'Factory Five Racing GTM'), (132, 339, '_edit_last', '1'), (133, 339, '_edit_lock', '1317241230:1'), (134, 339, '_wp_page_template', 'default'), (135, 367, '_wp_attached_file', 'DS-PRofile.jpg'), (136, 367, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4000";s:6:"height";s:4:"3000";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:14:"DS-PRofile.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"DS-PRofile-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"DS-PRofile-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:23:"DS-PRofile-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532824";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";}}'), (137, 368, '_wp_attached_file', 'DS-PRofile-intro.jpg'), (138, 368, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"DS-PRofile-intro.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"DS-PRofile-intro-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"DS-PRofile-intro-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532844";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (139, 369, '_wp_attached_file', 'Coupe-intro.jpg'), (140, 369, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:15:"Coupe-intro.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"Coupe-intro-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (141, 374, '_wp_attached_file', 'Coupe-intro1.jpg'), (142, 374, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:16:"Coupe-intro1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Coupe-intro1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (143, 375, '_wp_attached_file', 'DS-PRofile-intro1.jpg'), (144, 375, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"DS-PRofile-intro1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"DS-PRofile-intro1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"DS-PRofile-intro1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532844";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (145, 376, '_wp_attached_file', 'Coupe-intro2.jpg'), (146, 376, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:16:"Coupe-intro2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Coupe-intro2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (147, 273, '_wp_trash_meta_status', 'publish'), (148, 273, '_wp_trash_meta_time', '1316841011'), (149, 383, '_edit_last', '1'), (150, 383, '_edit_lock', '1317241674:1'), (151, 383, '_wp_page_template', 'default'), (152, 385, '_edit_last', '1'), (153, 385, '_wp_page_template', 'default'), (154, 385, '_edit_lock', '1317241696:1'), (155, 387, '_edit_last', '1'), (156, 387, '_wp_page_template', 'default'), (157, 387, '_edit_lock', '1317241733:1'), (158, 391, '_wp_attached_file', 'DS-PRofile-intro2.jpg'), (159, 391, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"DS-PRofile-intro2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"DS-PRofile-intro2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"DS-PRofile-intro2-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532844";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (160, 393, '_wp_attached_file', 'DS-PRofile-intro3.jpg'), (161, 393, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"DS-PRofile-intro3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"DS-PRofile-intro3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"DS-PRofile-intro3-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532844";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (162, 394, '_wp_attached_file', 'Coupe-intro3.jpg'), (163, 394, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:16:"Coupe-intro3.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Coupe-intro3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (164, 401, '_wp_attached_file', 'Boyd-Car-Show-003-800x600.jpg'), (165, 401, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:29:"Boyd-Car-Show-003-800x600.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"Boyd-Car-Show-003-800x600-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:37:"Boyd-Car-Show-003-800x600-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1308473860";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"8.295";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (166, 406, '_wp_attached_file', 'DS-PRofile-intro4.jpg'), (167, 406, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"DS-PRofile-intro4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"DS-PRofile-intro4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"DS-PRofile-intro4-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532844";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (168, 407, '_wp_attached_file', 'Coupe-intro4.jpg'), (169, 407, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:16:"Coupe-intro4.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Coupe-intro4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (170, 424, '_edit_last', '1'), (171, 424, '_edit_lock', '1317241762:1'), (172, 424, '_wp_page_template', 'default'), (173, 428, '_edit_last', '1'), (174, 428, '_edit_lock', '1317241806:1'), (175, 428, '_wp_page_template', 'default'), (176, 432, '_wp_attached_file', 'Boyd-Car-Show-003-800x6001.jpg'), (177, 432, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:30:"Boyd-Car-Show-003-800x6001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"Boyd-Car-Show-003-800x6001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"Boyd-Car-Show-003-800x6001-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1308473860";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"8.295";s:3:"iso";s:3:"125";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (178, 433, '_wp_attached_file', 'Cobra-Finish-004-800x600.jpg'), (179, 433, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:28:"Cobra-Finish-004-800x600.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Cobra-Finish-004-800x600-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"Cobra-Finish-004-800x600-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306063853";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (180, 434, '_wp_attached_file', 'Cobra-Finish-007-800x600.jpg'), (181, 434, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:28:"Cobra-Finish-007-800x600.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Cobra-Finish-007-800x600-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"Cobra-Finish-007-800x600-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306082308";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (182, 435, '_wp_attached_file', 'Cobra-Finish-008-800x600.jpg'), (183, 435, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:28:"Cobra-Finish-008-800x600.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"Cobra-Finish-008-800x600-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"Cobra-Finish-008-800x600-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306082325";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (184, 436, '_wp_attached_file', 'Cobra-Finish-004-800x6001.jpg'), (185, 436, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:29:"Cobra-Finish-004-800x6001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"Cobra-Finish-004-800x6001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:37:"Cobra-Finish-004-800x6001-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306063853";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (186, 437, '_wp_attached_file', 'Cobra-Finish-007-800x6001.jpg'), (187, 437, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:29:"Cobra-Finish-007-800x6001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"Cobra-Finish-007-800x6001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:37:"Cobra-Finish-007-800x6001-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306082308";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";}}'), (188, 438, '_wp_attached_file', 'Cobra-Finish-008-800x6001.jpg'), (189, 438, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:29:"Cobra-Finish-008-800x6001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"Cobra-Finish-008-800x6001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:37:"Cobra-Finish-008-800x6001-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:25:"Canon PowerShot SD1100 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1306082325";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.2";s:3:"iso";s:2:"80";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";}}'), (190, 461, '_wp_attached_file', 'DS-PRofile1.jpg'), (191, 461, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4000";s:6:"height";s:4:"3000";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:15:"DS-PRofile1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"DS-PRofile1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"DS-PRofile1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:24:"DS-PRofile1-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532824";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";}}'), (192, 472, '_wp_attached_file', '1_hl3.gif'), (193, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"417";s:6:"height";s:1:"2";s:14:"hwstring_small";s:22:"height=''0'' width=''128''";s:4:"file";s:9:"1_hl3.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"1_hl3-150x2.gif";s:5:"width";s:3:"150";s:6:"height";s:1:"2";}s:6:"medium";a:3:{s:4:"file";s:15:"1_hl3-300x1.gif";s:5:"width";s:3:"300";s:6:"height";s:1:"1";}}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:"";}}'), (194, 505, '_edit_last', '1'), (195, 505, '_edit_lock', '1317245029:1'), (196, 505, '_wp_page_template', 'default'), (197, 508, '_wp_attached_file', 'Coupe-intro5.jpg'), (198, 508, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"225";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:16:"Coupe-intro5.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Coupe-intro5-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (199, 509, '_wp_attached_file', 'IMG_04341.jpg'), (200, 509, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"IMG_04341.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_04341-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_04341-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532830";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (201, 510, '_wp_attached_file', 'IMG_04351.jpg'), (202, 510, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"IMG_04351.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_04351-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_04351-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532855";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:6:"0.0008";s:5:"title";s:0:"";}}'), (203, 511, '_wp_attached_file', 'IMG_04361.jpg'), (204, 511, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"IMG_04361.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_04361-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_04361-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532891";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"6.741";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";}}'), (205, 512, '_wp_attached_file', 'IMG_04371.jpg'), (206, 512, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"IMG_04371.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_04371-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_04371-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532967";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"6.741";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:0:"";}}'), (207, 513, '_wp_attached_file', 'Interior.jpg'); INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (208, 513, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"4000";s:6:"height";s:4:"3000";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:12:"Interior.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"Interior-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"Interior-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:21:"Interior-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:9:"315532824";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";}}'); -- -------------------------------------------------------- -- -- 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=520 ; -- -- 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 (1, 1, '2011-08-01 16:36:16', '2011-08-01 16:36:16', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2011-08-01 16:36:16', '2011-08-01 16:36:16', '', 0, 'http://www.wood-pellet-world.com/westerncanadacobras/?p=1', 0, 'post', '', 1), (2, 1, '2011-08-01 16:36:16', '2011-08-01 16:36:16', '.\r\n\r\nWelcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands. \r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n

.

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2011-09-28 14:24:19', '2011-09-28 14:24:19', '', 0, 'http://www.wood-pellet-world.com/westerncanadacobras/?page_id=2', 0, 'page', '', 0), (238, 1, '2011-09-20 22:51:24', '2011-09-20 22:51:24', '

.

\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-13', '', '', '2011-09-20 22:51:24', '2011-09-20 22:51:24', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (8, 1, '2011-09-19 10:33:02', '2011-09-19 10:33:02', '

\r\n

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over 400 Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. \r\n\r\n(This last step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number listed below and at the top right of the page.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'publish', 'closed', 'open', '', 'about-us', '', '', '2011-09-28 20:21:01', '2011-09-28 20:21:01', '', 0, 'http://www.westerncanadacobras.com/?page_id=8', 2, 'page', '', 0), (4, 1, '2011-09-28 14:25:21', '2011-09-28 14:25:21', '.\n\nWelcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands. \n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\n

.

\n

Click on the Photos Below to view Information about what is pictured

\n

.

\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\n\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\n\n \n\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\n\n \n

Phone (Toll Free) 866 853-5835

\n

By E-mail to cdncobraguy@gmail.com

\n \n\n \n\n ', 'Home Page', '', 'inherit', 'open', 'open', '', '2-autosave', '', '', '2011-09-28 14:25:21', '2011-09-28 14:25:21', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (237, 1, '2011-09-19 15:44:11', '2011-09-19 15:44:11', '

.

\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site

\r\n

.

\r\n

.

\r\n

\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\n \r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\n \r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\n \r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-12', '', '', '2011-09-19 15:44:11', '2011-09-19 15:44:11', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (5, 1, '2011-08-01 16:36:16', '2011-08-01 16:36:16', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n
Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)
\n\n...or something like this:\n\n
The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2011-08-01 16:36:16', '2011-08-01 16:36:16', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (6, 1, '2011-09-19 10:04:10', '2011-09-19 10:04:10', '', 'Sample Page', '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2011-09-19 10:04:10', '2011-09-19 10:04:10', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (7, 1, '2011-09-19 10:18:30', '2011-09-19 10:18:30', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n

\r\n \r\n\r\n ', 'Home', '', 'inherit', 'closed', 'open', '', '2-revision-3', '', '', '2011-09-19 10:18:30', '2011-09-19 10:18:30', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (9, 1, '2011-09-19 10:32:44', '2011-09-19 10:32:44', '', 'Contact', '', 'inherit', 'closed', 'open', '', '8-revision', '', '', '2011-09-19 10:32:44', '2011-09-19 10:32:44', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (10, 1, '2011-09-19 10:33:02', '2011-09-19 10:33:02', '', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-2', '', '', '2011-09-19 10:33:02', '2011-09-19 10:33:02', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (11, 1, '2011-09-19 11:37:21', '2011-09-19 11:37:21', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking  below on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n          \r\n\r\n \r\n\r\nIf you have any questions about the cars or the work sheets please feel free to contact me directly on out toll free line at 866 853-5835 or by E-mail at cdncobraguy@gmail.com \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'publish', 'closed', 'open', 'Cobras Rule', 'mail-list-welcome-page', '', '', '2011-09-19 15:32:51', '2011-09-19 15:32:51', '', 8, 'http://www.westerncanadacobras.com/?page_id=11', 0, 'page', '', 0), (12, 1, '2011-09-19 10:59:25', '2011-09-19 10:59:25', '', 'ME', '', 'inherit', 'closed', 'open', '', 'me', '', '', '2011-09-19 10:59:25', '2011-09-19 10:59:25', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/ME.jpg', 0, 'attachment', 'image/jpeg', 0), (13, 1, '2011-09-19 11:00:33', '2011-09-19 11:00:33', '', 'ME', '', 'inherit', 'closed', 'open', '', 'me-2', '', '', '2011-09-19 11:00:33', '2011-09-19 11:00:33', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/ME1.jpg', 0, 'attachment', 'image/jpeg', 0), (14, 1, '2011-09-19 11:14:50', '2011-09-19 11:14:50', '', '1_p1', '', 'inherit', 'closed', 'open', '', '1_p1', '', '', '2011-09-19 11:14:50', '2011-09-19 11:14:50', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/1_p1.jpg', 0, 'attachment', 'image/jpeg', 0), (15, 1, '2011-09-19 11:17:57', '2011-09-19 11:17:57', '', 'Cobra on Wharf', '', 'inherit', 'closed', 'open', '', 'cobra-on-wharf', '', '', '2011-09-19 11:17:57', '2011-09-19 11:17:57', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra-on-Wharf.jpg', 0, 'attachment', 'image/jpeg', 0), (16, 1, '2011-09-19 11:22:51', '2011-09-19 11:22:51', '', 'Tom Langford_small', '', 'inherit', 'closed', 'open', '', 'tom-langford_small', '', '', '2011-09-19 11:22:51', '2011-09-19 11:22:51', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Tom-Langford_small.jpg', 0, 'attachment', 'image/jpeg', 0), (17, 1, '2011-09-19 11:27:19', '2011-09-19 11:27:19', '', 'Cobra', '', 'inherit', 'closed', 'open', '', 'cobra', '', '', '2011-09-19 11:27:19', '2011-09-19 11:27:19', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra.jpg', 0, 'attachment', 'image/jpeg', 0), (18, 1, '2011-09-19 11:28:32', '2011-09-19 11:28:32', '', 'Cobra', '', 'inherit', 'closed', 'open', '', 'cobra-2', '', '', '2011-09-19 11:28:32', '2011-09-19 11:28:32', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra1.jpg', 0, 'attachment', 'image/jpeg', 0), (19, 1, '2011-09-19 11:31:02', '2011-09-19 11:31:02', '', 'Coupe', '', 'inherit', 'closed', 'open', '', 'coupe', '', '', '2011-09-19 11:31:02', '2011-09-19 11:31:02', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Coupe.jpg', 0, 'attachment', 'image/jpeg', 0), (20, 1, '2011-09-19 11:33:36', '2011-09-19 11:33:36', '', 'Coupe', '', 'inherit', 'closed', 'open', '', 'coupe-2', '', '', '2011-09-19 11:33:36', '2011-09-19 11:33:36', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Coupe1.jpg', 0, 'attachment', 'image/jpeg', 0), (21, 1, '2011-09-19 11:36:40', '2011-09-19 11:36:40', '', 'GTM', '', 'inherit', 'closed', 'open', '', 'gtm', '', '', '2011-09-19 11:36:40', '2011-09-19 11:36:40', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/GTM.jpg', 0, 'attachment', 'image/jpeg', 0), (22, 1, '2011-09-19 11:23:34', '2011-09-19 11:23:34', '

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision', '', '', '2011-09-19 11:23:34', '2011-09-19 11:23:34', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (23, 1, '2011-09-22 13:53:53', '2011-09-22 13:53:53', '

 Welcome to the Western Canada Cobras Mail list!

\n

.

\n

.

\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\n

.

\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\n\n \n\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\n\n \n\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking  below on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\n\n \n\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\n\n \n\n \n\n \n\n          \n\n \n\nIf you have any questions about the cars or the work sheets please feel free to contact me directly on out toll free line at 866 853-5835 or by E-mail at cdncobraguy@gmail.com \n\n \n\n \n

\n

\n

\n

\n

\n

\n

\n

\n

\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-autosave', '', '', '2011-09-22 13:53:53', '2011-09-22 13:53:53', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (24, 1, '2011-09-19 11:39:05', '2011-09-19 11:39:05', '', 'ME', '', 'inherit', 'closed', 'open', '', 'me-3', '', '', '2011-09-19 11:39:05', '2011-09-19 11:39:05', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/ME2.jpg', 0, 'attachment', 'image/jpeg', 0), (25, 1, '2011-09-19 11:40:21', '2011-09-19 11:40:21', '', 'ME', '', 'inherit', 'closed', 'open', '', 'me-4', '', '', '2011-09-19 11:40:21', '2011-09-19 11:40:21', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/ME3.jpg', 0, 'attachment', 'image/jpeg', 0), (26, 1, '2011-09-19 11:37:21', '2011-09-19 11:37:21', '

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-2', '', '', '2011-09-19 11:37:21', '2011-09-19 11:37:21', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (27, 1, '2011-09-19 11:40:41', '2011-09-19 11:40:41', '

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-3', '', '', '2011-09-19 11:40:41', '2011-09-19 11:40:41', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (28, 1, '2011-09-19 11:40:41', '2011-09-19 11:40:41', '

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-4', '', '', '2011-09-19 11:40:41', '2011-09-19 11:40:41', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (29, 1, '2011-09-19 11:40:44', '2011-09-19 11:40:44', '

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-5', '', '', '2011-09-19 11:40:44', '2011-09-19 11:40:44', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (30, 1, '2011-09-19 11:40:44', '2011-09-19 11:40:44', '

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-6', '', '', '2011-09-19 11:40:44', '2011-09-19 11:40:44', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (31, 1, '2011-09-19 11:51:24', '2011-09-19 11:51:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n\r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-7', '', '', '2011-09-19 11:51:24', '2011-09-19 11:51:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (32, 1, '2011-09-19 11:52:06', '2011-09-19 11:52:06', '', 'Cobra', '', 'inherit', 'closed', 'open', '', 'cobra-3', '', '', '2011-09-19 11:52:06', '2011-09-19 11:52:06', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra2.jpg', 0, 'attachment', 'image/jpeg', 0), (33, 1, '2011-09-19 11:53:09', '2011-09-19 11:53:09', '', 'Coupe', '', 'inherit', 'closed', 'open', '', 'coupe-3', '', '', '2011-09-19 11:53:09', '2011-09-19 11:53:09', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/Coupe2.jpg', 0, 'attachment', 'image/jpeg', 0), (34, 1, '2011-09-19 11:54:47', '2011-09-19 11:54:47', '', 'GTM', '', 'inherit', 'closed', 'open', '', 'gtm-2', '', '', '2011-09-19 11:54:47', '2011-09-19 11:54:47', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/GTM1.jpg', 0, 'attachment', 'image/jpeg', 0), (35, 1, '2011-09-19 11:51:24', '2011-09-19 11:51:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n\r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-8', '', '', '2011-09-19 11:51:24', '2011-09-19 11:51:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (36, 1, '2011-09-19 11:55:24', '2011-09-19 11:55:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n    \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-9', '', '', '2011-09-19 11:55:24', '2011-09-19 11:55:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (37, 1, '2011-09-19 11:58:15', '2011-09-19 11:58:15', '', '33 Rod', '', 'inherit', 'closed', 'open', '', '33-rod', '', '', '2011-09-19 11:58:15', '2011-09-19 11:58:15', '', 11, 'http://www.westerncanadacobras.com/wp-content/uploads/33-Rod.jpg', 0, 'attachment', 'image/jpeg', 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 (38, 1, '2011-09-19 11:55:24', '2011-09-19 11:55:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n    \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-10', '', '', '2011-09-19 11:55:24', '2011-09-19 11:55:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (39, 1, '2011-09-19 11:59:28', '2011-09-19 11:59:28', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-11', '', '', '2011-09-19 11:59:28', '2011-09-19 11:59:28', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (40, 1, '2011-09-19 11:59:29', '2011-09-19 11:59:29', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-12', '', '', '2011-09-19 11:59:29', '2011-09-19 11:59:29', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (56, 1, '2011-09-19 12:27:30', '2011-09-19 12:27:30', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-27', '', '', '2011-09-19 12:27:30', '2011-09-19 12:27:30', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (41, 1, '2011-09-19 12:00:14', '2011-09-19 12:00:14', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-13', '', '', '2011-09-19 12:00:14', '2011-09-19 12:00:14', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (53, 1, '2011-09-19 12:24:28', '2011-09-19 12:24:28', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-24', '', '', '2011-09-19 12:24:28', '2011-09-19 12:24:28', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (42, 1, '2011-09-19 12:00:14', '2011-09-19 12:00:14', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'Mail List Welcome Page', '', 'inherit', 'closed', 'open', '', '11-revision-14', '', '', '2011-09-19 12:00:14', '2011-09-19 12:00:14', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (45, 1, '2011-09-19 12:10:05', '2011-09-19 12:10:05', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-17', '', '', '2011-09-19 12:10:05', '2011-09-19 12:10:05', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (43, 1, '2011-09-19 12:08:53', '2011-09-19 12:08:53', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'welcome-to-the-wcc-mail-list', '', 'inherit', 'closed', 'open', '', '11-revision-15', '', '', '2011-09-19 12:08:53', '2011-09-19 12:08:53', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (46, 1, '2011-09-19 12:10:05', '2011-09-19 12:10:05', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-18', '', '', '2011-09-19 12:10:05', '2011-09-19 12:10:05', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (44, 1, '2011-09-19 12:08:53', '2011-09-19 12:08:53', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'welcome-to-the-wcc-mail-list', '', 'inherit', 'closed', 'open', '', '11-revision-16', '', '', '2011-09-19 12:08:53', '2011-09-19 12:08:53', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (47, 1, '2011-09-19 12:18:03', '2011-09-19 12:18:03', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-19', '', '', '2011-09-19 12:18:03', '2011-09-19 12:18:03', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (382, 1, '2011-09-26 18:21:43', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-09-26 18:21:43', '0000-00-00 00:00:00', '', 0, 'http://www.westerncanadacobras.com/?page_id=382', 0, 'page', '', 0), (49, 1, '2011-09-19 12:18:03', '2011-09-19 12:18:03', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-20', '', '', '2011-09-19 12:18:03', '2011-09-19 12:18:03', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (50, 1, '2011-09-19 12:23:29', '2011-09-19 12:23:29', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-21', '', '', '2011-09-19 12:23:29', '2011-09-19 12:23:29', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (51, 1, '2011-09-19 12:23:29', '2011-09-19 12:23:29', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-22', '', '', '2011-09-19 12:23:29', '2011-09-19 12:23:29', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (52, 1, '2011-09-19 12:24:28', '2011-09-19 12:24:28', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-23', '', '', '2011-09-19 12:24:28', '2011-09-19 12:24:28', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (54, 1, '2011-09-19 12:26:36', '2011-09-19 12:26:36', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-25', '', '', '2011-09-19 12:26:36', '2011-09-19 12:26:36', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (55, 1, '2011-09-19 12:26:36', '2011-09-19 12:26:36', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-26', '', '', '2011-09-19 12:26:36', '2011-09-19 12:26:36', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (57, 1, '2011-09-19 12:27:30', '2011-09-19 12:27:30', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-28', '', '', '2011-09-19 12:27:30', '2011-09-19 12:27:30', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (58, 1, '2011-09-19 12:27:49', '2011-09-19 12:27:49', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-29', '', '', '2011-09-19 12:27:49', '2011-09-19 12:27:49', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (59, 1, '2011-09-19 12:27:49', '2011-09-19 12:27:49', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-30', '', '', '2011-09-19 12:27:49', '2011-09-19 12:27:49', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (60, 1, '2011-09-19 12:32:49', '2011-09-19 12:32:49', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-31', '', '', '2011-09-19 12:32:49', '2011-09-19 12:32:49', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (61, 1, '2011-09-19 12:32:49', '2011-09-19 12:32:49', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-32', '', '', '2011-09-19 12:32:49', '2011-09-19 12:32:49', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (64, 1, '2011-09-19 12:44:34', '2011-09-19 12:44:34', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-35', '', '', '2011-09-19 12:44:34', '2011-09-19 12:44:34', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (62, 1, '2011-09-19 12:41:39', '2011-09-19 12:41:39', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-33', '', '', '2011-09-19 12:41:39', '2011-09-19 12:41:39', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (63, 1, '2011-09-19 12:41:39', '2011-09-19 12:41:39', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-34', '', '', '2011-09-19 12:41:39', '2011-09-19 12:41:39', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (65, 1, '2011-09-19 12:44:35', '2011-09-19 12:44:35', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-36', '', '', '2011-09-19 12:44:35', '2011-09-19 12:44:35', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (66, 1, '2011-09-19 12:45:25', '2011-09-19 12:45:25', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-37', '', '', '2011-09-19 12:45:25', '2011-09-19 12:45:25', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (75, 1, '2011-09-19 12:51:59', '2011-09-19 12:51:59', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-46', '', '', '2011-09-19 12:51:59', '2011-09-19 12:51:59', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (71, 1, '2011-09-19 12:47:46', '2011-09-19 12:47:46', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-42', '', '', '2011-09-19 12:47:46', '2011-09-19 12:47:46', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (67, 1, '2011-09-19 12:45:25', '2011-09-19 12:45:25', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

\r\nNow that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-38', '', '', '2011-09-19 12:45:25', '2011-09-19 12:45:25', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (68, 1, '2011-09-19 12:46:47', '2011-09-19 12:46:47', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.

\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-39', '', '', '2011-09-19 12:46:47', '2011-09-19 12:46:47', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (69, 1, '2011-09-19 12:46:47', '2011-09-19 12:46:47', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.

\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-40', '', '', '2011-09-19 12:46:47', '2011-09-19 12:46:47', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (70, 1, '2011-09-19 12:47:46', '2011-09-19 12:47:46', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-41', '', '', '2011-09-19 12:47:46', '2011-09-19 12:47:46', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (74, 1, '2011-09-19 12:51:59', '2011-09-19 12:51:59', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-45', '', '', '2011-09-19 12:51:59', '2011-09-19 12:51:59', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (72, 1, '2011-09-19 12:50:39', '2011-09-19 12:50:39', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-43', '', '', '2011-09-19 12:50:39', '2011-09-19 12:50:39', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (73, 1, '2011-09-19 12:50:39', '2011-09-19 12:50:39', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-44', '', '', '2011-09-19 12:50:39', '2011-09-19 12:50:39', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (80, 1, '2011-09-19 12:56:24', '2011-09-19 12:56:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-51', '', '', '2011-09-19 12:56:24', '2011-09-19 12:56:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (76, 1, '2011-09-19 12:53:15', '2011-09-19 12:53:15', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-47', '', '', '2011-09-19 12:53:15', '2011-09-19 12:53:15', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (81, 1, '2011-09-19 12:56:24', '2011-09-19 12:56:24', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-52', '', '', '2011-09-19 12:56:24', '2011-09-19 12:56:24', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (77, 1, '2011-09-19 12:53:15', '2011-09-19 12:53:15', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-48', '', '', '2011-09-19 12:53:15', '2011-09-19 12:53:15', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (78, 1, '2011-09-19 12:55:00', '2011-09-19 12:55:00', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-49', '', '', '2011-09-19 12:55:00', '2011-09-19 12:55:00', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (79, 1, '2011-09-19 12:55:00', '2011-09-19 12:55:00', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-50', '', '', '2011-09-19 12:55:00', '2011-09-19 12:55:00', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (82, 1, '2011-09-19 12:57:32', '2011-09-19 12:57:32', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-53', '', '', '2011-09-19 12:57:32', '2011-09-19 12:57:32', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (83, 1, '2011-09-19 10:26:27', '2011-09-19 10:26:27', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home', '', 'inherit', 'closed', 'open', '', '2-revision-4', '', '', '2011-09-19 10:26:27', '2011-09-19 10:26:27', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/', 0, 'revision', '', 0), (84, 1, '2011-09-19 13:10:12', '2011-09-19 13:10:12', '

\r\n

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Carroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Donor Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the Donor Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the No Donor Required base kit.\r\n\r\n ', 'Cobra', '', 'publish', 'closed', 'open', '', 'cobra', '', '', '2011-09-28 20:22:17', '2011-09-28 20:22:17', '', 0, 'http://www.westerncanadacobras.com/?page_id=84', 3, 'page', '', 0), (85, 1, '2011-09-19 13:10:01', '2011-09-19 13:10:01', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '84-revision', '', '', '2011-09-19 13:10:01', '2011-09-19 13:10:01', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (86, 1, '2011-09-19 13:10:41', '2011-09-19 13:10:41', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytona Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Donor Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'publish', 'closed', 'open', '', 'daytona-coupe', '', '', '2011-09-28 20:24:26', '2011-09-28 20:24:26', '', 0, 'http://www.westerncanadacobras.com/?page_id=86', 4, 'page', '', 0), (87, 1, '2011-09-19 13:10:20', '2011-09-19 13:10:20', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '86-revision', '', '', '2011-09-19 13:10:20', '2011-09-19 13:10:20', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (88, 1, '2011-09-19 14:37:05', '2011-09-19 14:37:05', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by the Factory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Trans axle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have successfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n

.

\r\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

.

\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n.\r\n\r\nFuel/Brake/Pedal Box Systems:  GTM kit comes with a Wilwood clutch and brake pedal assembly, triple master cylinders,\r\nbrake lines and fittings. Kit also includes a ton of parts to adapt the brakes\r\nand twin fuel cells from the Corvette to the GTM chassis.  Kit\r\nincludes…\r\n\r\n \r\n

\r\n

\r\n \r\n

', 'GTM', '', 'publish', 'closed', 'open', '', 'gtm', '', '', '2011-09-23 14:27:02', '2011-09-23 14:27:02', '', 0, 'http://www.westerncanadacobras.com/?page_id=88', 5, 'page', '', 0), (89, 1, '2011-09-19 13:11:15', '2011-09-19 13:11:15', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

.

\r\n

The Factory Five  33 Hot Rod kit is the perfect place to begin the processs of building the car of your dreams. The kit includes everything you need to build the car except the driveline, wheels, tires, battery and paint. And when you get it done you have a car that like all of the Factory Five racing cars an every aspect of its intended use far exceeds your highest expectations.

\r\n

Complete list of Included parts in the 33 base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

The Base kit is $19990.00 US, but there are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Hot Rod” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only on-line interactive work sheets that allow you to option your Hot Rod as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Parts List for the 33 Hot Rod base Kit Follows:

\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n

', '33 Ford', '', 'publish', 'closed', 'open', '', '33-ford', '', '', '2011-09-20 21:53:21', '2011-09-20 21:53:21', '', 0, 'http://www.westerncanadacobras.com/?page_id=89', 6, 'page', '', 0), (90, 1, '2011-09-19 13:11:03', '2011-09-19 13:11:03', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '89-revision', '', '', '2011-09-19 13:11:03', '2011-09-19 13:11:03', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (91, 1, '2011-09-19 13:05:00', '2011-09-19 13:05:00', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home', '', 'inherit', 'closed', 'open', '', '2-revision-5', '', '', '2011-09-19 13:05:00', '2011-09-19 13:05:00', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (92, 1, '2011-09-20 21:52:13', '2011-09-20 21:52:13', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\n

33 Hot Rod Page

\n

.

\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\n

.

\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\n

.

\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\n

.

\n

.If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

\n

.

\n

The Factory Five  33 Hot Rod kit is the perfect place to begin the processs of building the car of your dreams. The kit includes everything you need to build the car except the driveline, wheels, tires, battery and paint. And when you get it done you have a car that like all of the Factory Five racing cars an every aspect of its intended use far exceeds your highest expectations.

\n

Complete list of Included parts in the 33 base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\n

.

\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Hot Rod” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only on-line interactive work sheets that allow you to option your Hot Rod as you  envision it and as you do so the spread sheet will price your build for you.

\n

.

\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\n

Parts List for the 33 Hot |Rod base Kit Follows:

\n

\n\n\n

\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-autosave', '', '', '2011-09-20 21:52:13', '2011-09-20 21:52:13', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (93, 1, '2011-09-19 13:11:15', '2011-09-19 13:11:15', '', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-2', '', '', '2011-09-19 13:11:15', '2011-09-19 13:11:15', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (94, 1, '2011-09-19 14:33:54', '2011-09-19 14:33:54', '

Factory Five Racing 33 Hot Rod Page Content Coming soon ETA Tues Sept 20

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-3', '', '', '2011-09-19 14:33:54', '2011-09-19 14:33:54', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (95, 1, '2011-09-19 14:35:24', '2011-09-19 14:35:24', '

Factory Five Racing 33 Hot Rod Page Content Coming soon ETA Tues Sept 20, 2011

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-4', '', '', '2011-09-19 14:35:24', '2011-09-19 14:35:24', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (96, 1, '2011-09-19 13:10:12', '2011-09-19 13:10:12', '', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-2', '', '', '2011-09-19 13:10:12', '2011-09-19 13:10:12', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (97, 1, '2011-09-19 13:10:41', '2011-09-19 13:10:41', '', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-2', '', '', '2011-09-19 13:10:41', '2011-09-19 13:10:41', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (98, 1, '2011-09-19 13:10:54', '2011-09-19 13:10:54', '', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision', '', '', '2011-09-19 13:10:54', '2011-09-19 13:10:54', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (99, 1, '2011-09-22 13:06:06', '2011-09-22 13:06:06', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\n

.

\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\n

.

\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\n

.

\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\n

.

\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\n

.

\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\n

.

\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\n\n.\n\nFuel/Brake/Pedal Box Systems:  GTM kit comes with a Wilwood clutch and brake pedal assembly, triple master cylinders,\nbrake lines and fittings. Kit also includes a ton of parts to adapt the brakes\nand twin fuel cells from the Corvette to the GTM chassis.  Kit\nincludes…\n\n \n

\n

\n \n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-autosave', '', '', '2011-09-22 13:06:06', '2011-09-22 13:06:06', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (100, 1, '2011-09-19 14:54:34', '2011-09-19 14:54:34', '

\r\n

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specifications We have five pre-configured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate along with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,995.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'publish', 'closed', 'open', '', 'engines', '', '', '2011-09-28 20:25:19', '2011-09-28 20:25:19', '', 0, 'http://www.westerncanadacobras.com/?page_id=100', 7, 'page', '', 0), (101, 1, '2011-09-19 14:54:07', '2011-09-19 14:54:07', 'Engine Info Will be back Shortly. Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision', '', '', '2011-09-19 14:54:07', '2011-09-19 14:54:07', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (102, 1, '2011-09-19 14:35:44', '2011-09-19 14:35:44', '

Factory Five Racing 33 Hot Rod Page Content Coming soon ETA Tues Sept 20, 2011

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-5', '', '', '2011-09-19 14:35:44', '2011-09-19 14:35:44', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (103, 1, '2011-09-19 14:36:14', '2011-09-19 14:36:14', '

Factory Five Racing Cobra Page Content Coming soon ETA Tues Sept 20, 2011

', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-3', '', '', '2011-09-19 14:36:14', '2011-09-19 14:36:14', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (104, 1, '2011-09-19 14:36:44', '2011-09-19 14:36:44', '

Factory Five Racing Daytona Coupe Page Content Coming soon ETA Tues Sept 20, 2011

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-3', '', '', '2011-09-19 14:36:44', '2011-09-19 14:36:44', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (105, 1, '2011-09-19 14:37:05', '2011-09-19 14:37:05', '

Factory Five Racing GTM Page Content Coming soon ETA Tues Sept 20, 2011

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-2', '', '', '2011-09-19 14:37:05', '2011-09-19 14:37:05', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (106, 1, '2011-09-19 15:00:52', '2011-09-19 15:00:52', '

\r\n

Until we can completely flesh out this page we have put up pricing.

\r\n \r\n\r\nPlease note that all prices are in Canadian funds and shipping to any Canadian address is done for a flat rate of $100.00\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DescPrice - Effective August 2011
T51399.00
TKO5002199.00
TKO6002299.00
T562699.00
T56 Magnum2899.00
', 'Transmissions', '', 'publish', 'closed', 'open', '', 'transmissions', '', '', '2011-09-28 20:25:45', '2011-09-28 20:25:45', '', 0, 'http://www.westerncanadacobras.com/?page_id=106', 8, 'page', '', 0), (107, 1, '2011-09-19 15:00:43', '2011-09-19 15:00:43', 'We are a Tremec Transmission Distributor and will bhave the Tremec info back on line shortly.', 'Transmissions', '', 'inherit', 'closed', 'open', '', '106-revision', '', '', '2011-09-19 15:00:43', '2011-09-19 15:00:43', '', 106, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (108, 1, '2011-09-19 15:04:03', '2011-09-19 15:04:03', '

\r\n

We supply Differentials with all new components including Eaton, Torsen center cections and the Gearing of your choice. Manufactured in Canada Details will be back up Shortly.

', 'Rear Axles', '', 'publish', 'closed', 'open', '', 'rear-axles', '', '', '2011-09-28 20:26:32', '2011-09-28 20:26:32', '', 0, 'http://www.westerncanadacobras.com/?page_id=108', 9, 'page', '', 0), (109, 1, '2011-09-19 15:03:48', '2011-09-19 15:03:48', '

We supply Differentials with all new components including Eaton, Torsen center cections and the Gearing of your choice. Manufactured in Canada Details will be back up Shortly.

', 'Rear Axles', '', 'inherit', 'closed', 'open', '', '108-revision', '', '', '2011-09-19 15:03:48', '2011-09-19 15:03:48', '', 108, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (110, 1, '2011-09-19 15:05:56', '2011-09-19 15:05:56', '

\r\n

Details will be back up shortly.

', 'Badges and Small Parts', '', 'publish', 'closed', 'open', '', 'badges-and-small-parts', '', '', '2011-09-28 20:27:25', '2011-09-28 20:27:25', '', 0, 'http://www.westerncanadacobras.com/?page_id=110', 11, 'page', '', 0), (111, 1, '2011-09-19 15:05:19', '2011-09-19 15:05:19', '', 'Badges and Small Parts', '', 'inherit', 'closed', 'open', '', '110-revision', '', '', '2011-09-19 15:05:19', '2011-09-19 15:05:19', '', 110, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (112, 1, '2011-09-19 15:07:46', '2011-09-19 15:07:46', '

\r\n

We provide a wide assortment of Electrical parts from complete wiring harnesses to the smallest switches. Details will be bacak on-line shortly.

', 'Electrical Parts', '', 'publish', 'closed', 'open', '', 'electrical-parts', '', '', '2011-09-28 20:27:03', '2011-09-28 20:27:03', '', 0, 'http://www.westerncanadacobras.com/?page_id=112', 10, 'page', '', 0), (113, 1, '2011-09-19 15:07:17', '2011-09-19 15:07:17', 'We provide a wide assortment of Electrical parts from complete wiring harnesses to the smallest switches.', 'Electrical Parts', '', 'inherit', 'closed', 'open', '', '112-revision', '', '', '2011-09-19 15:07:17', '2011-09-19 15:07:17', '', 112, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (114, 1, '2011-09-19 14:22:33', '2011-09-19 14:22:33', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-6', '', '', '2011-09-19 14:22:33', '2011-09-19 14:22:33', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (115, 1, '2011-09-19 12:57:32', '2011-09-19 12:57:32', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n     \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-54', '', '', '2011-09-19 12:57:32', '2011-09-19 12:57:32', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (116, 1, '2011-09-19 15:31:52', '2011-09-19 15:31:52', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n          \r\n\r\n \r\n\r\nIf you have any questions about the cars or the work sheets please feel free to contact me directly on out toll free line at 866 853-5835 or by E-mail at cdncobraguy@gmail.com \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-55', '', '', '2011-09-19 15:31:52', '2011-09-19 15:31:52', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (117, 1, '2011-09-19 15:31:52', '2011-09-19 15:31:52', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n          \r\n\r\n \r\n\r\nIf you have any questions about the cars or the work sheets please feel free to contact me directly on out toll free line at 866 853-5835 or by E-mail at cdncobraguy@gmail.com \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-56', '', '', '2011-09-19 15:31:52', '2011-09-19 15:31:52', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (118, 1, '2011-09-19 15:32:50', '2011-09-19 15:32:50', '

 Welcome to the Western Canada Cobras Mail list!

\r\n

.

\r\n

.

\r\n

 The first thing to do is to BOOKMARK THIS PAGE in your favorites as there is no link to it from the main page.

\r\n

.

\r\n.Now that you have done that I wanted to take a moment and thank you allowing us to send you information that we beleive as an individual interested in kit cars you will fine to be of interest and value.\r\n\r\n \r\n\r\nI also want to let you know that your contact information will never be rented, sold, released or in any other way released from our control. There is enough junk mail floating around as it is and we refuse to contribute to the problem.\r\n\r\n \r\n\r\nNow, on to the good stuff, The on-line interactive spread sheets are accessed by clicking  below on the car that most interests you. Be aware that you cannot save your work, so if you get interrupted please print off what you have done so you can quickly replicate it when you return.\r\n\r\n \r\n\r\nAlso, do not be overly concerned of you do not understand a certain section of the sheet. Simply select what you beleive makes sense and we will sort it all out on the phone when you send the configuration to us by clicking submit.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n          \r\n\r\n \r\n\r\nIf you have any questions about the cars or the work sheets please feel free to contact me directly on out toll free line at 866 853-5835 or by E-mail at cdncobraguy@gmail.com \r\n\r\n \r\n\r\n \r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

\r\n

', 'WCC MAIL LIST', '', 'inherit', 'closed', 'open', '', '11-revision-57', '', '', '2011-09-19 15:32:50', '2011-09-19 15:32:50', '', 11, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (119, 1, '2011-09-19 15:25:26', '2011-09-19 15:25:26', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-7', '', '', '2011-09-19 15:25:26', '2011-09-19 15:25:26', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (120, 1, '2011-09-19 15:41:37', '2011-09-19 15:41:37', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\n \r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\n \r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-8', '', '', '2011-09-19 15:41:37', '2011-09-19 15:41:37', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (121, 1, '2011-09-19 15:42:04', '2011-09-19 15:42:04', 'Welcome to the Western Canada Cobras Web Site\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\n\r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\n \r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\n \r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-9', '', '', '2011-09-19 15:42:04', '2011-09-19 15:42:04', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (122, 1, '2011-09-19 15:42:45', '2011-09-19 15:42:45', '

Welcome to the Western Canada Cobras Web Site

\r\n\r\n\r\n\r\n\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\n \r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\n \r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\n \r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-10', '', '', '2011-09-19 15:42:45', '2011-09-19 15:42:45', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (123, 1, '2011-09-19 15:43:22', '2011-09-19 15:43:22', '

Welcome to the Western Canada Cobras Web Site

\r\n

.

\r\n

.

\r\n

\r\nOn Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.\r\n\r\n \r\n\r\nAs a result we instantly took the site off line while we accessed the damage done.\r\n\r\n \r\n\r\nAt the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site.\r\n\r\n \r\n\r\nWhile we rebuild the site over the coming days you can still subscribe to the WCC mail list which will provide access to the on-line interactive spread sheets for each of the Factory Five cars and allow you to build your "ideal car" on paper.\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-11', '', '', '2011-09-19 15:43:22', '2011-09-19 15:43:22', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (124, 1, '2011-09-19 15:46:51', '2011-09-19 15:46:51', '', 'Cobra on Wharf', '', 'inherit', 'closed', 'open', '', 'cobra-on-wharf-2', '', '', '2011-09-19 15:46:51', '2011-09-19 15:46:51', '', 84, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra-on-Wharf1.jpg', 0, 'attachment', 'image/jpeg', 0), (125, 1, '2011-09-28 20:22:13', '2011-09-28 20:22:13', '

\n

 FACTORY FIVE RACING MK4 REPLICA

\n

.

\n

.

\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Carroll Shelby in the early 1960''s.\n\n \n\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\n\n \n\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\n\n \n\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \n\n \n\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \n\n \n\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Donor Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\n\n \n\nClick HERE for Details on what''s included in the Donor Build Base Kit.\n\n \n\nClick HERE for Details on what''s included in the No Donor Required base kit.\n\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-autosave', '', '', '2011-09-28 20:22:13', '2011-09-28 20:22:13', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (126, 1, '2011-09-19 14:55:36', '2011-09-19 14:55:36', '

Factory Five Racing Cobra Page Content Coming soon ETA Tues Sept 20, 2011.

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-4', '', '', '2011-09-19 14:55:36', '2011-09-19 14:55:36', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (127, 1, '2011-09-19 15:59:13', '2011-09-19 15:59:13', '  The original Shelby Cobras are believed by many to be the all time best performance car ever built. Indeed with a 0-100-0 elapsed time of 13 seconds flat they were until the Viper arrived on the scene THE fastest car that had ever been produced in North America.\r\n\r\nThe Factory Five Racing MK4 Replica is a faithful reproduction of these outstanding cars, but the MK4 benefits from almost 50 years worth of improved materials and technology. \r\n\r\nWhile we may be a bit biased here, in my opinion having built and owned two of these cars there is no more cost effective way to acheive your dream of owning an iconic car that goes, stops, and handles better than anything else you can drive on the road today.\r\n\r\nThere are two primary routes to owhership being the "build it using a donor car, or the "all new parts route.\r\n\r\nClick HERE to explore the concept of building a MK4 using an 87 to 2004 Mustang as a doner.\r\n\r\nClick HERE to Find out about building a car using all new Parts.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-5', '', '', '2011-09-19 15:59:13', '2011-09-19 15:59:13', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (128, 1, '2011-09-19 15:59:55', '2011-09-19 15:59:55', '

\r\n

Factory Five Racing MK4 Replica

\r\n

Donor Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good usable donor then this page will provide you with  a complete list of what is included in the Base Donor Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

.

\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nNotes regarding 1996-2004 Mustang Donor Cars:\r\n\r\nOwing to the complexity of different Mustang parts from 1987 to 2004, we have two simple \r\npackages that address these parts differences.  Basically, all the kit parts \r\nthat we provide are interchangeable except for a few items.  Customers who use \r\nMustang parts from 1996 to 2004 get a few extra parts and don’t need some \r\nothers.  Parts identified in the preceding list with an asterisk * are\r\nreplaced with the following parts for customers using 1996-2004 donor cars\r\n\r\n \r\n
    \r\n
  1. Ignition Switch:  Includes the key, switch and \r\nelectrical connectors to use with 96-04 parts.
  2. \r\n
  3. Brake Hydroboost Mount Assembly:\r\nFor customers using \r\n96-04 Hydroboost brakes.  Includes tool.
  4. \r\n
  5. 96-04 Radiator Mounting\r\nAssembly
  6. \r\n
  7. 4.6L Oil Pan and Transmission Mount\r\nAssembly:  The \r\nlater model oil pans are too low. 
  8. \r\n
  9. Fuel Filler Tube Assembly and\r\nRadiator Hose Assembly
  10. \r\n
  11. A/C Eliminator Bracket\r\nAssembly and Air Filter Mount Assembly
  12. \r\n
\r\n

', 'MK4 Doner Build', '', 'publish', 'closed', 'open', '', 'mk4-doner-build', '', '', '2011-09-28 20:23:13', '2011-09-28 20:23:13', '', 84, 'http://www.westerncanadacobras.com/?page_id=128', 0, 'page', '', 0), (129, 1, '2011-09-19 15:59:41', '2011-09-19 15:59:41', '', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision', '', '', '2011-09-19 15:59:41', '2011-09-19 15:59:41', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (130, 1, '2011-09-19 16:00:29', '2011-09-19 16:00:29', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good usable Donor car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n ', 'MK4 Complete kit', '', 'publish', 'closed', 'open', '', 'mk4-complete-kit', '', '', '2011-09-23 14:23:57', '2011-09-23 14:23:57', '', 84, 'http://www.westerncanadacobras.com/?page_id=130', 0, 'page', '', 0), (131, 1, '2011-09-19 16:00:23', '2011-09-19 16:00:23', '', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision', '', '', '2011-09-19 16:00:23', '2011-09-19 16:00:23', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (132, 1, '2011-09-22 13:24:44', '2011-09-22 13:24:44', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\n

     No Donor Required Build Page

\n \n\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\n\n \n\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\n\n \n\n \n\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\n\n.\n\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\n\n \n\n \n\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\n\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-autosave', '', '', '2011-09-22 13:24:44', '2011-09-22 13:24:44', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (174, 1, '2011-09-20 19:52:45', '2011-09-20 19:52:45', '

FACTORY FIVE RACING MK4 REPLICA

\r\n \r\n\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-8', '', '', '2011-09-20 19:52:45', '2011-09-20 19:52:45', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (133, 1, '2011-09-19 16:00:29', '2011-09-19 16:00:29', 'Text goes here', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-2', '', '', '2011-09-19 16:00:29', '2011-09-19 16:00:29', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (134, 1, '2011-09-20 19:40:41', '2011-09-20 19:40:41', 'The Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-3', '', '', '2011-09-20 19:40:41', '2011-09-20 19:40:41', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (135, 1, '2011-09-20 19:40:41', '2011-09-20 19:40:41', 'The Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-4', '', '', '2011-09-20 19:40:41', '2011-09-20 19:40:41', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (136, 1, '2011-09-20 19:45:31', '2011-09-20 19:45:31', '

FACTORY FIVE RACING MK4 REPLICA

\r\n \r\n\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-5', '', '', '2011-09-20 19:45:31', '2011-09-20 19:45:31', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (137, 1, '2011-09-19 15:59:13', '2011-09-19 15:59:13', '  The original Shelby Cobras are believed by many to be the all time best performance car ever built. Indeed with a 0-100-0 elapsed time of 13 seconds flat they were until the Viper arrived on the scene THE fastest car that had ever been produced in North America.\r\n\r\nThe Factory Five Racing MK4 Replica is a faithful reproduction of these outstanding cars, but the MK4 benefits from almost 50 years worth of improved materials and technology. \r\n\r\nWhile we may be a bit biased here, in my opinion having built and owned two of these cars there is no more cost effective way to acheive your dream of owning an iconic car that goes, stops, and handles better than anything else you can drive on the road today.\r\n\r\nThere are two primary routes to owhership being the "build it using a donor car, or the "all new parts route.\r\n\r\nClick HERE to explore the concept of building a MK4 using an 87 to 2004 Mustang as a doner.\r\n\r\nClick HERE to Find out about building a car using all new Parts.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-6', '', '', '2011-09-19 15:59:13', '2011-09-19 15:59:13', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (138, 1, '2011-09-20 19:52:23', '2011-09-20 19:52:23', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-7', '', '', '2011-09-20 19:52:23', '2011-09-20 19:52:23', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (139, 1, '2011-09-20 19:45:31', '2011-09-20 19:45:31', '

FACTORY FIVE RACING MK4 REPLICA

\r\n \r\n\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-6', '', '', '2011-09-20 19:45:31', '2011-09-20 19:45:31', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (175, 1, '2011-09-20 20:54:49', '2011-09-20 20:54:49', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nIn order for these kits to be imported into Canada Factory \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-9', '', '', '2011-09-20 20:54:49', '2011-09-20 20:54:49', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (140, 1, '2011-09-20 19:52:45', '2011-09-20 19:52:45', '

FACTORY FIVE RACING MK4 REPLICA

\r\n \r\n\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-7', '', '', '2011-09-20 19:52:45', '2011-09-20 19:52:45', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (141, 1, '2011-09-20 19:52:23', '2011-09-20 19:52:23', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the donor build Base Kit\r\n\r\nClick HERE for Details on whats included in the no doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-8', '', '', '2011-09-20 19:52:23', '2011-09-20 19:52:23', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (142, 1, '2011-09-20 19:55:36', '2011-09-20 19:55:36', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-9', '', '', '2011-09-20 19:55:36', '2011-09-20 19:55:36', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (143, 1, '2011-09-20 19:55:36', '2011-09-20 19:55:36', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-10', '', '', '2011-09-20 19:55:36', '2011-09-20 19:55:36', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (144, 1, '2011-09-20 19:56:20', '2011-09-20 19:56:20', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-11', '', '', '2011-09-20 19:56:20', '2011-09-20 19:56:20', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (145, 1, '2011-09-20 19:56:20', '2011-09-20 19:56:20', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. The original method id to use a doner Mustang from the 1987 to 2004 year range, while the second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-12', '', '', '2011-09-20 19:56:20', '2011-09-20 19:56:20', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (146, 1, '2011-09-20 19:58:00', '2011-09-20 19:58:00', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-13', '', '', '2011-09-20 19:58:00', '2011-09-20 19:58:00', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (147, 1, '2011-09-20 19:58:00', '2011-09-20 19:58:00', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-14', '', '', '2011-09-20 19:58:00', '2011-09-20 19:58:00', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (148, 1, '2011-09-20 19:59:03', '2011-09-20 19:59:03', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-15', '', '', '2011-09-20 19:59:03', '2011-09-20 19:59:03', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (149, 1, '2011-09-20 19:59:03', '2011-09-20 19:59:03', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit\r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-16', '', '', '2011-09-20 19:59:03', '2011-09-20 19:59:03', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (150, 1, '2011-09-20 20:00:36', '2011-09-20 20:00:36', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-17', '', '', '2011-09-20 20:00:36', '2011-09-20 20:00:36', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (151, 1, '2011-09-20 20:00:36', '2011-09-20 20:00:36', '

 FACTORY FIVE RACING MK4 REPLICA

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-18', '', '', '2011-09-20 20:00:36', '2011-09-20 20:00:36', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (152, 1, '2011-09-20 20:01:30', '2011-09-20 20:01:30', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-19', '', '', '2011-09-20 20:01:30', '2011-09-20 20:01:30', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (153, 1, '2011-09-20 20:01:30', '2011-09-20 20:01:30', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-20', '', '', '2011-09-20 20:01:30', '2011-09-20 20:01:30', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (154, 1, '2011-09-20 20:02:02', '2011-09-20 20:02:02', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\n

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-21', '', '', '2011-09-20 20:02:02', '2011-09-20 20:02:02', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (155, 1, '2011-09-20 20:02:02', '2011-09-20 20:02:02', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\n

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge in virtually all of the cars systems.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-22', '', '', '2011-09-20 20:02:02', '2011-09-20 20:02:02', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (187, 1, '2011-09-20 21:18:08', '2011-09-20 21:18:08', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-29', '', '', '2011-09-20 21:18:08', '2011-09-20 21:18:08', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (156, 1, '2011-09-20 20:03:21', '2011-09-20 20:03:21', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-23', '', '', '2011-09-20 20:03:21', '2011-09-20 20:03:21', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (157, 1, '2011-09-20 20:10:01', '2011-09-20 20:10:01', '', 'Blue Cobra on Roadside', '', 'inherit', 'closed', 'open', '', 'blue-cobra-on-roadside', '', '', '2011-09-20 20:10:01', '2011-09-20 20:10:01', '', 128, 'http://www.westerncanadacobras.com/wp-content/uploads/Blue-Cobra-on-Roadside.jpg', 0, 'attachment', 'image/jpeg', 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 (158, 1, '2011-09-23 14:25:11', '2011-09-23 14:25:11', '

 Factory Five Racing MK4 Replica

\n

Donor Build Info

\n

.

\n

If you are lucky enough to have located a good usable donor then this page will provide you with  a complete list of what is included in the Base Donor Mk4 Replica Kit.

\n

.

\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\n

.

\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\n

.

\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\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\nNotes regarding 1996-2004 Mustang Donor Cars:\n\nOwing to the complexity of different Mustang parts from 1987 to 2004, we have two simple \npackages that address these parts differences.  Basically, all the kit parts \nthat we provide are interchangeable except for a few items.  Customers who use \nMustang parts from 1996 to 2004 get a few extra parts and don’t need some \nothers.  Parts identified in the preceding list with an asterisk * are\nreplaced with the following parts for customers using 1996-2004 donor cars\n\n \n
    \n
  1. Ignition Switch:  Includes the key, switch and \nelectrical connectors to use with 96-04 parts.
  2. \n
  3. Brake Hydroboost Mount Assembly:\nFor customers using \n96-04 Hydroboost brakes.  Includes tool.
  4. \n
  5. 96-04 Radiator Mounting\nAssembly
  6. \n
  7. 4.6L Oil Pan and Transmission Mount\nAssembly:  The \nlater model oil pans are too low. 
  8. \n
  9. Fuel Filler Tube Assembly and\nRadiator Hose Assembly
  10. \n
  11. A/C Eliminator Bracket\nAssembly and Air Filter Mount Assembly
  12. \n
\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-autosave', '', '', '2011-09-23 14:25:11', '2011-09-23 14:25:11', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (160, 1, '2011-09-20 20:18:13', '2011-09-20 20:18:13', '', 'Cobra on Wharf', '', 'inherit', 'closed', 'open', '', 'cobra-on-wharf-3', '', '', '2011-09-20 20:18:13', '2011-09-20 20:18:13', '', 128, 'http://www.westerncanadacobras.com/wp-content/uploads/Cobra-on-Wharf2.jpg', 0, 'attachment', 'image/jpeg', 0), (159, 1, '2011-09-19 15:59:55', '2011-09-19 15:59:55', 'Texy goes here', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-2', '', '', '2011-09-19 15:59:55', '2011-09-19 15:59:55', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (161, 1, '2011-09-20 20:15:42', '2011-09-20 20:15:42', '

\r\n

\r\n

\r\n

\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-3', '', '', '2011-09-20 20:15:42', '2011-09-20 20:15:42', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (162, 1, '2011-09-20 20:18:46', '2011-09-20 20:18:46', '

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-4', '', '', '2011-09-20 20:18:46', '2011-09-20 20:18:46', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (163, 1, '2011-09-20 20:18:46', '2011-09-20 20:18:46', '

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-5', '', '', '2011-09-20 20:18:46', '2011-09-20 20:18:46', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (164, 1, '2011-09-20 20:20:20', '2011-09-20 20:20:20', '

 Factory Five Racing MK4 Doner Build Info

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-6', '', '', '2011-09-20 20:20:20', '2011-09-20 20:20:20', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (165, 1, '2011-09-20 20:20:20', '2011-09-20 20:20:20', '

 Factory Five Racing MK4 Doner Build Info

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-7', '', '', '2011-09-20 20:20:20', '2011-09-20 20:20:20', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (166, 1, '2011-09-20 20:21:21', '2011-09-20 20:21:21', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

IF

\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-8', '', '', '2011-09-20 20:21:21', '2011-09-20 20:21:21', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (167, 1, '2011-09-20 20:21:21', '2011-09-20 20:21:21', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

IF

\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-9', '', '', '2011-09-20 20:21:21', '2011-09-20 20:21:21', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (168, 1, '2011-09-20 20:31:30', '2011-09-20 20:31:30', '

 Factory Five Racing MK4 Doner Build Info

\r\n

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-10', '', '', '2011-09-20 20:31:30', '2011-09-20 20:31:30', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (169, 1, '2011-09-20 20:31:30', '2011-09-20 20:31:30', '

 Factory Five Racing MK4 Doner Build Info

\r\n

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-11', '', '', '2011-09-20 20:31:30', '2011-09-20 20:31:30', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (170, 1, '2011-09-20 20:33:04', '2011-09-20 20:33:04', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-12', '', '', '2011-09-20 20:33:04', '2011-09-20 20:33:04', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (171, 1, '2011-09-20 20:33:04', '2011-09-20 20:33:04', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-13', '', '', '2011-09-20 20:33:04', '2011-09-20 20:33:04', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (172, 1, '2011-09-20 20:38:31', '2011-09-20 20:38:31', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

.

\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nNotes regarding 1996-2004 Mustang Donor Cars:\r\n\r\nOwing to the complexity of different Mustang parts from 1987 to 2004, we have two simple \r\npackages that address these parts differences.  Basically, all the kit parts \r\nthat we provide are interchangeable except for a few items.  Customers who use \r\nMustang parts from 1996 to 2004 get a few extra parts and don’t need some \r\nothers.  Parts identified in the preceding list with an asterisk * are\r\nreplaced with the following parts for customers using 1996-2004 donor cars\r\n\r\n \r\n
    \r\n
  1. Ignition Switch:  Includes the key, switch and \r\nelectrical connectors to use with 96-04 parts.
  2. \r\n
  3. Brake Hydroboost Mount Assembly:\r\nFor customers using \r\n96-04 Hydroboost brakes.  Includes tool.
  4. \r\n
  5. 96-04 Radiator Mounting\r\nAssembly
  6. \r\n
  7. 4.6L Oil Pan and Transmission Mount\r\nAssembly:  The \r\nlater model oil pans are too low. 
  8. \r\n
  9. Fuel Filler Tube Assembly and\r\nRadiator Hose Assembly
  10. \r\n
  11. A/C Eliminator Bracket\r\nAssembly and Air Filter Mount Assembly
  12. \r\n
\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-14', '', '', '2011-09-20 20:38:31', '2011-09-20 20:38:31', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (173, 1, '2011-09-20 20:47:48', '2011-09-20 20:47:48', '', 'Blue Cobra Side View', '', 'inherit', 'closed', 'open', '', 'blue-cobra-side-view', '', '', '2011-09-20 20:47:48', '2011-09-20 20:47:48', '', 130, 'http://www.westerncanadacobras.com/wp-content/uploads/Blue-Cobra-Side-View.jpg', 0, 'attachment', 'image/jpeg', 0), (176, 1, '2011-09-20 20:54:49', '2011-09-20 20:54:49', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nIn order for these kits to be imported into Canada Factory \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-10', '', '', '2011-09-20 20:54:49', '2011-09-20 20:54:49', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (177, 1, '2011-09-20 20:57:31', '2011-09-20 20:57:31', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-11', '', '', '2011-09-20 20:57:31', '2011-09-20 20:57:31', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (178, 1, '2011-09-20 20:57:31', '2011-09-20 20:57:31', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-12', '', '', '2011-09-20 20:57:31', '2011-09-20 20:57:31', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (179, 1, '2011-09-20 20:59:21', '2011-09-20 20:59:21', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-13', '', '', '2011-09-20 20:59:21', '2011-09-20 20:59:21', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (180, 1, '2011-09-20 20:38:31', '2011-09-20 20:38:31', '

 Factory Five Racing MK4 Doner Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

.

\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nNotes regarding 1996-2004 Mustang Donor Cars:\r\n\r\nOwing to the complexity of different Mustang parts from 1987 to 2004, we have two simple \r\npackages that address these parts differences.  Basically, all the kit parts \r\nthat we provide are interchangeable except for a few items.  Customers who use \r\nMustang parts from 1996 to 2004 get a few extra parts and don’t need some \r\nothers.  Parts identified in the preceding list with an asterisk * are\r\nreplaced with the following parts for customers using 1996-2004 donor cars\r\n\r\n \r\n
    \r\n
  1. Ignition Switch:  Includes the key, switch and \r\nelectrical connectors to use with 96-04 parts.
  2. \r\n
  3. Brake Hydroboost Mount Assembly:\r\nFor customers using \r\n96-04 Hydroboost brakes.  Includes tool.
  4. \r\n
  5. 96-04 Radiator Mounting\r\nAssembly
  6. \r\n
  7. 4.6L Oil Pan and Transmission Mount\r\nAssembly:  The \r\nlater model oil pans are too low. 
  8. \r\n
  9. Fuel Filler Tube Assembly and\r\nRadiator Hose Assembly
  10. \r\n
  11. A/C Eliminator Bracket\r\nAssembly and Air Filter Mount Assembly
  12. \r\n
\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-15', '', '', '2011-09-20 20:38:31', '2011-09-20 20:38:31', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (181, 1, '2011-09-20 21:13:34', '2011-09-20 21:13:34', '

 Factory Five Racing MK4 Replica

\r\n

Doner Build Info

\r\n

.

\r\n

If you are lucky enough to have located a good useable doner then this page will provide you with  a complete list of what is inluded in the Base Doner Mk4 Replica Kit.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

.

\r\n

Complete list of Included parts in thebBase kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

.

\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nNotes regarding 1996-2004 Mustang Donor Cars:\r\n\r\nOwing to the complexity of different Mustang parts from 1987 to 2004, we have two simple \r\npackages that address these parts differences.  Basically, all the kit parts \r\nthat we provide are interchangeable except for a few items.  Customers who use \r\nMustang parts from 1996 to 2004 get a few extra parts and don’t need some \r\nothers.  Parts identified in the preceding list with an asterisk * are\r\nreplaced with the following parts for customers using 1996-2004 donor cars\r\n\r\n \r\n
    \r\n
  1. Ignition Switch:  Includes the key, switch and \r\nelectrical connectors to use with 96-04 parts.
  2. \r\n
  3. Brake Hydroboost Mount Assembly:\r\nFor customers using \r\n96-04 Hydroboost brakes.  Includes tool.
  4. \r\n
  5. 96-04 Radiator Mounting\r\nAssembly
  6. \r\n
  7. 4.6L Oil Pan and Transmission Mount\r\nAssembly:  The \r\nlater model oil pans are too low. 
  8. \r\n
  9. Fuel Filler Tube Assembly and\r\nRadiator Hose Assembly
  10. \r\n
  11. A/C Eliminator Bracket\r\nAssembly and Air Filter Mount Assembly
  12. \r\n
\r\n

', 'MK4 Doner Build', '', 'inherit', 'closed', 'open', '', '128-revision-16', '', '', '2011-09-20 21:13:34', '2011-09-20 21:13:34', '', 128, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (351, 1, '2011-09-20 21:18:08', '2011-09-20 21:18:08', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on what''s included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-30', '', '', '2011-09-20 21:18:08', '2011-09-20 21:18:08', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (182, 1, '2011-09-20 20:03:21', '2011-09-20 20:03:21', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-24', '', '', '2011-09-20 20:03:21', '2011-09-20 20:03:21', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (183, 1, '2011-09-20 21:15:44', '2011-09-20 21:15:44', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-25', '', '', '2011-09-20 21:15:44', '2011-09-20 21:15:44', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (184, 1, '2011-09-20 21:15:44', '2011-09-20 21:15:44', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-26', '', '', '2011-09-20 21:15:44', '2011-09-20 21:15:44', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (185, 1, '2011-09-20 21:17:09', '2011-09-20 21:17:09', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-27', '', '', '2011-09-20 21:17:09', '2011-09-20 21:17:09', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (186, 1, '2011-09-20 21:17:09', '2011-09-20 21:17:09', '

 FACTORY FIVE RACING MK4 REPLICA

\r\n

.

\r\n

.

\r\nThe Factory Five Racing MK4 Cobra Replica is a faithful reproduction of the Original Shelby Cobra which was the brain storm of Caroll Shelby in the early 1960''s.\r\n\r\n \r\n\r\nIt is worth noting that until the arrival og the Dodge Viper the Shelby Cobra held the record for 0-100-0 MPH elapsed times at 13 seconds flat.\r\n\r\n \r\n\r\nThe Factory Five MK4 Replica, as mentioned above is a faithful Replica of this car, but it takes full advantage of almost 50 years of automotive and materials technological advancements and knowledge and the result is a car that in the opinion of many is far better in all respects than the originals.\r\n\r\n \r\n\r\nIf you want to build a Factory Five MK4 today there are two basic routes you can take. \r\n\r\n \r\n\r\nThe original method is to use a doner Mustang from the 1987 to 2004 year range \r\n\r\n \r\n\r\nThe second and perhaps more popular method today given the advancing age of the 5.O liter cars is to purchase Factory Five''s Complete Kit, that we refer to as the "No Doner Required Kit" which includes everything you will need to build you car except the Driveline, Wheels, Tires, a new battery and a paint job.\r\n\r\n \r\n\r\nClick HERE for Details on Whats Included in the Doner Build Base Kit.\r\n\r\n \r\n\r\nClick HERE for Details on whats included in the No Doner Required base kit.\r\n\r\n ', 'Cobra', '', 'inherit', 'closed', 'open', '', '84-revision-28', '', '', '2011-09-20 21:17:09', '2011-09-20 21:17:09', '', 84, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (188, 1, '2011-09-20 21:23:21', '2011-09-20 21:23:21', '', 'Smokin Hot Rod', '', 'inherit', 'closed', 'open', '', 'smokin-hot-rod', '', '', '2011-09-20 21:23:21', '2011-09-20 21:23:21', '', 89, 'http://www.westerncanadacobras.com/wp-content/uploads/Smokin-Hot-Rod.jpg', 0, 'attachment', 'image/jpeg', 0), (189, 1, '2011-09-19 14:55:04', '2011-09-19 14:55:04', '

Factory Five Racing 33 Hot Rod Page Content Coming soon ETA Tues Sept 20, 2011.

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-6', '', '', '2011-09-19 14:55:04', '2011-09-19 14:55:04', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (190, 1, '2011-09-20 21:31:09', '2011-09-20 21:31:09', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-7', '', '', '2011-09-20 21:31:09', '2011-09-20 21:31:09', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (191, 1, '2011-09-20 21:31:10', '2011-09-20 21:31:10', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-8', '', '', '2011-09-20 21:31:10', '2011-09-20 21:31:10', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (192, 1, '2011-09-20 21:31:52', '2011-09-20 21:31:52', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-9', '', '', '2011-09-20 21:31:52', '2011-09-20 21:31:52', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (193, 1, '2011-09-20 21:31:52', '2011-09-20 21:31:52', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-10', '', '', '2011-09-20 21:31:52', '2011-09-20 21:31:52', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (194, 1, '2011-09-20 21:33:07', '2011-09-20 21:33:07', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-11', '', '', '2011-09-20 21:33:07', '2011-09-20 21:33:07', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (195, 1, '2011-09-20 21:33:07', '2011-09-20 21:33:07', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result og this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-12', '', '', '2011-09-20 21:33:07', '2011-09-20 21:33:07', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (196, 1, '2011-09-20 21:34:28', '2011-09-20 21:34:28', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-13', '', '', '2011-09-20 21:34:28', '2011-09-20 21:34:28', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (197, 1, '2011-09-20 21:34:28', '2011-09-20 21:34:28', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.

\r\n

If you interest leans more to wards a traditional hor rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-14', '', '', '2011-09-20 21:34:28', '2011-09-20 21:34:28', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (198, 1, '2011-09-20 21:35:08', '2011-09-20 21:35:08', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.

\r\n

If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-15', '', '', '2011-09-20 21:35:08', '2011-09-20 21:35:08', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (199, 1, '2011-09-20 21:35:08', '2011-09-20 21:35:08', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.

\r\n

If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-16', '', '', '2011-09-20 21:35:08', '2011-09-20 21:35:08', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (202, 1, '2011-09-20 21:53:21', '2011-09-20 21:53:21', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

.

\r\n

The Factory Five  33 Hot Rod kit is the perfect place to begin the processs of building the car of your dreams. The kit includes everything you need to build the car except the driveline, wheels, tires, battery and paint. And when you get it done you have a car that like all of the Factory Five racing cars an every aspect of its intended use far exceeds your highest expectations.

\r\n

Complete list of Included parts in the 33 base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

The Base kit is $19990.00 US, but there are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Hot Rod” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only on-line interactive work sheets that allow you to option your Hot Rod as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Parts List for the 33 Hot Rod base Kit Follows:

\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-19', '', '', '2011-09-20 21:53:21', '2011-09-20 21:53:21', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (200, 1, '2011-09-20 21:52:28', '2011-09-20 21:52:28', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

.

\r\n

The Factory Five  33 Hot Rod kit is the perfect place to begin the processs of building the car of your dreams. The kit includes everything you need to build the car except the driveline, wheels, tires, battery and paint. And when you get it done you have a car that like all of the Factory Five racing cars an every aspect of its intended use far exceeds your highest expectations.

\r\n

Complete list of Included parts in the 33 base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Hot Rod” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only on-line interactive work sheets that allow you to option your Hot Rod as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Parts List for the 33 Hot Rod base Kit Follows:

\r\n

\r\n\r\n\r\n

\r\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-17', '', '', '2011-09-20 21:52:28', '2011-09-20 21:52:28', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (201, 1, '2011-09-20 21:52:28', '2011-09-20 21:52:28', '

Factory Fove 33 Hot Rod On a TearFactory Five Racing

\r\n

33 Hot Rod Page

\r\n

.

\r\n

The Factory Five Racing 33 Hot Rod looks for all the world like a traditional 1950''s Hot rod, but the similarities are all visual - and there''s nothing wrong with that!

\r\n

.

\r\n

In point of fact the 33 Hot Rod uses all of the latest technology developed on the race track and the end result is a race car chassis in a hot rod body.

\r\n

.

\r\n

As a result of this marriage of old looks and new underpinnings that Factory Five racing 33 Hot rod is actually quicked on the auto cross circuit that the MK4 Cobra which in itself is no slouch!

\r\n

.

\r\n

.If you interest leans more towards a traditional hot rod than say a Cobra, then you have arrived at precisely the right place!

\r\n

.

\r\n

The Factory Five  33 Hot Rod kit is the perfect place to begin the processs of building the car of your dreams. The kit includes everything you need to build the car except the driveline, wheels, tires, battery and paint. And when you get it done you have a car that like all of the Factory Five racing cars an every aspect of its intended use far exceeds your highest expectations.

\r\n

Complete list of Included parts in the 33 base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.

\r\n

.

\r\n

There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Hot Rod” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only on-line interactive work sheets that allow you to option your Hot Rod as you  envision it and as you do so the spread sheet will price your build for you.

\r\n

.

\r\n

Experience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)

\r\n

Parts List for the 33 Hot Rod base Kit Follows:

\r\n

\r\n\r\n\r\n

\r\n

', '33 Ford', '', 'inherit', 'closed', 'open', '', '89-revision-18', '', '', '2011-09-20 21:52:28', '2011-09-20 21:52:28', '', 89, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (203, 1, '2011-09-20 20:59:21', '2011-09-20 20:59:21', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-14', '', '', '2011-09-20 20:59:21', '2011-09-20 20:59:21', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (204, 1, '2011-09-20 21:55:55', '2011-09-20 21:55:55', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-15', '', '', '2011-09-20 21:55:55', '2011-09-20 21:55:55', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (323, 1, '2011-09-20 21:57:47', '2011-09-20 21:57:47', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-18', '', '', '2011-09-20 21:57:47', '2011-09-20 21:57:47', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (205, 1, '2011-09-20 21:55:55', '2011-09-20 21:55:55', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-16', '', '', '2011-09-20 21:55:55', '2011-09-20 21:55:55', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (206, 1, '2011-09-20 21:57:47', '2011-09-20 21:57:47', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do.\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-17', '', '', '2011-09-20 21:57:47', '2011-09-20 21:57:47', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (207, 1, '2011-09-22 13:34:40', '2011-09-22 13:34:40', '

Western Canada Cobras

\n

 Complete Drop In "Optimized" Ford Power for your Project.

\n \n\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\n\n.\n\n \n\nOur Engines are made in BC to our specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\n\n.\n\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!.\n\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\n\n.\n\nPrices on the engine are as follows.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,995.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-autosave', '', '', '2011-09-22 13:34:40', '2011-09-22 13:34:40', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (208, 1, '2011-09-20 22:08:45', '2011-09-20 22:08:45', '', 'Engine, Bell and Trans', '', 'inherit', 'closed', 'open', '', 'engine-bell-and-trans', '', '', '2011-09-20 22:08:45', '2011-09-20 22:08:45', '', 100, 'http://www.westerncanadacobras.com/wp-content/uploads/Engine-Bell-and-Trans.jpg', 0, 'attachment', 'image/jpeg', 0), (209, 1, '2011-09-20 22:10:54', '2011-09-20 22:10:54', '', 'Engine on Pallet', '', 'inherit', 'closed', 'open', '', 'engine-on-pallet', '', '', '2011-09-20 22:10:54', '2011-09-20 22:10:54', '', 100, 'http://www.westerncanadacobras.com/wp-content/uploads/Engine-on-Pallet.jpg', 0, 'attachment', 'image/jpeg', 0), (210, 1, '2011-09-19 14:54:34', '2011-09-19 14:54:34', '

Engine Info Will be back Shortly. Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-2', '', '', '2011-09-19 14:54:34', '2011-09-19 14:54:34', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (211, 1, '2011-09-20 22:11:31', '2011-09-20 22:11:31', '

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-3', '', '', '2011-09-20 22:11:31', '2011-09-20 22:11:31', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (212, 1, '2011-09-20 22:11:31', '2011-09-20 22:11:31', '

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-4', '', '', '2011-09-20 22:11:31', '2011-09-20 22:11:31', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (213, 1, '2011-09-20 22:12:46', '2011-09-20 22:12:46', '

\r\nWestern Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-5', '', '', '2011-09-20 22:12:46', '2011-09-20 22:12:46', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (214, 1, '2011-09-20 22:12:46', '2011-09-20 22:12:46', '

\r\nWestern Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-6', '', '', '2011-09-20 22:12:46', '2011-09-20 22:12:46', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (215, 1, '2011-09-20 22:12:57', '2011-09-20 22:12:57', '

Western Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-7', '', '', '2011-09-20 22:12:57', '2011-09-20 22:12:57', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (216, 1, '2011-09-20 22:12:58', '2011-09-20 22:12:58', '

Western Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are provifing the following brief description of the engines this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-8', '', '', '2011-09-20 22:12:58', '2011-09-20 22:12:58', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (217, 1, '2011-09-20 22:13:37', '2011-09-20 22:13:37', '

Western Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-9', '', '', '2011-09-20 22:13:37', '2011-09-20 22:13:37', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (218, 1, '2011-09-20 22:13:37', '2011-09-20 22:13:37', '

Western Canada Cobras

\r\n

Optimized Complete Drop In Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-10', '', '', '2011-09-20 22:13:37', '2011-09-20 22:13:37', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (219, 1, '2011-09-20 22:14:55', '2011-09-20 22:14:55', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-11', '', '', '2011-09-20 22:14:55', '2011-09-20 22:14:55', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (220, 1, '2011-09-20 22:14:55', '2011-09-20 22:14:55', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-12', '', '', '2011-09-20 22:14:55', '2011-09-20 22:14:55', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (221, 1, '2011-09-20 22:16:53', '2011-09-20 22:16:53', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-13', '', '', '2011-09-20 22:16:53', '2011-09-20 22:16:53', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (222, 1, '2011-09-20 22:16:53', '2011-09-20 22:16:53', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured configurations in horsepower rating from 300 to 500 plus we can custom build an engine for you if you are the sort that beleives insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered needing nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-14', '', '', '2011-09-20 22:16:53', '2011-09-20 22:16:53', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (223, 1, '2011-09-20 22:19:51', '2011-09-20 22:19:51', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it andfire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-15', '', '', '2011-09-20 22:19:51', '2011-09-20 22:19:51', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (224, 1, '2011-09-28 20:24:24', '2011-09-28 20:24:24', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytona Coupe that was the sensation of the race world when it first debuted in Europe.

\n

.

\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\n

 .

\n

You can watch a You Tube video of the Run HERE.

\n

.

\n

\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Donor Required kit".

\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\n

.

\n

Base Kit for a Doner Based Build - $14,990.00

\n

.

\n

Base Kit for a No Doner Reqired Build - $20,990.

\n

.

\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\n

.

\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\n

\n

\n

\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-autosave', '', '', '2011-09-28 20:24:24', '2011-09-28 20:24:24', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (225, 1, '2011-09-19 14:56:08', '2011-09-19 14:56:08', '

Factory Five Racing Daytona Coupe Page Content Coming soon ETA Tues Sept 20, 2011.

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-4', '', '', '2011-09-19 14:56:08', '2011-09-19 14:56:08', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (226, 1, '2011-09-20 22:26:03', '2011-09-20 22:26:03', '

Factory Five Type 65 Coupe The

\r\n

.

\r\n

This realization, lead to the creation of the Daytona Coupe which is essentially a rebodied Cobra done with an eye to the aerodynamica of the car. The net result was that the Coupe

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-5', '', '', '2011-09-20 22:26:03', '2011-09-20 22:26:03', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (227, 1, '2011-09-20 22:26:03', '2011-09-20 22:26:03', '

Factory Five Type 65 Coupe The

\r\n

.

\r\n

This realization, lead to the creation of the Daytona Coupe which is essentially a rebodied Cobra done with an eye to the aerodynamica of the car. The net result was that the Coupe

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-09-20 22:26:03', '2011-09-20 22:26:03', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (228, 1, '2011-09-20 22:37:47', '2011-09-20 22:37:47', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-7', '', '', '2011-09-20 22:37:47', '2011-09-20 22:37:47', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (229, 1, '2011-09-20 22:37:47', '2011-09-20 22:37:47', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-8', '', '', '2011-09-20 22:37:47', '2011-09-20 22:37:47', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (230, 1, '2011-09-20 22:42:54', '2011-09-20 22:42:54', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-9', '', '', '2011-09-20 22:42:54', '2011-09-20 22:42:54', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (231, 1, '2011-09-20 22:42:54', '2011-09-20 22:42:54', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US but there are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-10', '', '', '2011-09-20 22:42:54', '2011-09-20 22:42:54', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (232, 1, '2011-09-20 22:45:16', '2011-09-20 22:45:16', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-11', '', '', '2011-09-20 22:45:16', '2011-09-20 22:45:16', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (233, 1, '2011-09-20 22:45:16', '2011-09-20 22:45:16', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-12', '', '', '2011-09-20 22:45:16', '2011-09-20 22:45:16', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (234, 1, '2011-09-20 22:45:59', '2011-09-20 22:45:59', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-13', '', '', '2011-09-20 22:45:59', '2011-09-20 22:45:59', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (235, 1, '2011-09-20 22:45:59', '2011-09-20 22:45:59', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats and to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-14', '', '', '2011-09-20 22:45:59', '2011-09-20 22:45:59', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (236, 1, '2011-09-20 22:46:52', '2011-09-20 22:46:52', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-15', '', '', '2011-09-20 22:46:52', '2011-09-20 22:46:52', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (239, 1, '2011-09-20 22:54:48', '2011-09-20 22:54:48', '

.

\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Factory Five Type 65 Coupe
\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-14', '', '', '2011-09-20 22:54:48', '2011-09-20 22:54:48', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (240, 1, '2011-09-20 22:54:48', '2011-09-20 22:54:48', '

.

\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Factory Five Type 65 Coupe
\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-15', '', '', '2011-09-20 22:54:48', '2011-09-20 22:54:48', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (241, 1, '2011-09-20 23:07:07', '2011-09-20 23:07:07', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-16', '', '', '2011-09-20 23:07:07', '2011-09-20 23:07:07', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (247, 1, '2011-09-20 23:24:52', '2011-09-20 23:24:52', '', '00350-Coupe', '', 'inherit', 'closed', 'open', '', '00350-coupe', '', '', '2011-09-20 23:24:52', '2011-09-20 23:24:52', '', 2, 'http://www.westerncanadacobras.com/wp-content/uploads/00350-Coupe.jpg', 0, 'attachment', 'image/jpeg', 0), (248, 1, '2011-09-20 23:26:20', '2011-09-20 23:26:20', '', '00350-33hotrod', '', 'inherit', 'closed', 'open', '', '00350-33hotrod', '', '', '2011-09-20 23:26:20', '2011-09-20 23:26:20', '', 2, 'http://www.westerncanadacobras.com/wp-content/uploads/00350-33hotrod.jpg', 0, 'attachment', 'image/jpeg', 0), (242, 1, '2011-09-20 23:07:07', '2011-09-20 23:07:07', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-17', '', '', '2011-09-20 23:07:07', '2011-09-20 23:07:07', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (243, 1, '2011-09-20 23:11:29', '2011-09-20 23:11:29', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear  \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-18', '', '', '2011-09-20 23:11:29', '2011-09-20 23:11:29', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (244, 1, '2011-09-20 23:11:29', '2011-09-20 23:11:29', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear  \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-19', '', '', '2011-09-20 23:11:29', '2011-09-20 23:11:29', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (245, 1, '2011-09-20 23:12:31', '2011-09-20 23:12:31', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear  \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-20', '', '', '2011-09-20 23:12:31', '2011-09-20 23:12:31', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (246, 1, '2011-09-20 23:23:12', '2011-09-20 23:23:12', '', '00350-Cobra on Wharf', '', 'inherit', 'closed', 'open', '', '00350-cobra-on-wharf', '', '', '2011-09-20 23:23:12', '2011-09-20 23:23:12', '', 2, 'http://www.westerncanadacobras.com/wp-content/uploads/00350-Cobra-on-Wharf.jpg', 0, 'attachment', 'image/jpeg', 0), (249, 1, '2011-09-20 23:12:32', '2011-09-20 23:12:32', '  .\r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n Factory Five Cobra Replica  Factory Five Type 65 Coupe Factory Fove 33 Hot Rod On a Tear  \r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-21', '', '', '2011-09-20 23:12:32', '2011-09-20 23:12:32', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (250, 1, '2011-09-20 23:29:29', '2011-09-20 23:29:29', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-22', '', '', '2011-09-20 23:29:29', '2011-09-20 23:29:29', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (251, 1, '2011-09-20 23:31:49', '2011-09-20 23:31:49', '', '00350-gtm', '', 'inherit', 'closed', 'open', '', '00350-gtm', '', '', '2011-09-20 23:31:49', '2011-09-20 23:31:49', '', 2, 'http://www.westerncanadacobras.com/wp-content/uploads/00350-gtm.jpg', 0, 'attachment', 'image/jpeg', 0), (252, 1, '2011-09-20 23:30:42', '2011-09-20 23:30:42', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-23', '', '', '2011-09-20 23:30:42', '2011-09-20 23:30:42', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (253, 1, '2011-09-20 23:33:50', '2011-09-20 23:33:50', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-24', '', '', '2011-09-20 23:33:50', '2011-09-20 23:33:50', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (254, 1, '2011-09-20 23:35:04', '2011-09-20 23:35:04', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-25', '', '', '2011-09-20 23:35:04', '2011-09-20 23:35:04', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (255, 1, '2011-09-20 23:35:14', '2011-09-20 23:35:14', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-26', '', '', '2011-09-20 23:35:14', '2011-09-20 23:35:14', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (256, 1, '2011-09-20 23:37:57', '2011-09-20 23:37:57', '', 'GTM', '', 'inherit', 'closed', 'open', '', 'gtm-3', '', '', '2011-09-20 23:37:57', '2011-09-20 23:37:57', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/GTM2.jpg', 0, 'attachment', 'image/jpeg', 0), (257, 1, '2011-09-20 23:38:31', '2011-09-20 23:38:31', '', 'gtm', '', 'inherit', 'closed', 'open', '', 'gtm-4', '', '', '2011-09-20 23:38:31', '2011-09-20 23:38:31', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/gtm.htm', 0, 'attachment', 'text/html', 0), (258, 1, '2011-09-20 23:39:21', '2011-09-20 23:39:21', '', 'Eds red GTM', '', 'inherit', 'closed', 'open', '', 'eds-red-gtm', '', '', '2011-09-20 23:39:21', '2011-09-20 23:39:21', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/Eds-red-GTM.jpg', 0, 'attachment', 'image/jpeg', 0), (309, 1, '2011-09-22 12:33:23', '2011-09-22 12:33:23', '', 'Eds red GTM-460', '', 'inherit', 'closed', 'open', '', 'eds-red-gtm-460-2', '', '', '2011-09-22 12:33:23', '2011-09-22 12:33:23', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/Eds-red-GTM-4601.jpg', 0, 'attachment', 'image/jpeg', 0), (259, 1, '2011-09-19 14:56:26', '2011-09-19 14:56:26', '

Factory Five Racing GTM Page Content Coming soon ETA Tues Sept 20, 2011.

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-3', '', '', '2011-09-19 14:56:26', '2011-09-19 14:56:26', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (260, 1, '2011-09-20 23:40:32', '2011-09-20 23:40:32', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\nFactory Five Racing GTM', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-4', '', '', '2011-09-20 23:40:32', '2011-09-20 23:40:32', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (261, 1, '2011-09-20 23:40:32', '2011-09-20 23:40:32', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\nFactory Five Racing GTM', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-5', '', '', '2011-09-20 23:40:32', '2011-09-20 23:40:32', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (262, 1, '2011-09-20 23:41:08', '2011-09-20 23:41:08', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\nFactory Five Racing GTM', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-6', '', '', '2011-09-20 23:41:08', '2011-09-20 23:41:08', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (263, 1, '2011-09-20 23:41:08', '2011-09-20 23:41:08', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\nFactory Five Racing GTM', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-7', '', '', '2011-09-20 23:41:08', '2011-09-20 23:41:08', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (264, 1, '2011-09-20 23:41:49', '2011-09-20 23:41:49', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\n

Factory Five Racing GTM

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-8', '', '', '2011-09-20 23:41:49', '2011-09-20 23:41:49', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (308, 1, '2011-09-22 12:32:02', '2011-09-22 12:32:02', '', 'Factory Five Racing GTM', '', 'inherit', 'closed', 'open', '', 'eds-red-gtm-460', '', '', '2011-09-22 12:32:02', '2011-09-22 12:32:02', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/Eds-red-GTM-460.jpg', 0, 'attachment', 'image/jpeg', 0), (265, 1, '2011-09-20 23:45:30', '2011-09-20 23:45:30', '', '000350-engine', '', 'inherit', 'closed', 'open', '', '000350-engine', '', '', '2011-09-20 23:45:30', '2011-09-20 23:45:30', '', 2, 'http://www.westerncanadacobras.com/wp-content/uploads/000350-engine.jpg', 0, 'attachment', 'image/jpeg', 0), (266, 1, '2011-09-20 23:36:15', '2011-09-20 23:36:15', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM\r\n\r\n \r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-27', '', '', '2011-09-20 23:36:15', '2011-09-20 23:36:15', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (267, 1, '2011-09-20 23:51:31', '2011-09-20 23:51:31', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-28', '', '', '2011-09-20 23:51:31', '2011-09-20 23:51:31', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (268, 1, '2011-09-20 23:53:42', '2011-09-20 23:53:42', '', 'CompltEngine1', '', 'inherit', 'closed', 'open', '', 'compltengine1', '', '', '2011-09-20 23:53:42', '2011-09-20 23:53:42', '', 100, 'http://www.westerncanadacobras.com/wp-content/uploads/CompltEngine1.jpg', 0, 'attachment', 'image/jpeg', 0), (269, 1, '2011-09-20 22:19:51', '2011-09-20 22:19:51', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it andfire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-16', '', '', '2011-09-20 22:19:51', '2011-09-20 22:19:51', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (270, 1, '2011-09-20 23:54:38', '2011-09-20 23:54:38', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it andfire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-17', '', '', '2011-09-20 23:54:38', '2011-09-20 23:54:38', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (271, 1, '2011-09-20 23:54:38', '2011-09-20 23:54:38', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it andfire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-18', '', '', '2011-09-20 23:54:38', '2011-09-20 23:54:38', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (272, 1, '2011-09-20 23:55:16', '2011-09-20 23:55:16', '

Western Canada Cobras

\r\n

 Complete Drop In "Optimized" Ford Power for your Project.

\r\n \r\n\r\nUntil we can get the page completely rebuilt we are providing the following brief description of our engine line, this information applies to every engine we sell.\r\n\r\n.\r\n\r\n \r\n\r\nOur Engines are made in BC to our specific specifications We have five preconfigured engines in horsepower ratings from 300 to 500,  plus we can custom build an engine for you if you are the sort that believes that  insane power is "Almost" enough!\r\n\r\n.\r\n\r\nThese engines are the most complete engines you will find anywhere and are ready to run as delivered. They need nothing other than for you to mount it - plumb it for fuel and cooling, wire it and fire it!.\r\n\r\nEvery engine is dyno''d prior to shipping to you and you get a copy of the dyno read out in the crate alonf with 5 liters of oil, a new oil filter and a gallon of antifreeze.\r\n\r\n.\r\n\r\nPrices on the engine are as follows.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
302300 - 302-300HP Hot Drop in -  Ready to Run Engine $6,595.00
302350 - 302-350HP Hot Drop in -  Ready to Run Engine$8,995.00
331400 - 331-400HP Hot Drop in -  Ready to Run Engine$9,795.00
351450 - 351-450HP Hot Drop in -  Ready to Run Engine$10,500.00
392500 - 392-500HP Hot Drop In - Ready to Run Engine$11,500.00
', 'Engines', '', 'inherit', 'closed', 'open', '', '100-revision-19', '', '', '2011-09-20 23:55:16', '2011-09-20 23:55:16', '', 100, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (273, 1, '2011-09-20 23:57:17', '2011-09-20 23:57:17', '
\r\n
 
\r\n
\r\n \r\n

We have a selection of Cobras and a Coupe for Sale -  Click Photos for Details

\r\n \r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n[caption id="attachment_375" align="alignnone" width="453" caption="Factory Five Cobra Roadster for sale - $38,000.00 - In Nova Scotia"][/caption]\r\n\r\n[caption id="attachment_376" align="alignnone" width="426" caption="Factory Five Type 65, Daytona Coupe for sale - $56,000.00 in Nova Scotia"][/caption]
', 'Cars For Sale', '', 'trash', 'closed', 'open', '', 'cars-for-sale', '', '', '2011-09-24 05:10:11', '2011-09-24 05:10:11', '', 0, 'http://www.westerncanadacobras.com/?page_id=273', 11, 'page', '', 0), (274, 1, '2011-09-20 23:56:46', '2011-09-20 23:56:46', '', 'Cars For Sale', '', 'inherit', 'closed', 'open', '', '273-revision', '', '', '2011-09-20 23:56:46', '2011-09-20 23:56:46', '', 273, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (275, 1, '2011-09-20 23:52:16', '2011-09-20 23:52:16', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and iniate a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-29', '', '', '2011-09-20 23:52:16', '2011-09-20 23:52:16', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (276, 1, '2011-09-20 23:59:16', '2011-09-20 23:59:16', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-30', '', '', '2011-09-20 23:59:16', '2011-09-20 23:59:16', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (282, 1, '2011-09-21 02:20:03', '2011-09-21 02:20:03', 'Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands. \r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n

.

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-34', '', '', '2011-09-21 02:20:03', '2011-09-21 02:20:03', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (277, 1, '2011-09-20 23:57:17', '2011-09-20 23:57:17', 'We have a selection of Cobras and a Coupe for Sale Will have details posted shortly', 'Cars For Sale', '', 'inherit', 'closed', 'open', '', '273-revision-2', '', '', '2011-09-20 23:57:17', '2011-09-20 23:57:17', '', 273, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (278, 1, '2011-09-21 00:00:50', '2011-09-21 00:00:50', 'We have a selection of Cobras and a Coupe for Sale Will have details posted shortly', 'Cars For Sale', '', 'inherit', 'closed', 'open', '', '273-revision-3', '', '', '2011-09-21 00:00:50', '2011-09-21 00:00:50', '', 273, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (279, 1, '2011-09-21 00:00:05', '2011-09-21 00:00:05', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n

.

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-31', '', '', '2011-09-21 00:00:05', '2011-09-21 00:00:05', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (280, 1, '2011-09-21 02:18:50', '2011-09-21 02:18:50', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n

.

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-32', '', '', '2011-09-21 02:18:50', '2011-09-21 02:18:50', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (281, 1, '2011-09-21 02:19:42', '2011-09-21 02:19:42', ' \r\n

.

\r\n

Welcome to the Western Canada Cobras Web Site. On Sept 16, we became aware that our site had been seriously hacked by some lower life form with too much time on their hands.

\r\n

As a result we instantly took the site off line while we accessed the damage done. At the end of this process we concluded that our only option was to blow away all of the code and do a "Frame up restoration" of the site. We have rebuilt some sections of the site but there remain sections that are either very skimpy on detail of devoid of detail, Rest assured that we will have these areas fleshed out ASAP.

\r\n

.

\r\n

Click on the Photos Below to view Information about what is pictured

\r\n

.

\r\n aActory Five Cobra Factory Five Racing Coupe Factory Five Racing 33 Ford hot Rod Factory Five Racing GTM Western Canada Cobras Engines\r\n\r\nPlease accept our sincere apologies for this inconvenience and know that we are working 100% on getting the site back together as soon as possible.\r\n\r\n \r\n\r\nIf you have any questions or would like any information please feel free to contact me at by of the following methods\r\n\r\n \r\n

Phone (Toll Free) 866 853-5835

\r\n

By E-mail to cdncobraguy@gmail.com

\r\n \r\n\r\n \r\n\r\n ', 'Home Page', '', 'inherit', 'closed', 'open', '', '2-revision-33', '', '', '2011-09-21 02:19:42', '2011-09-21 02:19:42', '', 2, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (283, 1, '2011-09-22 12:23:38', '2011-09-22 12:23:38', '

Western Canada  Cobras\nAbout Us

\n

.

\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\n\n.\n\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\n\n.\n\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\n\n.\n\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\n\n.\n\nAs this is written in 2011, we have imported over 400 Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\n\n.\n\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\n\n.\n\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\n\n.\n\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\n\n.\n\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\n\n.\n\n4 - Organize and pay for transport of your kit from the freight depot to your shop. \n\n(This last step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor).\n\n.\n\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\n\n.\n\nThank you for your interest and I hope you enjoy your visit to our site.\n\n.\n\nRegards\n\nAl Beix\nwww.westerncanadacobras.com\nToll Free 866 853-5835\nE-Mail  - Cdncobraguy@gmail.com\n\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-autosave', '', '', '2011-09-22 12:23:38', '2011-09-22 12:23:38', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (300, 1, '2011-09-22 12:19:36', '2011-09-22 12:19:36', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over 400 Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-18', '', '', '2011-09-22 12:19:36', '2011-09-22 12:19:36', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (284, 1, '2011-09-22 06:08:09', '2011-09-22 06:08:09', '', 'ME', '', 'inherit', 'closed', 'open', '', 'me-5', '', '', '2011-09-22 06:08:09', '2011-09-22 06:08:09', '', 8, 'http://www.westerncanadacobras.com/wp-content/uploads/ME4.jpg', 0, 'attachment', 'image/jpeg', 0), (285, 1, '2011-09-19 10:33:16', '2011-09-19 10:33:16', 'Text to Come', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-3', '', '', '2011-09-19 10:33:16', '2011-09-19 10:33:16', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (297, 1, '2011-09-22 06:18:34', '2011-09-22 06:18:34', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-15', '', '', '2011-09-22 06:18:34', '2011-09-22 06:18:34', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (288, 1, '2011-09-22 06:10:14', '2011-09-22 06:10:14', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-6', '', '', '2011-09-22 06:10:14', '2011-09-22 06:10:14', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (286, 1, '2011-09-22 06:09:41', '2011-09-22 06:09:41', '

\r\n

\r\n

Western Canada  Cobras\r\nAbout Us

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n

\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-4', '', '', '2011-09-22 06:09:41', '2011-09-22 06:09:41', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (287, 1, '2011-09-22 06:09:41', '2011-09-22 06:09:41', '

\r\n

\r\n

Western Canada  Cobras\r\nAbout Us

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n

\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-5', '', '', '2011-09-22 06:09:41', '2011-09-22 06:09:41', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (289, 1, '2011-09-22 06:10:14', '2011-09-22 06:10:14', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-7', '', '', '2011-09-22 06:10:14', '2011-09-22 06:10:14', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (290, 1, '2011-09-22 06:11:07', '2011-09-22 06:11:07', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-8', '', '', '2011-09-22 06:11:07', '2011-09-22 06:11:07', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (299, 1, '2011-09-22 12:17:40', '2011-09-22 12:17:40', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-17', '', '', '2011-09-22 12:17:40', '2011-09-22 12:17:40', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (291, 1, '2011-09-22 06:11:08', '2011-09-22 06:11:08', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\nAs I built that car over the winter of 97-98 I kept thinking that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization was born.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.)\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-9', '', '', '2011-09-22 06:11:08', '2011-09-22 06:11:08', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (296, 1, '2011-09-22 06:18:34', '2011-09-22 06:18:34', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-14', '', '', '2011-09-22 06:18:34', '2011-09-22 06:18:34', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (292, 1, '2011-09-22 06:16:21', '2011-09-22 06:16:21', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nahile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-10', '', '', '2011-09-22 06:16:21', '2011-09-22 06:16:21', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (293, 1, '2011-09-22 06:16:21', '2011-09-22 06:16:21', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nahile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-11', '', '', '2011-09-22 06:16:21', '2011-09-22 06:16:21', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (294, 1, '2011-09-22 06:16:56', '2011-09-22 06:16:56', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-12', '', '', '2011-09-22 06:16:56', '2011-09-22 06:16:56', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (295, 1, '2011-09-22 06:16:56', '2011-09-22 06:16:56', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n My Name is Al Beix (pronounced Bikes) and I\r\nhave been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx\r\ndune buggy inVancouver,BC.\r\n\r\n \r\n\r\nFast forward to 1997, when I purchased my first Factory Five\r\nRacing, Cobra kit car. At the time I had no idea of what an adventure importing\r\na kit car into Canada\r\nwould become. In the years between 1970 and 1997 the |Canadian Federal Govt had\r\nchanged the rules regarding kit cars to the point that their public stance can\r\nbe summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n \r\n\r\nAs a result when my Cobra kit hit the border I received a\r\ncall from a Canada Customs officer telling me that they had my kit car and they\r\nare not allowed into Canada\r\nso they were going to crush it. At hearing this I asked them to put it in a\r\nbonded warehouse while I explored my options.  Six weeks later I had finally figured out how\r\nto go about getting the kit cleared by customs.\r\n\r\n \r\n\r\nAs I built that car over the winter of 97-98 I kept thinking\r\nthat there had to be hundreds of guys out there that were having their dreams\r\ncrushed by the DOT position on kit cars and out of that realization was born.\r\n\r\n \r\n\r\nAs this is written in 2011, we have imported over Factory\r\nFive Racing Kit Cars and every single one of them arrives at the customers door\r\nwith all the necessary paperwork to show that it was legally imported intoCanada.\r\n\r\n \r\n\r\nWe now have the process refined to the point that there are\r\nreally only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n \r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the\r\nblue panel on the right for access to subscriber only spread sheets that you\r\ncan use to configure and price your ideal car.)\r\n\r\n \r\n\r\n2 – Pay for what you ordered in Canadian dollars at the\r\ncurrency exchange rate in place on the day you pay.\r\n\r\n \r\n\r\n3 – Be home when the freight company calls you to let you\r\nknow that your kit is at the freight depot nearest to your location that we can\r\nfind.\r\n\r\n \r\n\r\n4 - Organize and pay for transport of your kit from the\r\nfreight depot to your shop. (This step is\r\nusually done by hiring a local flat deck car carrier with a tilt deck. This\r\nallows the freight company to load the 1600 LB crate directly off the freight\r\ndock onto the truck and when he arrives at your shop he will slide the deck\r\nback and tilt it down thus allowing him to deposit the crate directly onto your\r\nshop floor.)\r\n\r\n \r\n\r\nIf you would like to begin the fulfilment of your dream we\r\nencourage you to explore our web site or even contact us directly by E-MAIL or\r\nby calling us on our toll free number.\r\n\r\n \r\n\r\nThank you for your interest and I hope you enjoy your visit\r\nto our site.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nAl Beix\r\n\r\nwww.westerncanadacobras.com\r\n\r\nToll Free 866 853-5835\r\n\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-13', '', '', '2011-09-22 06:16:56', '2011-09-22 06:16:56', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (298, 1, '2011-09-22 12:17:40', '2011-09-22 12:17:40', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-16', '', '', '2011-09-22 12:17:40', '2011-09-22 12:17:40', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (301, 1, '2011-09-22 12:19:36', '2011-09-22 12:19:36', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over 400 Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. (This step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor.).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-19', '', '', '2011-09-22 12:19:36', '2011-09-22 12:19:36', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (302, 1, '2011-09-22 12:24:15', '2011-09-22 12:24:15', '

Western Canada  Cobras\r\nAbout Us

\r\n

.

\r\n My Name is Al Beix (pronounced Bikes) and I have been involved either directly or indirectly with the kit car industry in Canada since 1970 when I purchased a Meyers Manx dune buggy in Vancouver, BC.\r\n\r\n.\r\n\r\nFast forward to 1997, when I purchased my first Factory Five Racing, Cobra kit car. At the time I had no idea of what an adventure importing a kit car into Canada would become. In the years between 1970 and 1997 the Canadian Federal Govt had changed the rules regarding kit cars to the point that their public stance can be summed up on 5 words – “Kit cars are not allowed”.\r\n\r\n.\r\n\r\nAs a result when my Cobra kit hit the border I received a call from a Canada Customs officer telling me that they had my kit car and they are not allowed into Canada so they were going to crush it. At hearing this I asked them to put it in a bonded warehouse while I explored my options.  Six weeks later I finally figured out how to go about getting the kit cleared by customs.\r\n\r\n.\r\n\r\nWhile I was building my car over the winter of 97-98 I kept thinking about what I had experienced and realized that there had to be hundreds of guys out there that were having their dreams crushed by the DOT position on kit cars and out of that realization  Western Canada Cobras was born with the sole purpose of making it easy for Canadians to purchase their dream car.\r\n\r\n.\r\n\r\nAs this is written in 2011, we have imported over 400 Factory Five Racing Kit Cars and every single one of them arrives at the customers door with all the necessary paperwork to show that it was legally imported into Canada.\r\n\r\n.\r\n\r\nWe now have the process refined to the point that there are really only 4 things that a perspective owner needs to do as outlined below.\r\n\r\n.\r\n\r\n1 – Decide what options you want on your car. (Sign up for the WCC Mail list using the blue panel on the right for access to subscriber only spread sheets that you can use to configure and price your ideal car.)\r\n\r\n.\r\n\r\n2 – Pay for what you ordered in Canadian dollars at the currency exchange rate in place on the day you pay.\r\n\r\n.\r\n\r\n3 – Be home when the freight company calls you to let you know that your kit is at the freight depot nearest to your location that we can find.\r\n\r\n.\r\n\r\n4 - Organize and pay for transport of your kit from the freight depot to your shop. \r\n\r\n(This last step is usually done by hiring a local flat deck car carrier with a tilt deck. This allows the freight company to load the 1600 LB crate directly off the freight dock onto the truck and when he arrives at your shop he will slide the deck back and tilt it down thus allowing him to deposit the crate directly onto your shop floor).\r\n\r\n.\r\n\r\nIf you would like to begin the fulfilment of your dream we encourage you to explore our web site or even contact us directly by E-MAIL or by calling us on our toll free number listed below and at the top right of the page.\r\n\r\n.\r\n\r\nThank you for your interest and I hope you enjoy your visit to our site.\r\n\r\n.\r\n\r\nRegards\r\n\r\nAl Beix\r\nwww.westerncanadacobras.com\r\nToll Free 866 853-5835\r\nE-Mail  - Cdncobraguy@gmail.com\r\n\r\n ', 'About Us', '', 'inherit', 'closed', 'open', '', '8-revision-20', '', '', '2011-09-22 12:24:15', '2011-09-22 12:24:15', '', 8, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (303, 1, '2011-09-20 22:46:52', '2011-09-20 22:46:52', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-16', '', '', '2011-09-20 22:46:52', '2011-09-20 22:46:52', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (304, 1, '2011-09-22 12:25:11', '2011-09-22 12:25:11', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-17', '', '', '2011-09-22 12:25:11', '2011-09-22 12:25:11', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (305, 1, '2011-09-22 12:25:11', '2011-09-22 12:25:11', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-18', '', '', '2011-09-22 12:25:11', '2011-09-22 12:25:11', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (306, 1, '2011-09-22 12:26:30', '2011-09-22 12:26:30', '

Factory Five Type 65 Coupe The Factory Five Racing Type 65 Coupe is a faithful reproduction of the original Daytone Coupe that was the sensation of the race world when it first debuted in Europe.

\r\n

.

\r\n

The Factory Five rendition of the car benefits from the same brilliant aerodynamic shape as did the originals to the point that one of Factory Fives Customers built a road legal car that he drove on the Bonneyville salt flats to a new Land speed record for that class of car.

\r\n

 .

\r\n

You can watch a You Tube video of the Run HERE.

\r\n

.

\r\n

\r\n

The Type 65 like the MK4 can be purchase for use with a Doner car or as a complete "No Doner Required kit".

\r\n

We will shortly have complete deteils up but in the interest of Brevity pricing is as follows.

\r\n

.

\r\n

Base Kit for a Doner Based Build - $14,990.00

\r\n

.

\r\n

Base Kit for a No Doner Reqired Build - $20,990.

\r\n

.

\r\nAs with all of the Factory Five Cars there are many options that can be added to the Type 65 and the best way to gain a complete understanding of what your “Ideal Coupea” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Coupe as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\n

\r\n

\r\n

', 'Daytona Coupe', '', 'inherit', 'closed', 'open', '', '86-revision-19', '', '', '2011-09-22 12:26:30', '2011-09-22 12:26:30', '', 86, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (307, 1, '2011-09-22 12:29:46', '2011-09-22 12:29:46', '', '00350-gtm', '', 'inherit', 'closed', 'open', '', '00350-gtm-2', '', '', '2011-09-22 12:29:46', '2011-09-22 12:29:46', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/00350-gtm1.jpg', 0, 'attachment', 'image/jpeg', 0), (310, 1, '2011-09-22 12:34:23', '2011-09-22 12:34:23', '', 'Factory Five Racing GTM', '', 'inherit', 'closed', 'open', '', 'eds-red-gtm-460-3', '', '', '2011-09-22 12:34:23', '2011-09-22 12:34:23', '', 88, 'http://www.westerncanadacobras.com/wp-content/uploads/Eds-red-GTM-4602.jpg', 0, 'attachment', 'image/jpeg', 0), (311, 1, '2011-09-20 23:41:49', '2011-09-20 23:41:49', '

Factory Five Racing GTM Page Content Coming soon

\r\n

Pricing is in the On-Line Interactive Spread sheets available when you sign up for the Mail List using the Blue Panel on the Right.

\r\n

Factory Five Racing GTM

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-9', '', '', '2011-09-20 23:41:49', '2011-09-20 23:41:49', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (312, 1, '2011-09-22 12:41:47', '2011-09-22 12:41:47', '

Factory Five Racing GTM The Factory Five Racing GTM is Factory Five''s original design. It''s shape was inspired by any number of the current crop of super cars but the design is all original.

\r\n.\r\n\r\nThe car uses Primarily Corvette parts with the exception being the Transaxle which is a Porsche Audi Part.  With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.\r\n\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-10', '', '', '2011-09-22 12:41:47', '2011-09-22 12:41:47', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (313, 1, '2011-09-22 12:43:16', '2011-09-22 12:43:16', '

Factory Five Racing GTMRacing GTM is Factory Five''s original design. It''s shape was inspired by any number of the current crop of super cars but the design is all original.

\r\n.\r\n\r\nThe car uses Primarily Corvette parts with the exception being the Transaxle which is a Porsche Audi Part.  With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.\r\n\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-11', '', '', '2011-09-22 12:43:16', '2011-09-22 12:43:16', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (314, 1, '2011-09-22 12:46:24', '2011-09-22 12:46:24', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFavtory Five Engineering department. The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.Racing GTM is Factory Five''s original design. It''s shape was inspired by any number of the current crop of super cars but the design is all original.

\r\n.\r\n\r\nThe car uses Primarily Corvette parts with the exception being the Transaxle which is a Porsche Audi Part.  With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.\r\n\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-12', '', '', '2011-09-22 12:46:24', '2011-09-22 12:46:24', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (315, 1, '2011-09-22 12:47:55', '2011-09-22 12:47:55', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFavtory Five Engineering department. The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.ive''s original design. It''s shape was inspired by any number of the current crop of super cars but the design is all original.

\r\n

The car uses Primarily Corvette parts with the exception being the Transaxle which is a Porsche Audi Part.  With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-13', '', '', '2011-09-22 12:47:55', '2011-09-22 12:47:55', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (316, 1, '2011-09-22 12:49:45', '2011-09-22 12:49:45', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFavtory Five Engineering department. The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car uses Primarily Corvette parts with the exception being the Transaxle which is a Porsche Audi Part.  With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-14', '', '', '2011-09-22 12:49:45', '2011-09-22 12:49:45', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (317, 1, '2011-09-22 12:51:51', '2011-09-22 12:51:51', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFavtory Five Engineering department. The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-15', '', '', '2011-09-22 12:51:51', '2011-09-22 12:51:51', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (318, 1, '2011-09-22 12:53:08', '2011-09-22 12:53:08', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-16', '', '', '2011-09-22 12:53:08', '2011-09-22 12:53:08', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (319, 1, '2011-09-22 12:56:20', '2011-09-22 12:56:20', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n

\r\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n

\r\n

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-17', '', '', '2011-09-22 12:56:20', '2011-09-22 12:56:20', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (320, 1, '2011-09-22 12:57:20', '2011-09-22 12:57:20', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n

\r\n.

\r\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

.

\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n

\r\n

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-18', '', '', '2011-09-22 12:57:20', '2011-09-22 12:57:20', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (321, 1, '2011-09-22 12:58:03', '2011-09-22 12:58:03', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n

.

\r\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

.

\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n

\r\n

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-19', '', '', '2011-09-22 12:58:03', '2011-09-22 12:58:03', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 0, 'revision', '', 0), (322, 1, '2011-09-22 13:06:54', '2011-09-22 13:06:54', '

Factory Five Racing GTMThe GTM is an original design conceived and executed entirely by theFactory Five Engineering department.

\r\n

.

\r\n

The design is inspired by any number of todays super cars but in every way (except perhaps cost) this car is an original, true 200+ mile per hour super car.

\r\n

.

\r\n

The car''s drive train, suspension and steering are Corvette parts and the Transaxle is a Porsche Audi Part.

\r\n

.

\r\n

 With proper gearing the car is capable of 200+ mph top speeds and several examples have succesfully run in 24 hour enduro races where every ounce of its capabilities are put to the test.

\r\n

.

\r\nThe Base Price of the GTM is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your “Ideal Cobra” would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n

.

\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that’s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n

.

\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n.\r\n\r\nFuel/Brake/Pedal Box Systems:  GTM kit comes with a Wilwood clutch and brake pedal assembly, triple master cylinders,\r\nbrake lines and fittings. Kit also includes a ton of parts to adapt the brakes\r\nand twin fuel cells from the Corvette to the GTM chassis.  Kit\r\nincludes…\r\n\r\n \r\n

\r\n

\r\n \r\n

', 'GTM', '', 'inherit', 'closed', 'open', '', '88-revision-20', '', '', '2011-09-22 13:06:54', '2011-09-22 13:06:54', '', 88, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (324, 1, '2011-09-22 13:09:29', '2011-09-22 13:09:29', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-19', '', '', '2011-09-22 13:09:29', '2011-09-22 13:09:29', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (325, 1, '2011-09-22 13:09:29', '2011-09-22 13:09:29', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-20', '', '', '2011-09-22 13:09:29', '2011-09-22 13:09:29', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (326, 1, '2011-09-22 13:10:12', '2011-09-22 13:10:12', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-21', '', '', '2011-09-22 13:10:12', '2011-09-22 13:10:12', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (327, 1, '2011-09-22 13:10:12', '2011-09-22 13:10:12', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-22', '', '', '2011-09-22 13:10:12', '2011-09-22 13:10:12', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (328, 1, '2011-09-22 13:10:53', '2011-09-22 13:10:53', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-23', '', '', '2011-09-22 13:10:53', '2011-09-22 13:10:53', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (329, 1, '2011-09-22 13:10:53', '2011-09-22 13:10:53', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-24', '', '', '2011-09-22 13:10:53', '2011-09-22 13:10:53', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (332, 1, '2011-09-22 13:20:16', '2011-09-22 13:20:16', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-27', '', '', '2011-09-22 13:20:16', '2011-09-22 13:20:16', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (330, 1, '2011-09-22 13:14:39', '2011-09-22 13:14:39', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'MK4 Complete kit', '', 'inherit', 'closed', 'open', '', '130-revision-25', '', '', '2011-09-22 13:14:39', '2011-09-22 13:14:39', '', 130, 'http://www.westerncanadacobras.com/http:/www.westerncanadacobras.com/home', 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 (331, 1, '2011-09-22 13:14:39', '2011-09-22 13:14:39', '

Factory Five Cobra in BlueFACTORY FIVE RACING MK4 REPLICA

\r\n

     No Donor Required Build Page

\r\n \r\n\r\nSo you''ve settled on a MK4 Replica from Factory Five, and after weeks of looking have come up empty on finding a good useable doner car at a reasonable price - what to do?\r\n\r\n \r\n\r\nConsider going the no doner required build route.  Going this route eliminates having to locate all but the most basic parts, specifically the complete drive line, wheels, tires, battery and paint. Everything else you will need is included in the kit.\r\n\r\n \r\n\r\n \r\n\r\nThe Base Price of the MK4 Complete kit is $19,990.00 US. There are many options that can be added to these cars and the best way to gain a complete understanding of what your "Ideal Cobra" would cost to build is to sign up for the WCC mail list using the blue panel on the right. When you do so you gain access to subscriber only in-line interactive work sheets that allow you to option your Cobra as you  envision it and as you do so the spread sheet will price your build for you.\r\n\r\n.\r\n\r\nExperience tells us that IF you stick to the plan you embodied in the spread sheet, and that''s hard to do, you will build the car for within $1500 of what the sheet shows. (assuming of course that your estimates for Paint etc are in line with costs in your area)\r\n\r\n \r\n\r\n \r\n\r\nComplete list of Included parts in the Base kit follows. Note that Items listed in Red Text are parts that Factory Five is required by the Cdn Federal DOT to remove from the kit in order to allow them to be shipped into Canada. All of the removed parts are readily available from alternate sources.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOR Select\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n